MCPcopy Index your code
hub / github.com/nodejs/node / parseNamespaceExport

Function parseNamespaceExport

test/fixtures/snapshot/typescript.js:37296–37298  ·  view source on GitHub ↗
(pos)

Source from the content-addressed store, hash-verified

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);

Callers 1

parseExportDeclarationFunction · 0.85

Calls 2

finishNodeFunction · 0.85
parseIdentifierNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…