(pos)
| 37294 | } |
| 37295 | } |
| 37296 | function parseNamespaceExport(pos) { |
| 37297 | return finishNode(factory.createNamespaceExport(parseIdentifierName()), pos); |
| 37298 | } |
| 37299 | function parseExportDeclaration(pos, hasJSDoc, decorators, modifiers) { |
| 37300 | var savedAwaitContext = inAwaitContext(); |
| 37301 | setAwaitContext(/*value*/ true); |
no test coverage detected
searching dependent graphs…