Searched refs:openFilesWithNonRootedDiskPath (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 706 private readonly openFilesWithNonRootedDiskPath = new Map<string, ScriptInfo>(); property in ProjectService 1541 if (this.openFilesWithNonRootedDiskPath.get(canonicalFileName) === info) { 1542 this.openFilesWithNonRootedDiskPath.delete(canonicalFileName); 2604 … const info = this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFileName(fileName)); 2628 …ntDirectory: this.currentDirectory, openKeys: arrayFrom(this.openFilesWithNonRootedDiskPath.keys()… 2629 …openFilesWithNonRootedDiskPath.has(this.toCanonicalFileName(fileName)), "", () => `${JSON.stringif… 2630 …ntDirectory: this.currentDirectory, openKeys: arrayFrom(this.openFilesWithNonRootedDiskPath.keys()… 2643 … this.openFilesWithNonRootedDiskPath.set(this.toCanonicalFileName(fileName), info); 2662 …return !isRootedDiskPath(fileName) && this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFile…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 10087 private readonly openFilesWithNonRootedDiskPath; property in ts.ProjectService
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.d.ts | 9802 private readonly openFilesWithNonRootedDiskPath; property in ts.ProjectService
|
| D | tsserverlibrary.js | 156249 this.openFilesWithNonRootedDiskPath = new ts.Map(); 156937 if (this.openFilesWithNonRootedDiskPath.get(canonicalFileName) === info) { 156938 this.openFilesWithNonRootedDiskPath.delete(canonicalFileName); 157874 … var info = this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFileName(fileName)); 157895 …ectory: _this.currentDirectory, openKeys: ts.arrayFrom(_this.openFilesWithNonRootedDiskPath.keys()… 157896 …openFilesWithNonRootedDiskPath.has(this.toCanonicalFileName(fileName)), "", function () { return J… 157897 …ectory: _this.currentDirectory, openKeys: ts.arrayFrom(_this.openFilesWithNonRootedDiskPath.keys()… 157910 … this.openFilesWithNonRootedDiskPath.set(this.toCanonicalFileName(fileName), info); 157928 …return !ts.isRootedDiskPath(fileName) && this.openFilesWithNonRootedDiskPath.get(this.toCanonicalF…
|
| D | tsserver.js | 156055 this.openFilesWithNonRootedDiskPath = new ts.Map(); 156743 if (this.openFilesWithNonRootedDiskPath.get(canonicalFileName) === info) { 156744 this.openFilesWithNonRootedDiskPath.delete(canonicalFileName); 157680 … var info = this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFileName(fileName)); 157701 …ectory: _this.currentDirectory, openKeys: ts.arrayFrom(_this.openFilesWithNonRootedDiskPath.keys()… 157702 …openFilesWithNonRootedDiskPath.has(this.toCanonicalFileName(fileName)), "", function () { return J… 157703 …ectory: _this.currentDirectory, openKeys: ts.arrayFrom(_this.openFilesWithNonRootedDiskPath.keys()… 157716 … this.openFilesWithNonRootedDiskPath.set(this.toCanonicalFileName(fileName), info); 157734 …return !ts.isRootedDiskPath(fileName) && this.openFilesWithNonRootedDiskPath.get(this.toCanonicalF…
|