| /third_party/typescript/src/server/ |
| D | session.ts | 39 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 …]
|
| D | project.ts | 421 …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
|
| D | editorServices.ts | 1132 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/ |
| D | harnessLanguageService.ts | 326 const scriptInfo = this.getScriptInfo(fileName); constant 331 const scriptInfo = this.getScriptInfo(fileName)!; constant 343 const scriptInfo = this.getScriptInfo(fileName); constant
|
| D | fourslashImpl.ts | 279 …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/ |
| D | openFile.ts | 19 const scriptInfo = p.getScriptInfo(f.path)!; constant
|
| D | textStorage.ts | 112 const scriptInfo = projectService.getScriptInfo(largeFile.path); constant
|
| D | configuredProjects.ts | 774 …const scriptInfo = projectService.getScriptInfoForNormalizedPath(server.toNormalizedPath(f.path))!; constant
|
| D | projects.ts | 887 const scriptInfo = project.getScriptInfo(file1.path)!; constant
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.js | 154369 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 …]
|
| D | tsserver.js | 154175 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 …]
|