Searched refs:updateContentOfOpenFile (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/events/ |
D | projectUpdatedInBackground.ts | 194 updateContentOfOpenFile, 222 function updateContentOfOpenFile(file: File, newContent: string) { 251 …const { host, moduleFile1, file1Consumer1, updateContentOfOpenFile, verifyProjectsUpdatedInBackgro… constant 254 updateContentOfOpenFile(file1Consumer1, "export let y = Foo();"); 262 … updateContentOfOpenFile(file1Consumer1, `import {Foo} from "./moduleFile1";let y = Foo();`); 273 updateContentOfOpenFile(file1Consumer1, `export let y = Foo();`); 341 …const { host, moduleFile1, file1Consumer1, updateContentOfOpenFile, verifyNoProjectsUpdatedInBackg… constant 345 … updateContentOfOpenFile(file1Consumer1, file1Consumer1.content + "export var T: number;"); 353 … updateContentOfOpenFile(file1Consumer1, file1Consumer1.content + "export var T2: number;"); 403 …const { host, moduleFile2, updateContentOfOpenFile, verifyNoProjectsUpdatedInBackgroundEvent, veri… constant [all …]
|