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

Function isSourceFileJS

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

Source from the content-addressed store, hash-verified

16324 }
16325 ts.isInternalModuleImportEqualsDeclaration = isInternalModuleImportEqualsDeclaration;
16326 function isSourceFileJS(file) {
16327 return isInJSFile(file);
16328 }
16329 ts.isSourceFileJS = isSourceFileJS;
16330 function isSourceFileNotJS(file) {
16331 return !isInJSFile(file);

Callers 1

sourceFileMayBeEmittedFunction · 0.85

Calls 1

isInJSFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…