Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
Dsession.ts75 const scriptInfo = project.getScriptInfoForNormalizedPath(file); constant
87 const scriptInfo = project.getScriptInfoForNormalizedPath(fileName)!; // TODO: GH#18217 constant
992 const scriptInfo = project.getScriptInfoForNormalizedPath(file); constant
1301 const scriptInfo = project.getScriptInfoForNormalizedPath(file); constant
1333 const scriptInfo = Debug.checkDefined(project.getScriptInfo(file)); constant
1637 const scriptInfo = project.getScriptInfo(fileName)!; constant
1692 const scriptInfo = project.getScriptInfo(fileName)!; constant
1705 const scriptInfo = this.projectService.getScriptInfoForNormalizedPath(file)!; constant
1750 const scriptInfo = getScriptInfoEnsuringProjectsUptoDate ? constant
1827 const scriptInfo = Debug.checkDefined(this.projectService.getScriptInfo(fileName)); constant
[all …]
Dproject.ts540 …const scriptInfo = this.projectService.getOrCreateScriptInfoNotOpenedByClient(fileName, this.curre… constant
566 const scriptInfo = this.getOrCreateScriptInfoAndAttachToProject(filename); constant
1012 const scriptInfo = this.projectService.getScriptInfoForPath(sourceFile.resolvedPath); constant
1394 …const scriptInfo = this.projectService.getOrCreateScriptInfoNotOpenedByClient(inserted, this.curre… constant
1517 const scriptInfo = this.projectService.getScriptInfoForPath(this.toPath(fileName)); constant
DeditorServices.ts1225 …const scriptInfo = isString(fileNameOrScriptInfo) ? this.getScriptInfoForNormalizedPath(fileNameOr… constant
1236 …const scriptInfo = isString(fileNameOrScriptInfo) ? this.getScriptInfoForNormalizedPath(fileNameOr… constant
1903 const scriptInfo = Debug.checkDefined(this.getScriptInfo(info.path)); constant
2395 …const scriptInfo = Debug.checkDefined(this.getOrCreateScriptInfoNotOpenedByClientForNormalizedPath( constant
3309 const scriptInfo = this.getScriptInfo(fileName); constant
3788 const scriptInfo = this.getScriptInfo(file.fileName)!; constant
/third_party/typescript/src/harness/
DharnessLanguageService.ts350 const scriptInfo = this.getScriptInfo(fileName); constant
356 const scriptInfo = this.getScriptInfo(fileName)!; constant
368 const scriptInfo = this.getScriptInfo(fileName); constant
DfourslashImpl.ts289 …const scriptInfo = new Harness.LanguageService.ScriptInfo(path, undefined!, /*isRootFile*/ false);… constant
3101 const scriptInfo = this.languageServiceAdapterHost.getScriptInfo(fileName)!; constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DopenFile.ts20 const scriptInfo = p.getScriptInfo(f.path)!; constant
DtextStorage.ts113 const scriptInfo = projectService.getScriptInfo(largeFile.path); constant
DconfiguredProjects.ts690 …const scriptInfo = projectService.getScriptInfoForNormalizedPath(ts.server.toNormalizedPath(f.path… constant
Dprojects.ts872 const scriptInfo = project.getScriptInfo(file1.path)!; constant