Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DeditorServices.ts733 readonly configFileForOpenFiles: ESMap<Path, NormalizedPath | false> = new Map(); property in ProjectService
1617 this.configFileForOpenFiles.delete(info.path);
1916 const result = this.configFileForOpenFiles.get(info.path);
1929 this.configFileForOpenFiles.set(info.path, configFileName || false);
3126 this.configFileForOpenFiles.delete(path);