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

Function processProjectReferenceFile

test/fixtures/snapshot/typescript.js:118157–118159  ·  view source on GitHub ↗
(fileName, reason)

Source from the content-addressed store, hash-verified

118155 }, reason);
118156 }
118157 function processProjectReferenceFile(fileName, reason) {
118158 return processSourceFile(fileName, /*isDefaultLib*/ false, /*ignoreNoDefaultLib*/ false, /*packageId*/ undefined, reason);
118159 }
118160 function reportFileNamesDifferOnlyInCasingError(fileName, existingFile, reason) {
118161 var hasExistingReasonToReportErrorOn = !isReferencedFile(reason) && ts.some(fileReasons.get(existingFile.path), isReferencedFile);
118162 if (hasExistingReasonToReportErrorOn) {

Callers 1

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…