Home
last modified time | relevance | path

Searched refs:ModuleResolutionCache (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/compiler/
DmoduleNameResolver.ts495 cache: ModuleResolutionCache | undefined,
587 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
805 ): ModuleResolutionCache;
813 ): ModuleResolutionCache;
820 ): ModuleResolutionCache {
968 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
975 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
1295 …host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirectedReference?: ResolvedProjectRe…
1310 …host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirectedReference?: ResolvedProjectRe…
1328 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
[all …]
DwatchPublic.ts136 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
DresolutionCache.ts28 getModuleResolutionCache(): ModuleResolutionCache;
Dprogram.ts1083 let moduleResolutionCache: ModuleResolutionCache | undefined;
3008 …tCreateSourceFileOptions(fileName: string, moduleResolutionCache: ModuleResolutionCache | undefine…
DtsbuildPublic.ts258 readonly moduleResolutionCache: ModuleResolutionCache | undefined;
Dtypes.ts4485 getModuleResolutionCache(): ModuleResolutionCache | undefined;
7439 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/src/services/
Dtypes.ts295 /* @internal */ getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3523 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5445 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5462 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5464 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5465 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5466 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5940 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
10717 getModuleResolutionCache(): ModuleResolutionCache | undefined;
Dtypescript.d.ts3523 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5445 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5462 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5464 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5465 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5466 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5940 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/lib/
Dtsserverlibrary.d.ts3523 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5445 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5462 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5464 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5465 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5466 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5940 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
10717 getModuleResolutionCache(): ModuleResolutionCache | undefined;
Dtypescript.d.ts3523 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5445 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5462 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5464 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5465 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5466 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5940 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
DtypescriptServices.d.ts3523 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5445 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5462 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5464 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5465 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5466 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5940 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/src/server/
Dproject.ts579 getModuleResolutionCache(): ModuleResolutionCache | undefined {