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

Function isSourceFileNotJS

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

Source from the content-addressed store, hash-verified

16328 }
16329 ts.isSourceFileJS = isSourceFileJS;
16330 function isSourceFileNotJS(file) {
16331 return !isInJSFile(file);
16332 }
16333 ts.isSourceFileNotJS = isSourceFileNotJS;
16334 function isInJSFile(node) {
16335 return !!node && !!(node.flags & 262144 /* NodeFlags.JavaScriptFile */);

Callers

nothing calls this directly

Calls 1

isInJSFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…