Home
last modified time | relevance | path

Searched refs:getScriptInfo (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DdocumentRegistry.ts26 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)!;
Dreload.ts33 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);
DapplyChangesToOpenFiles.ts22 const info = service.getScriptInfo(file)!;
75 assert.isTrue(service.getScriptInfo(commonFile1.path)!.isScriptOpen());
DauxiliaryProject.ts33 const bJsScriptInfo = Debug.checkDefined(projectService.getScriptInfo(bJs.path));
DopenFile.ts19 const scriptInfo = p.getScriptInfo(f.path)!;
Dprojects.ts871 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…
DtextStorage.ts112 const scriptInfo = projectService.getScriptInfo(largeFile.path);
DreloadProjects.ts39 assert.isUndefined(service.getScriptInfo(file2.path));
/third_party/typescript/src/harness/
DharnessLanguageService.ts188 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 …]
DfourslashImpl.ts416 … 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/
Dsession.ts593 … 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 …]
Dproject.ts939 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);
DeditorServices.ts1198 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/
DlargeFileReferenced.ts25 const info = service.getScriptInfo(largeFile.path)!;
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10647 getScriptInfo(uncheckedFileName: string): ScriptInfo | undefined;
11053 getScriptInfo(uncheckedFileName: string): ScriptInfo | undefined;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10647 getScriptInfo(uncheckedFileName: string): ScriptInfo | undefined;
11053 getScriptInfo(uncheckedFileName: string): ScriptInfo | undefined;