Searched refs:canonicalConfigFilePath (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 1381 …private delayUpdateProjectsFromParsedConfigOnConfigFileChange(canonicalConfigFilePath: NormalizedP… 1382 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath); 1393 if (projectCanonicalPath === canonicalConfigFilePath) { 1402 …solutionCache.removeResolutionsFromProjectReferenceRedirects(this.toPath(canonicalConfigFilePath)); 1410 …private onConfigFileChanged(canonicalConfigFilePath: NormalizedPath, eventKind: FileWatcherEventKi… 1411 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath)!; 1419 … const project = configFileExistenceInfo.config?.projects.has(canonicalConfigFilePath) ? 1420 this.getConfiguredProjectByCanonicalConfigFilePath(canonicalConfigFilePath) : 1430 …this.delayUpdateProjectsFromParsedConfigOnConfigFileChange(canonicalConfigFilePath, "Change in con… 1484 … this.configuredProjects.delete((project as ConfiguredProject).canonicalConfigFilePath); [all …]
|
| D | project.ts | 1397 …if (configFileExistenceInfo?.config?.projects.has(this.canonicalConfigFilePath)) return noopFileWa… 2462 readonly canonicalConfigFilePath: NormalizedPath, 2498 …const canonicalConfigFilePath = asNormalizedPath(this.projectService.toCanonicalFileName(configFil… constant 2500 …gFileExistenceInfo = this.projectService.configFileExistenceInfoCache.get(canonicalConfigFilePath); 2502 …this.projectService.configFileExistenceInfoCache.set(canonicalConfigFilePath, configFileExistenceI… 2505 …this.projectService.ensureParsedConfigUptoDate(configFileName, canonicalConfigFilePath, configFile… 2519 private releaseParsedConfig(canonicalConfigFilePath: NormalizedPath) { 2520 this.projectService.stopWatchingWildCards(canonicalConfigFilePath, this); 2521 this.projectService.releaseParsedConfig(canonicalConfigFilePath, this); 2604 const local = getDirectoryPath(this.canonicalConfigFilePath); [all …]
|
| D | session.ts | 652 … return isConfiguredProject(project) ? project.canonicalConfigFilePath : project.getProjectName(); 1053 …icCheck", { file, configFilePath: (project as ConfiguredProject).canonicalConfigFilePath }); // un… 1062 …icCheck", { file, configFilePath: (project as ConfiguredProject).canonicalConfigFilePath }); // un… 1068 …onCheck", { file, configFilePath: (project as ConfiguredProject).canonicalConfigFilePath }); // un…
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.d.ts | 10694 readonly canonicalConfigFilePath: NormalizedPath;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 10694 readonly canonicalConfigFilePath: NormalizedPath;
|