Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DeditorServices.ts711 …private watchOptionsForInferredProjectsPerProjectRoot = new Map<string, WatchOptionsAndErrors | fa… property in ProjectService
1069 …this.watchOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, watchOptions || f…
2405 … watchOptionsAndErrors = this.watchOptionsForInferredProjectsPerProjectRoot.get(projectRootPath);
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10091 private watchOptionsForInferredProjectsPerProjectRoot; property in ts.ProjectService
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9806 private watchOptionsForInferredProjectsPerProjectRoot; property in ts.ProjectService
Dtsserverlibrary.js156251 this.watchOptionsForInferredProjectsPerProjectRoot = new ts.Map();
156535 …this.watchOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, watchOptions || f…
157694 … watchOptionsAndErrors = this.watchOptionsForInferredProjectsPerProjectRoot.get(projectRootPath);
Dtsserver.js156057 this.watchOptionsForInferredProjectsPerProjectRoot = new ts.Map();
156341 …this.watchOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, watchOptions || f…
157500 … watchOptionsAndErrors = this.watchOptionsForInferredProjectsPerProjectRoot.get(projectRootPath);