Home
last modified time | relevance | path

Searched refs:nonRelativeModuleNameCache (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts185 …const nonRelativeModuleNameCache: CacheWithRedirects<PerModuleNameCache> = createCacheWithRedirect… constant
191 nonRelativeModuleNameCache,
/third_party/typescript/lib/
DtypingsInstaller.js126316 var nonRelativeModuleNameCache = ts.createCacheWithRedirects();
126318 /*options*/ undefined, perDirectoryResolvedModuleNames, nonRelativeModuleNameCache);
Dtsc.js104942 var nonRelativeModuleNameCache = ts.createCacheWithRedirects();
104943 …Host.getCanonicalFileName, undefined, perDirectoryResolvedModuleNames, nonRelativeModuleNameCache);