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

Function showModuleSpecifier

test/fixtures/snapshot/typescript.js:19722–19725  ·  view source on GitHub ↗
(_a)

Source from the content-addressed store, hash-verified

19720 }
19721 ts.isUMDExportSymbol = isUMDExportSymbol;
19722 function showModuleSpecifier(_a) {
19723 var moduleSpecifier = _a.moduleSpecifier;
19724 return ts.isStringLiteral(moduleSpecifier) ? moduleSpecifier.text : getTextOfNode(moduleSpecifier);
19725 }
19726 ts.showModuleSpecifier = showModuleSpecifier;
19727 function getLastChild(node) {
19728 var lastChild;

Callers

nothing calls this directly

Calls 1

getTextOfNodeFunction · 0.85

Tested by

no test coverage detected