Searched refs:compilerOptionsForInferredProjectsPerProjectRoot (Results 1 – 5 of 5) sorted by relevance
706 … private compilerOptionsForInferredProjectsPerProjectRoot = new Map<string, CompilerOptions>(); property in ProjectService1065 …this.compilerOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, compilerOption…1086 …!project.projectRootPath || !this.compilerOptionsForInferredProjectsPerProjectRoot.has(project.pro…2398 …const compilerOptions = projectRootPath && this.compilerOptionsForInferredProjectsPerProjectRoot.g…
9804 private compilerOptionsForInferredProjectsPerProjectRoot; property in ts.ProjectService
156250 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…
156056 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…
9900 private compilerOptionsForInferredProjectsPerProjectRoot; property in ts.ProjectService