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

Function processRootFile

test/fixtures/snapshot/typescript.js:117948–117950  ·  view source on GitHub ↗
(fileName, isDefaultLib, ignoreNoDefaultLib, reason)

Source from the content-addressed store, hash-verified

117946 return configFileParsingDiagnostics || ts.emptyArray;
117947 }
117948 function processRootFile(fileName, isDefaultLib, ignoreNoDefaultLib, reason) {
117949 processSourceFile(ts.normalizePath(fileName), isDefaultLib, ignoreNoDefaultLib, /*packageId*/ undefined, reason);
117950 }
117951 function fileReferenceIsEqualTo(a, b) {
117952 return a.fileName === b.fileName;
117953 }

Callers 2

createProgramFunction · 0.85

Calls 1

processSourceFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…