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.ts1082 let moduleResolutionCache: ModuleResolutionCache | undefined;
2941 …tCreateSourceFileOptions(fileName: string, moduleResolutionCache: ModuleResolutionCache | undefine…
DtsbuildPublic.ts258 readonly moduleResolutionCache: ModuleResolutionCache | undefined;
Dtypes.ts4448 getModuleResolutionCache(): ModuleResolutionCache | undefined;
7381 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/src/services/
Dtypes.ts295 /* @internal */ getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3490 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5386 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5403 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5405 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5406 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5407 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5851 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
10628 getModuleResolutionCache(): ModuleResolutionCache | undefined;
Dtypescript.d.ts3490 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5386 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5403 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5405 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5406 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5407 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5851 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/lib/
Dtsserverlibrary.d.ts3490 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5386 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5403 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5405 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5406 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5407 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5851 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
10628 getModuleResolutionCache(): ModuleResolutionCache | undefined;
Dtypescript.d.ts3490 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5386 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5403 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5405 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5406 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5407 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5851 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
DtypescriptServices.d.ts3490 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
5386 …export interface ModuleResolutionCache extends PerDirectoryResolutionCache<ResolvedModuleWithFaile… interface
5403 …ng, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResolutionCache;
5405 …eNameFromCache(moduleName: string, containingFile: string, cache: ModuleResolutionCache, mode?: Mo…
5406 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5407 …ilerOptions: CompilerOptions, host: ModuleResolutionHost, cache?: ModuleResolutionCache, redirecte…
5851 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
/third_party/typescript/src/server/
Dproject.ts579 getModuleResolutionCache(): ModuleResolutionCache | undefined {