Home
last modified time | relevance | path

Searched defs:scriptInfo (Results 1 – 11 of 11) 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
908 const scriptInfo = project.getScriptInfoForNormalizedPath(file); constant
1204 const scriptInfo = project.getScriptInfoForNormalizedPath(file); constant
1234 const scriptInfo = Debug.checkDefined(project.getScriptInfo(file)); constant
1359 const scriptInfo = project.getScriptInfo(fileName)!; constant
1414 const scriptInfo = project.getScriptInfo(fileName)!; constant
1460 const scriptInfo = getScriptInfoEnsuringProjectsUptoDate ? constant
1530 const scriptInfo = Debug.checkDefined(this.projectService.getScriptInfo(fileName)); constant
1549 const scriptInfo = defaultProject.getScriptInfoForNormalizedPath(file)!; constant
[all …]
Dproject.ts421 …const scriptInfo = this.projectService.getOrCreateScriptInfoNotOpenedByClient(fileName, this.curre… constant
447 const scriptInfo = this.getOrCreateScriptInfoAndAttachToProject(filename); constant
869 … const scriptInfo = this.projectService.getScriptInfoForPath(sourceFile.resolvedPath); constant
1222 …const scriptInfo = this.projectService.getOrCreateScriptInfoNotOpenedByClient(inserted, this.curre… constant
1389 const scriptInfo = this.projectService.getScriptInfoForPath(this.toPath(fileName)); constant
DeditorServices.ts1132 const scriptInfo = this.getScriptInfoForNormalizedPath(fileName); constant
1143 const scriptInfo = this.getScriptInfoForNormalizedPath(fileName); constant
1851 const scriptInfo = Debug.checkDefined(this.getScriptInfo(info.path)); constant
2210 …const scriptInfo = Debug.checkDefined(this.getOrCreateScriptInfoNotOpenedByClientForNormalizedPath( constant
3540 const scriptInfo = this.getScriptInfo(file.fileName)!; constant
/third_party/typescript/src/harness/
DharnessLanguageService.ts326 const scriptInfo = this.getScriptInfo(fileName); constant
331 const scriptInfo = this.getScriptInfo(fileName)!; constant
343 const scriptInfo = this.getScriptInfo(fileName); constant
DfourslashImpl.ts279 …const scriptInfo = new Harness.LanguageService.ScriptInfo(path, undefined!, /*isRootFile*/ false);… constant
3015 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.ts774 …const scriptInfo = projectService.getScriptInfoForNormalizedPath(server.toNormalizedPath(f.path))!; constant
Dprojects.ts887 const scriptInfo = project.getScriptInfo(file1.path)!; constant
/third_party/typescript/lib/
Dtsserverlibrary.js154369 Project.prototype.shouldEmitFile = function (scriptInfo) { argument
154374 Project.prototype.getCompileOnSaveAffectedFileList = function (scriptInfo) { argument
154386 Project.prototype.emitFile = function (scriptInfo, writeFile) { argument
158641 ProjectService.prototype.telemetryOnOpenFile = function (scriptInfo) { argument
158735 ProjectService.prototype.applyChangesToFile = function (scriptInfo, changes) { argument
160503 … Session.prototype.convertToDiagnosticsWithLinePosition = function (diagnostics, scriptInfo) { argument
160773 Session.prototype.mapRenameInfo = function (info, scriptInfo) { argument
160834 Session.prototype.getPosition = function (args, scriptInfo) { argument
161177 Session.prototype.mapLocationNavigationBarItems = function (items, scriptInfo) { argument
161197 Session.prototype.toLocationNavigationTree = function (tree, scriptInfo) { argument
[all …]
Dtsserver.js154175 Project.prototype.shouldEmitFile = function (scriptInfo) { argument
154180 Project.prototype.getCompileOnSaveAffectedFileList = function (scriptInfo) { argument
154192 Project.prototype.emitFile = function (scriptInfo, writeFile) { argument
158447 ProjectService.prototype.telemetryOnOpenFile = function (scriptInfo) { argument
158541 ProjectService.prototype.applyChangesToFile = function (scriptInfo, changes) { argument
160309 … Session.prototype.convertToDiagnosticsWithLinePosition = function (diagnostics, scriptInfo) { argument
160579 Session.prototype.mapRenameInfo = function (info, scriptInfo) { argument
160640 Session.prototype.getPosition = function (args, scriptInfo) { argument
160983 Session.prototype.mapLocationNavigationBarItems = function (items, scriptInfo) { argument
161003 Session.prototype.toLocationNavigationTree = function (tree, scriptInfo) { argument
[all …]