MCPcopy Create free account
hub / github.com/nodejs/node / isExportsIdentifier

Function isExportsIdentifier

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

Source from the content-addressed store, hash-verified

16549 }
16550 ts.getRightMostAssignedExpression = getRightMostAssignedExpression;
16551 function isExportsIdentifier(node) {
16552 return ts.isIdentifier(node) && node.escapedText === "exports";
16553 }
16554 ts.isExportsIdentifier = isExportsIdentifier;
16555 function isModuleIdentifier(node) {
16556 return ts.isIdentifier(node) && node.escapedText === "module";

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected