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

Function getTargetOfNamespaceExportDeclaration

test/fixtures/snapshot/typescript.js:50728–50732  ·  view source on GitHub ↗
(node, dontResolveAlias)

Source from the content-addressed store, hash-verified

50726 }
50727 }
50728 function getTargetOfNamespaceExportDeclaration(node, dontResolveAlias) {
50729 var resolved = resolveExternalModuleSymbol(node.parent.symbol, dontResolveAlias);
50730 markSymbolOfAliasDeclarationIfTypeOnly(node, /*immediateTarget*/ undefined, resolved, /*overwriteEmpty*/ false);
50731 return resolved;
50732 }
50733 function getTargetOfExportSpecifier(node, meaning, dontResolveAlias) {
50734 var resolved = node.parent.parent.moduleSpecifier ?
50735 getExternalModuleMember(node.parent.parent, node, dontResolveAlias) :

Callers 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…