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

Function addProgramDiagnosticExplainingFile

test/fixtures/snapshot/typescript.js:118984–118986  ·  view source on GitHub ↗
(file, diagnostic, args)

Source from the content-addressed store, hash-verified

118982 });
118983 }
118984 function addProgramDiagnosticExplainingFile(file, diagnostic, args) {
118985 programDiagnostics.add(createDiagnosticExplainingFile(file, /*fileProcessingReason*/ undefined, diagnostic, args));
118986 }
118987 function fileIncludeReasonToRelatedInformation(reason) {
118988 if (isReferencedFile(reason)) {
118989 var referenceLocation = getReferencedFileLocation(getSourceFileByPath, reason);

Callers 2

verifyCompilerOptionsFunction · 0.85

Calls 2

addMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…