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

Function resolveTypeReferenceDirectives

test/fixtures/snapshot/typescript.js:121502–121514  ·  view source on GitHub ↗
(typeDirectiveNames, containingFile, redirectedReference, containingFileMode)

Source from the content-addressed store, hash-verified

121500 }
121501 }
121502 function resolveTypeReferenceDirectives(typeDirectiveNames, containingFile, redirectedReference, containingFileMode) {
121503 return resolveNamesWithLocalCache({
121504 names: typeDirectiveNames,
121505 containingFile: containingFile,
121506 redirectedReference: redirectedReference,
121507 cache: resolvedTypeReferenceDirectives,
121508 perDirectoryCacheWithRedirects: perDirectoryResolvedTypeReferenceDirectives,
121509 loader: resolveTypeReferenceDirective,
121510 getResolutionWithResolvedFileName: getResolvedTypeReferenceDirective,
121511 shouldRetryResolution: function (resolution) { return resolution.resolvedTypeReferenceDirective === undefined; },
121512 containingSourceFileMode: containingFileMode
121513 });
121514 }
121515 function resolveModuleNames(moduleNames, containingFile, reusedNames, redirectedReference, containingSourceFile) {
121516 return resolveNamesWithLocalCache({
121517 names: moduleNames,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…