Searched defs:moduleResolutionCache (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | tsbuildPublic.ts | 258 readonly moduleResolutionCache: ModuleResolutionCache | undefined; property 301 …const moduleResolutionCache = !compilerHost.resolveModuleNames ? createModuleResolutionCache(curre… constant 598 …const { cache, host, compilerHost, extendedConfigCache, moduleResolutionCache, typeReferenceDirect… constant
|
| D | resolutionCache.ts | 186 const moduleResolutionCache = createModuleResolutionCache( constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 123505 function getCreateSourceFileOptions(fileName, moduleResolutionCache, host, options) { argument 130058 moduleResolutionCache: moduleResolutionCache, property
|
| D | tsc.js | 102536 function getCreateSourceFileOptions(fileName, moduleResolutionCache, host, options) { argument 108269 moduleResolutionCache: moduleResolutionCache, property
|