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

Function isExternalModule

test/fixtures/snapshot/typescript.js:31339–31341  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

31337 ts.parseJsonText = parseJsonText;
31338 // See also `isExternalOrCommonJsModule` in utilities.ts
31339 function isExternalModule(file) {
31340 return file.externalModuleIndicator !== undefined;
31341 }
31342 ts.isExternalModule = isExternalModule;
31343 // Produces a new SourceFile for the 'newText' provided. The 'textChangeRange' parameter
31344 // indicates what changed between the 'text' that this SourceFile has and the 'newText'.

Callers 1

createSourceFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…