Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
Dproject.ts143 private rootFilesMap = new Map<string, ProjectRootFile>(); property in ts.server.Project
421 this.rootFilesMap.forEach(value => {
434 const existingValue = this.rootFilesMap.get(scriptInfo.path);
812 this.rootFilesMap = undefined!;
867 return this.rootFilesMap;
970 return this.rootFilesMap && this.rootFilesMap.get(info.path)?.info === info;
977 this.rootFilesMap.set(info.path, { fileName: fileName || info.fileName, info });
986 this.rootFilesMap.set(path, { fileName });
1579 this.rootFilesMap.delete(info.path);
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9392 private rootFilesMap; property in ts.Project
Dtsserverlibrary.js154024 this.rootFilesMap = new ts.Map();
154179 this.rootFilesMap.forEach(function (value) {
154190 var existingValue = this.rootFilesMap.get(scriptInfo.path);
154496 this.rootFilesMap = undefined;
154543 return this.rootFilesMap;
154644 …return this.rootFilesMap && ((_a = this.rootFilesMap.get(info.path)) === null || _a === void 0 ? v…
154650 … this.rootFilesMap.set(info.path, { fileName: fileName || info.fileName, info: info });
154657 this.rootFilesMap.set(path, { fileName: fileName });
155178 this.rootFilesMap.delete(info.path);
Dtsserver.js153830 this.rootFilesMap = new ts.Map();
153985 this.rootFilesMap.forEach(function (value) {
153996 var existingValue = this.rootFilesMap.get(scriptInfo.path);
154302 this.rootFilesMap = undefined;
154349 return this.rootFilesMap;
154450 …return this.rootFilesMap && ((_a = this.rootFilesMap.get(info.path)) === null || _a === void 0 ? v…
154456 … this.rootFilesMap.set(info.path, { fileName: fileName || info.fileName, info: info });
154463 this.rootFilesMap.set(path, { fileName: fileName });
154984 this.rootFilesMap.delete(info.path);
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts9513 private rootFilesMap; property in ts.Project