Home
last modified time | relevance | path

Searched refs:canonicalConfigFilePath (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/server/
DeditorServices.ts1331 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 …]
Dproject.ts2106 readonly canonicalConfigFilePath: NormalizedPath; property in ts.server.ConfiguredProject
2157 …this.canonicalConfigFilePath = asNormalizedPath(projectService.toCanonicalFileName(configFileName)…
2282 const local = getDirectoryPath(this.canonicalConfigFilePath);
Dsession.ts579 … return isConfiguredProject(project) ? project.canonicalConfigFilePath : project.getProjectName();
/third_party/typescript/lib/
Dtsserverlibrary.js155630 …_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 …]
Dtsserver.js155436 …_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 …]
Dtsserverlibrary.d.ts9567 readonly canonicalConfigFilePath: NormalizedPath;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts9690 readonly canonicalConfigFilePath: NormalizedPath;