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

Function parseImportSpecifier

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

Source from the content-addressed store, hash-verified

37211 return withJSDoc(parseImportOrExportSpecifier(275 /* SyntaxKind.ExportSpecifier */), hasJSDoc);
37212 }
37213 function parseImportSpecifier() {
37214 return parseImportOrExportSpecifier(270 /* SyntaxKind.ImportSpecifier */);
37215 }
37216 function parseImportOrExportSpecifier(kind) {
37217 var pos = getNodePos();
37218 // ImportSpecifier:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…