| /third_party/typescript/src/compiler/ |
| D | watchPublic.ts | 136 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 388 compilerHost.getModuleResolutionCache = host.resolveModuleNames ? 389 maybeBind(host, host.getModuleResolutionCache) : 390 (() => 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 | 1096 moduleResolutionCache = host.getModuleResolutionCache?.(); 1309 getModuleResolutionCache: () => moduleResolutionCache,
|
| D | types.ts | 4448 getModuleResolutionCache(): ModuleResolutionCache | undefined; 7387 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 | 3496 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5857 getModuleResolutionCache?(): ModuleResolutionCache | undefined; 10634 getModuleResolutionCache(): ModuleResolutionCache | undefined;
|
| D | typescript.d.ts | 3496 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5857 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
|
| D | typescriptServices.d.ts | 3496 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5857 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
|
| D | tsc.js | 101123 …moduleResolutionCache = (_a = host.getModuleResolutionCache) === null || _a === void 0 ? void 0 : … 101282 getModuleResolutionCache: function () { return moduleResolutionCache; }, method 105460 getModuleResolutionCache: function () { return moduleResolutionCache; }, 107645 compilerHost.getModuleResolutionCache = host.resolveModuleNames ? 107646 ts.maybeBind(host, host.getModuleResolutionCache) : 107647 (function () { return resolutionCache.getModuleResolutionCache(); }); 108285 compilerHost.getModuleResolutionCache = ts.maybeBind(host, host.getModuleResolutionCache); 108293 compilerHost.getModuleResolutionCache = function () { return moduleResolutionCache; }; function
|
| D | typingsInstaller.js | 121866 …moduleResolutionCache = (_a = host.getModuleResolutionCache) === null || _a === void 0 ? void 0 : … 122055 getModuleResolutionCache: function () { return moduleResolutionCache; }, method 126873 getModuleResolutionCache: function () { return moduleResolutionCache; }, 129357 compilerHost.getModuleResolutionCache = host.resolveModuleNames ? 129358 ts.maybeBind(host, host.getModuleResolutionCache) : 129359 (function () { return resolutionCache.getModuleResolutionCache(); }); 130077 compilerHost.getModuleResolutionCache = ts.maybeBind(host, host.getModuleResolutionCache); 130085 compilerHost.getModuleResolutionCache = function () { return moduleResolutionCache; }; function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 3496 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5857 getModuleResolutionCache?(): ModuleResolutionCache | undefined; 10634 getModuleResolutionCache(): ModuleResolutionCache | undefined;
|
| D | typescript.d.ts | 3496 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method 5857 getModuleResolutionCache?(): ModuleResolutionCache | undefined;
|