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

Function isExternalModuleImportEquals

test/fixtures/snapshot/typescript.js:136803–136805  ·  view source on GitHub ↗
(eq)

Source from the content-addressed store, hash-verified

136801 return node.kind === 261 /* SyntaxKind.ModuleDeclaration */ && node.name.kind === 10 /* SyntaxKind.StringLiteral */;
136802 }
136803 function isExternalModuleImportEquals(eq) {
136804 return eq.moduleReference.kind === 277 /* SyntaxKind.ExternalModuleReference */ && eq.moduleReference.expression.kind === 10 /* SyntaxKind.StringLiteral */;
136805 }
136806 })(FindAllReferences = ts.FindAllReferences || (ts.FindAllReferences = {}));
136807})(ts || (ts = {}));
136808/* @internal */

Callers 3

handleImportFunction · 0.85
forEachImportFunction · 0.85
isNodeImportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected