Searched refs:getScriptInfo (Results 1 – 16 of 16) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | documentRegistry.ts | 26 const moduleInfo = service.getScriptInfo(moduleFile.path)!; 42 const info = service.getScriptInfo(file.path)!; 48 const info = service.getScriptInfo(file.path)!; 57 const moduleInfo = service.getScriptInfo(moduleFile.path)!; 75 const moduleInfo = service.getScriptInfo(moduleFile.path)!;
|
D | reload.ts | 33 const snap1 = projectServiice.getScriptInfo(f1.path)!.getSnapshot(); 45 const snap2 = projectServiice.getScriptInfo(f1.path)!.getSnapshot(); 70 const info = projectService.getScriptInfo(f1.path)!; 141 assert.strictEqual(projectService.getScriptInfo(f1.path), info);
|
D | applyChangesToOpenFiles.ts | 22 const info = service.getScriptInfo(file)!; 75 assert.isTrue(service.getScriptInfo(commonFile1.path)!.isScriptOpen());
|
D | auxiliaryProject.ts | 33 const bJsScriptInfo = Debug.checkDefined(projectService.getScriptInfo(bJs.path));
|
D | openFile.ts | 19 const scriptInfo = p.getScriptInfo(f.path)!;
|
D | projects.ts | 871 const scriptInfo = project.getScriptInfo(file1.path)!; 884 const scriptInfo2 = project.getScriptInfo(file1.path)!; 901 projectService.getScriptInfo(file1.path)!.editContent(0, 0, " "); 930 …assert.equal(project1.getScriptInfo(file2.path)!.containingProjects.length, 1, "containing project… 943 …assert.equal(project1.getScriptInfo(file1.path)!.containingProjects.length, 2, `${file1.path} cont… 944 …assert.equal(project1.getScriptInfo(file2.path)!.containingProjects.length, 1, `${file2.path} cont…
|
D | textStorage.ts | 112 const scriptInfo = projectService.getScriptInfo(largeFile.path);
|
D | reloadProjects.ts | 39 assert.isUndefined(service.getScriptInfo(file2.path));
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 188 public getScriptInfo(fileName: string): ScriptInfo | undefined { method in Harness.LanguageService.LanguageServiceAdapterHost 214 const script = this.getScriptInfo(fileName); 232 const script: ScriptInfo = this.getScriptInfo(fileName)!; 238 const script: ScriptInfo = this.getScriptInfo(fileName)!; 277 const script = this.getScriptInfo(fileName); 284 const script = this.getScriptInfo(fileName); 342 fileExists: fileName => this.getScriptInfo(fileName) !== undefined, 344 const scriptInfo = this.getScriptInfo(fileName); 350 const scriptInfo = this.getScriptInfo(fileName)!; 362 const scriptInfo = this.getScriptInfo(fileName); [all …]
|
D | fourslashImpl.ts | 416 … target.languageServiceAdapterHost.getScriptInfo(target.activeFile.fileName)!.version, 432 const script = this.languageServiceAdapterHost.getScriptInfo(fileName); 3094 const scriptInfo = this.languageServiceAdapterHost.getScriptInfo(fileName)!;
|
/third_party/typescript/src/server/ |
D | session.ts | 593 … const originalScriptInfo = projectService.getScriptInfo(originalLocation.fileName)!; 1297 const scriptInfo = Debug.checkDefined(project.getScriptInfo(file)); 1467 const info = project.getScriptInfo(fileName); 1479 if (!project.shouldEmitFile(project.getScriptInfo(file))) { 1601 const scriptInfo = project.getScriptInfo(fileName)!; 1656 const scriptInfo = project.getScriptInfo(fileName)!; 1716 this.projectService.getScriptInfo(args.file); 1748 const info = this.projectService.getScriptInfo(args.file)!; 1759 …ameInfo(file, position, preferences), Debug.checkDefined(this.projectService.getScriptInfo(file))); 1791 const scriptInfo = Debug.checkDefined(this.projectService.getScriptInfo(fileName)); [all …]
|
D | project.ts | 939 const info = this.projectService.getScriptInfo(uncheckedFilename); 1384 const scriptInfoToDetach = this.projectService.getScriptInfo(uncheckedFileName); 1491 getScriptInfo(uncheckedFileName: string) { 1492 return this.projectService.getScriptInfo(uncheckedFileName); 1962 const info = this.noDtsResolutionProject!.getScriptInfo(pathToRemove);
|
D | editorServices.ts | 1198 return this.getScriptInfo(uncheckedFileName); 1853 const scriptInfo = Debug.checkDefined(this.getScriptInfo(info.path)); 2579 getScriptInfo(uncheckedFileName: string) { 3255 const scriptInfo = this.getScriptInfo(fileName); 3284 const info = this.getScriptInfo(fileName); 3307 const originalScriptInfo = this.getScriptInfo(fileName); 3734 const scriptInfo = this.getScriptInfo(file.fileName)!;
|
/third_party/typescript/src/testRunner/unittests/tsserver/events/ |
D | largeFileReferenced.ts | 25 const info = service.getScriptInfo(largeFile.path)!;
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 10647 getScriptInfo(uncheckedFileName: string): ScriptInfo | undefined; 11053 getScriptInfo(uncheckedFileName: string): ScriptInfo | undefined;
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 10647 getScriptInfo(uncheckedFileName: string): ScriptInfo | undefined; 11053 getScriptInfo(uncheckedFileName: string): ScriptInfo | undefined;
|