Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DeditorServices.ts708 private compilerOptionsForInferredProjects: CompilerOptions | undefined; property in ProjectService
879 return this.compilerOptionsForInferredProjects;
1073 this.compilerOptionsForInferredProjects = compilerOptions;
2401 …nferredProjectsPerProjectRoot.get(projectRootPath) || this.compilerOptionsForInferredProjects!; //…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10088 private compilerOptionsForInferredProjects; property in ts.ProjectService
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9803 private compilerOptionsForInferredProjects; property in ts.ProjectService
Dtsserverlibrary.js156361 return this.compilerOptionsForInferredProjects;
156539 this.compilerOptionsForInferredProjects = compilerOptions;
157690 …nferredProjectsPerProjectRoot.get(projectRootPath) || this.compilerOptionsForInferredProjects; // …
Dtsserver.js156167 return this.compilerOptionsForInferredProjects;
156345 this.compilerOptionsForInferredProjects = compilerOptions;
157496 …nferredProjectsPerProjectRoot.get(projectRootPath) || this.compilerOptionsForInferredProjects; // …