Searched refs:canonicalConfigFilePath (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/server/ |
D | editorServices.ts | 1331 return this.configFileExistenceInfoCache.get(project.canonicalConfigFilePath)!; 1347 …is.logConfigFileWatchUpdate(project.getConfigFilePath(), project.canonicalConfigFilePath, configFi… 1351 …is.logConfigFileWatchUpdate(project.getConfigFilePath(), project.canonicalConfigFilePath, configFi… 1364 …updateSharedExtendedConfigFileMap({ canonicalConfigFilePath }: ConfiguredProject, parsedCommandLin… 1366 canonicalConfigFilePath, 1395 watcher.projects.delete(project.canonicalConfigFilePath); 1452 … this.configuredProjects.delete((<ConfiguredProject>project).canonicalConfigFilePath); 1453 … this.projectToSizeMap.delete((project as ConfiguredProject).canonicalConfigFilePath); 1616 …private configFileExists(configFileName: NormalizedPath, canonicalConfigFilePath: string, info: Op… 1617 … let configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath); [all …]
|
D | project.ts | 2106 readonly canonicalConfigFilePath: NormalizedPath; property in ts.server.ConfiguredProject 2157 …this.canonicalConfigFilePath = asNormalizedPath(projectService.toCanonicalFileName(configFileName)… 2282 const local = getDirectoryPath(this.canonicalConfigFilePath);
|
D | session.ts | 579 … return isConfiguredProject(project) ? project.canonicalConfigFilePath : project.getProjectName();
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 155630 …_this.canonicalConfigFilePath = server.asNormalizedPath(projectService.toCanonicalFileName(configF… 155733 var local = ts.getDirectoryPath(this.canonicalConfigFilePath); 156763 return this.configFileExistenceInfoCache.get(project.canonicalConfigFilePath); 156777 …is.logConfigFileWatchUpdate(project.getConfigFilePath(), project.canonicalConfigFilePath, configFi… 156781 …is.logConfigFileWatchUpdate(project.getConfigFilePath(), project.canonicalConfigFilePath, configFi… 156796 var canonicalConfigFilePath = _a.canonicalConfigFilePath; 156797 …ts.updateSharedExtendedConfigFileWatcher(canonicalConfigFilePath, parsedCommandLine, this.sharedEx… 156817 watcher.projects.delete(project.canonicalConfigFilePath); 156859 this.configuredProjects.delete(project.canonicalConfigFilePath); 156860 this.projectToSizeMap.delete(project.canonicalConfigFilePath); [all …]
|
D | tsserver.js | 155436 …_this.canonicalConfigFilePath = server.asNormalizedPath(projectService.toCanonicalFileName(configF… 155539 var local = ts.getDirectoryPath(this.canonicalConfigFilePath); 156569 return this.configFileExistenceInfoCache.get(project.canonicalConfigFilePath); 156583 …is.logConfigFileWatchUpdate(project.getConfigFilePath(), project.canonicalConfigFilePath, configFi… 156587 …is.logConfigFileWatchUpdate(project.getConfigFilePath(), project.canonicalConfigFilePath, configFi… 156602 var canonicalConfigFilePath = _a.canonicalConfigFilePath; 156603 …ts.updateSharedExtendedConfigFileWatcher(canonicalConfigFilePath, parsedCommandLine, this.sharedEx… 156623 watcher.projects.delete(project.canonicalConfigFilePath); 156665 this.configuredProjects.delete(project.canonicalConfigFilePath); 156666 this.projectToSizeMap.delete(project.canonicalConfigFilePath); [all …]
|
D | tsserverlibrary.d.ts | 9567 readonly canonicalConfigFilePath: NormalizedPath;
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 9690 readonly canonicalConfigFilePath: NormalizedPath;
|