Searched refs:resolutionCache (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/compiler/ |
D | watchPublic.ts | 375 const resolutionCache = createResolutionCache(compilerHost, constant 384 …ningFile, reusedNames, redirectedReference, _options, sourceFile) => resolutionCache.resolveModule… 387 …ontainingFile, redirectedReference, _options, containingFileMode) => resolutionCache.resolveTypeRe… 390 (() => resolutionCache.getModuleResolutionCache()); 412 resolutionCache.clear(); 464 resolutionCache.clear(); 468 …const hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalid… 513 resolutionCache.startCachingPerDirectoryResolution(); 518 … resolutionCache.finishCachingPerDirectoryResolution(builderProgram.getProgram(), oldProgram); 523 resolutionCache.updateTypeRootsWatch(); [all …]
|
/third_party/typescript/src/server/ |
D | project.ts | 191 resolutionCache: ResolutionCache; 380 this.resolutionCache = createResolutionCache( 576 …return this.resolutionCache.resolveModuleNames(moduleNames, containingFile, reusedNames, redirecte… 580 return this.resolutionCache.getModuleResolutionCache(); 584 …return this.resolutionCache.getResolvedModuleWithFailedLookupLocationsFromCache(moduleName, contai… 588 …return this.resolutionCache.resolveTypeReferenceDirectives(typeDirectiveNames, containingFile, red… 641 if (this.resolutionCache.invalidateResolutionsOfFailedLookupLocations()) { 650 this.resolutionCache.invalidateResolutionsOfFailedLookupLocations()) { 675 return this.resolutionCache.hasChangedAutomaticTypeDirectiveNames(); 838 this.resolutionCache.closeTypeRootsWatch(); [all …]
|
D | editorServices.ts | 1402 …project.resolutionCache.removeResolutionsFromProjectReferenceRedirects(this.toPath(canonicalConfig… 2456 project.resolutionCache.clear();
|
/third_party/typescript/src/testRunner/unittests/ |
D | moduleResolution.ts | 213 const resolutionCache = createModuleResolutionCache("/", (f) => f); constant 214 let cache = resolutionCache.getOrCreateCacheForModuleName("a", /*mode*/ undefined); 229 cache = resolutionCache.getOrCreateCacheForModuleName("b", /*mode*/ undefined); 246 cache = resolutionCache.getOrCreateCacheForModuleName("c", /*mode*/ undefined); 262 cache = resolutionCache.getOrCreateCacheForModuleName("d", /*mode*/ undefined); 277 cache = resolutionCache.getOrCreateCacheForModuleName("e", /*mode*/ undefined); 293 cache = resolutionCache.getOrCreateCacheForModuleName("f", /*mode*/ undefined);
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 1996 …assert.isFalse(proj.resolutionCache.isFileWithInvalidatedNonRelativeUnresolvedImports(app.path as … 2100 …assert.isFalse(proj.resolutionCache.isFileWithInvalidatedNonRelativeUnresolvedImports(file.path as…
|
/third_party/typescript/lib/ |
D | tsc.js | 107441 var resolutionCache = ts.createResolutionCache(compilerHost, configFileName ? 107452 …le, reusedNames, redirectedReference, _options, sourceFile) { return resolutionCache.resolveModule… 107461 …ingFile, redirectedReference, _options, containingFileMode) { return resolutionCache.resolveTypeRe… 107464 (function () { return resolutionCache.getModuleResolutionCache(); }); 107479 resolutionCache.clear(); 107529 resolutionCache.clear(); 107532 …var hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalidat… 107569 resolutionCache.startCachingPerDirectoryResolution(); 107574 … resolutionCache.finishCachingPerDirectoryResolution(builderProgram.getProgram(), oldProgram); 107577 resolutionCache.updateTypeRootsWatch(); [all …]
|
D | typingsInstaller.js | 129141 var resolutionCache = ts.createResolutionCache(compilerHost, configFileName ? 129154 …le, reusedNames, redirectedReference, _options, sourceFile) { return resolutionCache.resolveModule… 129163 …ingFile, redirectedReference, _options, containingFileMode) { return resolutionCache.resolveTypeRe… 129166 (function () { return resolutionCache.getModuleResolutionCache(); }); 129184 resolutionCache.clear(); 129234 resolutionCache.clear(); 129237 …var hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalidat… 129275 resolutionCache.startCachingPerDirectoryResolution(); 129280 … resolutionCache.finishCachingPerDirectoryResolution(builderProgram.getProgram(), oldProgram); 129284 resolutionCache.updateTypeRootsWatch(); [all …]
|