Home
last modified time | relevance | path

Searched refs:configFileExistenceInfoCache (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/server/
DeditorServices.ts725 private readonly configFileExistenceInfoCache = new Map<string, ConfigFileExistenceInfo>(); property in ProjectService
1331 return this.configFileExistenceInfoCache.get(project.canonicalConfigFilePath)!;
1408 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigPath)!;
1617 … let configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);
1644 this.configFileExistenceInfoCache.set(canonicalConfigFilePath, configFileExistenceInfo);
1665 this.configFileExistenceInfoCache.set(project.canonicalConfigFilePath, {
1694 this.configFileExistenceInfoCache.delete(closedProject.canonicalConfigFilePath);
1763 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);
1784 this.configFileExistenceInfoCache.delete(canonicalConfigFilePath);
1797 … let configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10105 private readonly configFileExistenceInfoCache; property in ts.ProjectService
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9820 private readonly configFileExistenceInfoCache; property in ts.ProjectService
Dtsserverlibrary.js156264 this.configFileExistenceInfoCache = new ts.Map();
156763 return this.configFileExistenceInfoCache.get(project.canonicalConfigFilePath);
156829 … var configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigPath);
157003 … var configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);
157027 … this.configFileExistenceInfoCache.set(canonicalConfigFilePath, configFileExistenceInfo);
157047 this.configFileExistenceInfoCache.set(project.canonicalConfigFilePath, {
157074 this.configFileExistenceInfoCache.delete(closedProject.canonicalConfigFilePath);
157129 … var configFileExistenceInfo = _this.configFileExistenceInfoCache.get(canonicalConfigFilePath);
157147 _this.configFileExistenceInfoCache.delete(canonicalConfigFilePath);
157160 … var configFileExistenceInfo = _this.configFileExistenceInfoCache.get(canonicalConfigFilePath);
[all …]
Dtsserver.js156070 this.configFileExistenceInfoCache = new ts.Map();
156569 return this.configFileExistenceInfoCache.get(project.canonicalConfigFilePath);
156635 … var configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigPath);
156809 … var configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);
156833 … this.configFileExistenceInfoCache.set(canonicalConfigFilePath, configFileExistenceInfo);
156853 this.configFileExistenceInfoCache.set(project.canonicalConfigFilePath, {
156880 this.configFileExistenceInfoCache.delete(closedProject.canonicalConfigFilePath);
156935 … var configFileExistenceInfo = _this.configFileExistenceInfoCache.get(canonicalConfigFilePath);
156953 _this.configFileExistenceInfoCache.delete(canonicalConfigFilePath);
156966 … var configFileExistenceInfo = _this.configFileExistenceInfoCache.get(canonicalConfigFilePath);
[all …]