Searched refs:typeReferenceDirectiveResolutionCache (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | resolutionCache.ts | 196 const typeReferenceDirectiveResolutionCache = createTypeReferenceDirectiveResolutionCache( constant 280 typeReferenceDirectiveResolutionCache.clear(); 317 typeReferenceDirectiveResolutionCache.clearAllExceptPackageJsonInfoCache(); 401 …Name, containingFile, options, host, redirectedReference, typeReferenceDirectiveResolutionCache, r…
|
| D | tsbuildPublic.ts | 259 … 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);
|
| D | program.ts | 1081 … let typeReferenceDirectiveResolutionCache: TypeReferenceDirectiveResolutionCache | undefined; 1107 …typeReferenceDirectiveResolutionCache = createTypeReferenceDirectiveResolutionCache(currentDirecto… 1114 typeReferenceDirectiveResolutionCache, 1296 typeReferenceDirectiveResolutionCache = undefined;
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 121551 var typeReferenceDirectiveResolutionCache; 121576 …typeReferenceDirectiveResolutionCache = 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 …]
|
| D | tsc.js | 100833 var typeReferenceDirectiveResolutionCache; 100857 …typeReferenceDirectiveResolutionCache = 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 …]
|