Home
last modified time | relevance | path

Searched refs:resolutionCache (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
DwatchPublic.ts375 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();
518resolutionCache.finishCachingPerDirectoryResolution(builderProgram.getProgram(), oldProgram);
523 resolutionCache.updateTypeRootsWatch();
[all …]
/third_party/typescript/src/server/
Dproject.ts191 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 …]
DeditorServices.ts1402 …project.resolutionCache.removeResolutionsFromProjectReferenceRedirects(this.toPath(canonicalConfig…
2456 project.resolutionCache.clear();
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts213 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/
DtypingsInstaller.ts1996 …assert.isFalse(proj.resolutionCache.isFileWithInvalidatedNonRelativeUnresolvedImports(app.path as …
2100 …assert.isFalse(proj.resolutionCache.isFileWithInvalidatedNonRelativeUnresolvedImports(file.path as…
/third_party/typescript/lib/
Dtsc.js107441 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();
107574resolutionCache.finishCachingPerDirectoryResolution(builderProgram.getProgram(), oldProgram);
107577 resolutionCache.updateTypeRootsWatch();
[all …]
DtypingsInstaller.js129141 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();
129280resolutionCache.finishCachingPerDirectoryResolution(builderProgram.getProgram(), oldProgram);
129284 resolutionCache.updateTypeRootsWatch();
[all …]