MCPcopy Create free account
hub / github.com/nodejs/node / reportParseConfigFileDiagnostic

Function reportParseConfigFileDiagnostic

test/fixtures/snapshot/typescript.js:125488–125490  ·  view source on GitHub ↗
(state, proj)

Source from the content-addressed store, hash-verified

125486 }
125487 }
125488 function reportParseConfigFileDiagnostic(state, proj) {
125489 reportAndStoreErrors(state, proj, [state.configFileCache.get(proj)]);
125490 }
125491 function reportErrorSummary(state, buildOrder) {
125492 if (!state.needsSummary)
125493 return;

Callers 2

cleanFunction · 0.85

Calls 2

reportAndStoreErrorsFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected