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

Function parseExportSpecifier

test/fixtures/snapshot/typescript.js:37209–37212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37207 return finishNode(node, pos);
37208 }
37209 function parseExportSpecifier() {
37210 var hasJSDoc = hasPrecedingJSDocComment();
37211 return withJSDoc(parseImportOrExportSpecifier(275 /* SyntaxKind.ExportSpecifier */), hasJSDoc);
37212 }
37213 function parseImportSpecifier() {
37214 return parseImportOrExportSpecifier(270 /* SyntaxKind.ImportSpecifier */);
37215 }

Callers

nothing calls this directly

Calls 3

hasPrecedingJSDocCommentFunction · 0.85
withJSDocFunction · 0.85

Tested by

no test coverage detected