| /third_party/typescript/src/compiler/ |
| D | watchPublic.ts | 121 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 373 compilerHost.getModuleResolutionCache = host.resolveModuleNames ? 374 maybeBind(host, host.getModuleResolutionCache) : 375 (() => resolutionCache.getModuleResolutionCache());
|
| D | resolutionCache.ts | 28 getModuleResolutionCache(): ModuleResolutionCache; method 225 getModuleResolutionCache: () => moduleResolutionCache,
|
| D | tsbuildPublic.ts | 300 compilerHost.getModuleResolutionCache = maybeBind(host, host.getModuleResolutionCache); 307 compilerHost.getModuleResolutionCache = () => moduleResolutionCache;
|
| D | program.ts | 1094 moduleResolutionCache = host.getModuleResolutionCache?.(); 1307 getModuleResolutionCache: () => moduleResolutionCache,
|
| D | types.ts | 4441 getModuleResolutionCache(): ModuleResolutionCache | undefined; 7345 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method
|
| /third_party/typescript/src/server/ |
| D | project.ts | 579 getModuleResolutionCache(): ModuleResolutionCache | undefined { 580 return this.resolutionCache.getModuleResolutionCache(); 2197 program.getModuleResolutionCache()); 2216 program.getModuleResolutionCache()); 2255 program.getModuleResolutionCache(), 2417 getModuleResolutionCache() { method in ts.server.AutoImportProviderProject 2418 return this.hostProject.getCurrentProgram()?.getModuleResolutionCache();
|
| D | session.ts | 1379 … const packageJsonCache = project.getModuleResolutionCache()?.getPackageJsonInfoCache(); 1390 project.getModuleResolutionCache());
|
| /third_party/typescript/src/services/ |
| D | documentRegistry.ts | 238 … && getImpliedNodeFormatForFile(path, host.getCompilerHost?.()?.getModuleResolutionCache?.()?.getP…
|
| D | services.ts | 1036 … this.host.getCompilerHost?.()?.getModuleResolutionCache?.()?.getPackageJsonInfoCache(), 1355 getModuleResolutionCache: maybeBind(host, host.getModuleResolutionCache),
|
| D | types.ts | 295 /* @internal */ getModuleResolutionCache?(): ModuleResolutionCache | undefined; method
|
| D | utilities.ts | 1934 … getPackageJsonInfoCache: () => program.getModuleResolutionCache()?.getPackageJsonInfoCache(),
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.d.ts | 3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined; 10586 getModuleResolutionCache(): ModuleResolutionCache | undefined;
|
| D | typescript.d.ts | 3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
|
| D | typescriptServices.d.ts | 3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
|
| D | typingsInstaller.js | 121564 …moduleResolutionCache = (_a = host.getModuleResolutionCache) === null || _a === void 0 ? void 0 : … 121753 getModuleResolutionCache: function () { return moduleResolutionCache; }, method 126341 getModuleResolutionCache: function () { return moduleResolutionCache; }, 128815 compilerHost.getModuleResolutionCache = host.resolveModuleNames ? 128816 ts.maybeBind(host, host.getModuleResolutionCache) : 128817 (function () { return resolutionCache.getModuleResolutionCache(); }); 129535 compilerHost.getModuleResolutionCache = ts.maybeBind(host, host.getModuleResolutionCache); 129543 compilerHost.getModuleResolutionCache = function () { return moduleResolutionCache; }; function
|
| D | tsc.js | 100845 …moduleResolutionCache = (_a = host.getModuleResolutionCache) === null || _a === void 0 ? void 0 : … 101004 getModuleResolutionCache: function () { return moduleResolutionCache; }, method 104958 getModuleResolutionCache: function () { return moduleResolutionCache; }, 107133 compilerHost.getModuleResolutionCache = host.resolveModuleNames ? 107134 ts.maybeBind(host, host.getModuleResolutionCache) : 107135 (function () { return resolutionCache.getModuleResolutionCache(); }); 107773 compilerHost.getModuleResolutionCache = ts.maybeBind(host, host.getModuleResolutionCache); 107781 compilerHost.getModuleResolutionCache = function () { return moduleResolutionCache; }; function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined; 10586 getModuleResolutionCache(): ModuleResolutionCache | undefined;
|
| D | typescript.d.ts | 3462 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5816 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
|