Home
last modified time | relevance | path

Searched refs:typeReferenceDirectiveResolutionCache (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts196 const typeReferenceDirectiveResolutionCache = createTypeReferenceDirectiveResolutionCache( constant
280 typeReferenceDirectiveResolutionCache.clear();
317 typeReferenceDirectiveResolutionCache.clearAllExceptPackageJsonInfoCache();
401 …Name, containingFile, options, host, redirectedReference, typeReferenceDirectiveResolutionCache, r…
DtsbuildPublic.ts259 … readonly typeReferenceDirectiveResolutionCache: TypeReferenceDirectiveResolutionCache | undefined; property
302 …const typeReferenceDirectiveResolutionCache = !compilerHost.resolveTypeReferenceDirectives ? creat… constant
310 …CompilerOptions, compilerHost, redirectedReference, state.typeReferenceDirectiveResolutionCache, c…
346 typeReferenceDirectiveResolutionCache,
598 …compilerHost, extendedConfigCache, moduleResolutionCache, typeReferenceDirectiveResolutionCache } … constant
609 typeReferenceDirectiveResolutionCache?.clear();
893 state.typeReferenceDirectiveResolutionCache?.update(config.options);
Dprogram.ts1081 … let typeReferenceDirectiveResolutionCache: TypeReferenceDirectiveResolutionCache | undefined;
1107typeReferenceDirectiveResolutionCache = createTypeReferenceDirectiveResolutionCache(currentDirecto…
1114 typeReferenceDirectiveResolutionCache,
1296 typeReferenceDirectiveResolutionCache = undefined;
/third_party/typescript/lib/
DtypingsInstaller.js121551 var typeReferenceDirectiveResolutionCache;
121576typeReferenceDirectiveResolutionCache = ts.createTypeReferenceDirectiveResolutionCache(currentDire…
121577 …sRef, containingFile, options, host, redirectedReference, typeReferenceDirectiveResolutionCache, r…
121744 typeReferenceDirectiveResolutionCache = undefined;
126321 …var typeReferenceDirectiveResolutionCache = ts.createTypeReferenceDirectiveResolutionCache(getCurr…
126392 typeReferenceDirectiveResolutionCache.clear();
126423 typeReferenceDirectiveResolutionCache.clearAllExceptPackageJsonInfoCache();
126498 …Name, containingFile, options, host, redirectedReference, typeReferenceDirectiveResolutionCache, r…
129537 …var typeReferenceDirectiveResolutionCache = !compilerHost.resolveTypeReferenceDirectives ? ts.crea…
129546 …CompilerOptions, compilerHost, redirectedReference, state.typeReferenceDirectiveResolutionCache, c…
[all …]
Dtsc.js100833 var typeReferenceDirectiveResolutionCache;
100857typeReferenceDirectiveResolutionCache = ts.createTypeReferenceDirectiveResolutionCache(currentDire…
100858 …sRef, containingFile, options, host, redirectedReference, typeReferenceDirectiveResolutionCache, r…
100996 typeReferenceDirectiveResolutionCache = undefined;
104946 …var typeReferenceDirectiveResolutionCache = ts.createTypeReferenceDirectiveResolutionCache(getCurr…
105007 typeReferenceDirectiveResolutionCache.clear();
105036 typeReferenceDirectiveResolutionCache.clearAllExceptPackageJsonInfoCache();
105102 …Name, containingFile, options, host, redirectedReference, typeReferenceDirectiveResolutionCache, r…
107775 …var typeReferenceDirectiveResolutionCache = !compilerHost.resolveTypeReferenceDirectives ? ts.crea…
107784 …CompilerOptions, compilerHost, redirectedReference, state.typeReferenceDirectiveResolutionCache, c…
[all …]