Searched refs:moduleResolutionCache (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | resolutionCache.ts | 186 const moduleResolutionCache = createModuleResolutionCache( constant 200 moduleResolutionCache.getPackageJsonInfoCache(), 225 getModuleResolutionCache: () => moduleResolutionCache, 279 moduleResolutionCache.clear(); 316 moduleResolutionCache.clearAllExceptPackageJsonInfoCache(); 368 …olveModuleName(moduleName, containingFile, compilerOptions, host, moduleResolutionCache, redirecte… 385 moduleResolutionCache, 774 … const packageJsonMap = moduleResolutionCache.getPackageJsonInfoCache().getInternalMap(); 1025 const packageJsonMap = moduleResolutionCache.getPackageJsonInfoCache().getInternalMap();
|
| D | tsbuildPublic.ts | 258 readonly moduleResolutionCache: ModuleResolutionCache | undefined; property 301 …const moduleResolutionCache = !compilerHost.resolveModuleNames ? createModuleResolutionCache(curre… constant 302 …he(currentDirectory, getCanonicalFileName, /*options*/ undefined, moduleResolutionCache?.getPackag… 304 …Name, containingFile, state.projectCompilerOptions, compilerHost, moduleResolutionCache, redirecte… 307 compilerHost.getModuleResolutionCache = () => moduleResolutionCache; 345 moduleResolutionCache, 598 …const { cache, host, compilerHost, extendedConfigCache, moduleResolutionCache, typeReferenceDirect… constant 608 moduleResolutionCache?.clear(); 892 state.moduleResolutionCache?.update(config.options); 905 … state.lastCachedPackageJsonLookups.set(projectPath, state.moduleResolutionCache && map( [all …]
|
| D | program.ts | 1080 let moduleResolutionCache: ModuleResolutionCache | undefined; 1094 moduleResolutionCache = host.getModuleResolutionCache?.(); 1097 …moduleResolutionCache = createModuleResolutionCache(currentDirectory, getCanonicalFileName, option… 1098 … resolveModuleName(moduleName, containingFileName, options, host, moduleResolutionCache, redirecte… 1107 …he(currentDirectory, getCanonicalFileName, /*options*/ undefined, moduleResolutionCache?.getPackag… 1307 getModuleResolutionCache: () => moduleResolutionCache, 1395 if (!moduleResolutionCache) return; 1412 …const diags = moduleResolutionCache.getOrCreateCacheForModuleName(name, mode, redirectedReference)… 1491 …return moduleResolutionCache && resolveModuleNameFromCache(moduleName, containingFile, moduleResol… 1745 …eFileOptions = getCreateSourceFileOptions(oldSourceFile.fileName, moduleResolutionCache, host, opt… [all …]
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 121550 var moduleResolutionCache; 121564 …moduleResolutionCache = (_a = host.getModuleResolutionCache) === null || _a === void 0 ? void 0 : … 121567 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, getCanonicalFileName, opt… 121568 ….resolveModuleName(moduleName, containingFileName, options, host, moduleResolutionCache, redirecte… 121576 …me, /*options*/ undefined, moduleResolutionCache === null || moduleResolutionCache === void 0 ? vo… 121753 getModuleResolutionCache: function () { return moduleResolutionCache; }, 121838 if (!moduleResolutionCache) 121858 …var diags = (_a = moduleResolutionCache.getOrCreateCacheForModuleName(name, mode, redirectedRefere… 121938 …return moduleResolutionCache && ts.resolveModuleNameFromCache(moduleName, containingFile, moduleRe… 122158 …eFileOptions = getCreateSourceFileOptions(oldSourceFile.fileName, moduleResolutionCache, host, opt… [all …]
|
| D | tsc.js | 100832 var moduleResolutionCache; 100845 …moduleResolutionCache = (_a = host.getModuleResolutionCache) === null || _a === void 0 ? void 0 : … 100848 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, getCanonicalFileName, opt… 100849 ….resolveModuleName(moduleName, containingFileName, options, host, moduleResolutionCache, redirecte… 100857 …onicalFileName, undefined, moduleResolutionCache === null || moduleResolutionCache === void 0 ? vo… 101004 getModuleResolutionCache: function () { return moduleResolutionCache; }, 101088 if (!moduleResolutionCache) 101102 …var diags = (_a = moduleResolutionCache.getOrCreateCacheForModuleName(name, mode, redirectedRefere… 101175 …return moduleResolutionCache && ts.resolveModuleNameFromCache(moduleName, containingFile, moduleRe… 101336 …eFileOptions = getCreateSourceFileOptions(oldSourceFile.fileName, moduleResolutionCache, host, opt… [all …]
|