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

Function isModuleIdentifier

test/fixtures/snapshot/typescript.js:16555–16557  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

16553 }
16554 ts.isExportsIdentifier = isExportsIdentifier;
16555 function isModuleIdentifier(node) {
16556 return ts.isIdentifier(node) && node.escapedText === "module";
16557 }
16558 ts.isModuleIdentifier = isModuleIdentifier;
16559 function isModuleExportsAccessExpression(node) {
16560 return (ts.isPropertyAccessExpression(node) || isLiteralLikeElementAccess(node))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…