Home
last modified time | relevance | path

Searched defs:scriptInfo (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/server/
Dsession.ts39 const scriptInfo = project.getScriptInfoForNormalizedPath(file); constant
51 const scriptInfo = project.getScriptInfoForNormalizedPath(fileName)!; // TODO: GH#18217 constant
956 const scriptInfo = project.getScriptInfoForNormalizedPath(file); constant
1265 const scriptInfo = project.getScriptInfoForNormalizedPath(file); constant
1297 const scriptInfo = Debug.checkDefined(project.getScriptInfo(file)); constant
1601 const scriptInfo = project.getScriptInfo(fileName)!; constant
1656 const scriptInfo = project.getScriptInfo(fileName)!; constant
1669 const scriptInfo = this.projectService.getScriptInfoForNormalizedPath(file)!; constant
1714 const scriptInfo = getScriptInfoEnsuringProjectsUptoDate ? constant
1791 const scriptInfo = Debug.checkDefined(this.projectService.getScriptInfo(fileName)); constant
[all …]
Dproject.ts507 …const scriptInfo = this.projectService.getOrCreateScriptInfoNotOpenedByClient(fileName, this.curre… constant
533 const scriptInfo = this.getOrCreateScriptInfoAndAttachToProject(filename); constant
979 … const scriptInfo = this.projectService.getScriptInfoForPath(sourceFile.resolvedPath); constant
1361 …const scriptInfo = this.projectService.getOrCreateScriptInfoNotOpenedByClient(inserted, this.curre… constant
1484 const scriptInfo = this.projectService.getScriptInfoForPath(this.toPath(fileName)); constant
DeditorServices.ts1179 …const scriptInfo = isString(fileNameOrScriptInfo) ? this.getScriptInfoForNormalizedPath(fileNameOr… constant
1190 …const scriptInfo = isString(fileNameOrScriptInfo) ? this.getScriptInfoForNormalizedPath(fileNameOr… constant
1853 const scriptInfo = Debug.checkDefined(this.getScriptInfo(info.path)); constant
2344 …const scriptInfo = Debug.checkDefined(this.getOrCreateScriptInfoNotOpenedByClientForNormalizedPath( constant
3255 const scriptInfo = this.getScriptInfo(fileName); constant
3734 const scriptInfo = this.getScriptInfo(file.fileName)!; constant
/third_party/typescript/src/harness/
DharnessLanguageService.ts344 const scriptInfo = this.getScriptInfo(fileName); constant
350 const scriptInfo = this.getScriptInfo(fileName)!; constant
362 const scriptInfo = this.getScriptInfo(fileName); constant
DfourslashImpl.ts282 …const scriptInfo = new Harness.LanguageService.ScriptInfo(path, undefined!, /*isRootFile*/ false);… constant
3094 const scriptInfo = this.languageServiceAdapterHost.getScriptInfo(fileName)!; constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DopenFile.ts19 const scriptInfo = p.getScriptInfo(f.path)!; constant
DtextStorage.ts112 const scriptInfo = projectService.getScriptInfo(largeFile.path); constant
DconfiguredProjects.ts689 …const scriptInfo = projectService.getScriptInfoForNormalizedPath(server.toNormalizedPath(f.path))!; constant
Dprojects.ts871 const scriptInfo = project.getScriptInfo(file1.path)!; constant