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

Function addResolutionDiagnostics

test/fixtures/snapshot/typescript.js:116918–116925  ·  view source on GitHub ↗
(list)

Source from the content-addressed store, hash-verified

116916 ts.tracing === null || ts.tracing === void 0 ? void 0 : ts.tracing.pop();
116917 return program;
116918 function addResolutionDiagnostics(list) {
116919 if (!list)
116920 return;
116921 for (var _i = 0, list_3 = list; _i < list_3.length; _i++) {
116922 var elem = list_3[_i];
116923 programDiagnostics.add(elem);
116924 }
116925 }
116926 function pullDiagnosticsFromCache(names, containingFile) {
116927 var _a;
116928 if (!moduleResolutionCache)

Callers 1

pullDiagnosticsFromCacheFunction · 0.85

Calls 1

addMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…