Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DeditorServices.ts706 … private compilerOptionsForInferredProjectsPerProjectRoot = new Map<string, CompilerOptions>(); property in ProjectService
1065 …this.compilerOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, compilerOption…
1086 …!project.projectRootPath || !this.compilerOptionsForInferredProjectsPerProjectRoot.has(project.pro…
2398 …const compilerOptions = projectRootPath && this.compilerOptionsForInferredProjectsPerProjectRoot.g…
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9804 private compilerOptionsForInferredProjectsPerProjectRoot; property in ts.ProjectService
Dtsserverlibrary.js156250 this.compilerOptionsForInferredProjectsPerProjectRoot = new ts.Map();
156534 …this.compilerOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, compilerOption…
156555 …!project.projectRootPath || !this.compilerOptionsForInferredProjectsPerProjectRoot.has(project.pro…
157690 …var compilerOptions = projectRootPath && this.compilerOptionsForInferredProjectsPerProjectRoot.get…
Dtsserver.js156056 this.compilerOptionsForInferredProjectsPerProjectRoot = new ts.Map();
156340 …this.compilerOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, compilerOption…
156361 …!project.projectRootPath || !this.compilerOptionsForInferredProjectsPerProjectRoot.has(project.pro…
157496 …var compilerOptions = projectRootPath && this.compilerOptionsForInferredProjectsPerProjectRoot.get…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts9900 private compilerOptionsForInferredProjectsPerProjectRoot; property in ts.ProjectService