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.ts121 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
DresolutionCache.ts28 getModuleResolutionCache(): ModuleResolutionCache;
Dprogram.ts1080 let moduleResolutionCache: ModuleResolutionCache | undefined;
2905 …tCreateSourceFileOptions(fileName: string, moduleResolutionCache: ModuleResolutionCache | undefine…
DtsbuildPublic.ts258 readonly moduleResolutionCache: ModuleResolutionCache | undefined;
Dtypes.ts4441 getModuleResolutionCache(): ModuleResolutionCache | undefined;
7345 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/src/services/
Dtypes.ts295 /* @internal */ getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/lib/
Dtypescript.d.ts3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5356 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5373 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5375 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5376 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5377 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
DtypescriptServices.d.ts3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5356 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5373 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5375 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5376 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5377 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
Dtsserverlibrary.d.ts3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5356 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5373 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5375 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5376 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5377 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
10586 getModuleResolutionCache(): ModuleResolutionCache | undefined;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5356 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5373 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5375 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5376 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5377 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
Dtsserverlibrary.d.ts3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5356 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5373 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5375 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5376 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5377 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
10586 getModuleResolutionCache(): ModuleResolutionCache | undefined;
/third_party/typescript/src/server/
Dproject.ts579 getModuleResolutionCache(): ModuleResolutionCache | undefined {