Home
last modified time | relevance | path

Searched refs:getModuleSpecifierCache (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DmoduleSpecifierCache.ts142 … project, projectService, session, moduleSpecifierCache: project.getModuleSpecifierCache(), trigge…
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts154 const cache = host.getModuleSpecifierCache?.();
455 const cache = host.getModuleSpecifierCache?.();
Dtypes.ts9052 getModuleSpecifierCache?(): ModuleSpecifierCache;
/third_party/typescript/src/services/
Dtypes.ts318 /* @internal */ getModuleSpecifierCache?(): ModuleSpecifierCache; method
Dutilities.ts1933 getModuleSpecifierCache: maybeBind(host, host.getModuleSpecifierCache),
Dcompletions.ts2847 const moduleSpecifierCache = host.getModuleSpecifierCache?.();
/third_party/typescript/src/services/codefixes/
DimportFixes.ts963 const moduleSpecifierCache = host.getModuleSpecifierCache?.();
/third_party/typescript/src/server/
Dproject.ts1857 getModuleSpecifierCache() {
DeditorServices.ts2674 this.findProject(projectName)?.getModuleSpecifierCache()?.clear();
/third_party/typescript/lib/
Dtypescript.d.ts4318 getModuleSpecifierCache?(): ModuleSpecifierCache; method
DtypescriptServices.d.ts4318 getModuleSpecifierCache?(): ModuleSpecifierCache; method
Dtsserverlibrary.d.ts4318 getModuleSpecifierCache?(): ModuleSpecifierCache; method
DtypingsInstaller.js127265 …var cache = (_a = host.getModuleSpecifierCache) === null || _a === void 0 ? void 0 : _a.call(host);
127506 …var cache = (_a = host.getModuleSpecifierCache) === null || _a === void 0 ? void 0 : _a.call(host);
Dtsc.js105783 …var cache = (_a = host.getModuleSpecifierCache) === null || _a === void 0 ? void 0 : _a.call(host);
105977 …var cache = (_a = host.getModuleSpecifierCache) === null || _a === void 0 ? void 0 : _a.call(host);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4318 getModuleSpecifierCache?(): ModuleSpecifierCache; method
Dtsserverlibrary.d.ts4318 getModuleSpecifierCache?(): ModuleSpecifierCache; method