Searched refs:file1Consumer1Path (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | emit.ts | 74 const file1Consumer1Path = "/a/b/file1Consumer1.ts"; constant 108 path: file1Consumer1Path, 167 change: sys => sys.writeFile(file1Consumer1Path, `export let y = Foo();`), 173 …change: sys => sys.writeFile(file1Consumer1Path, `import {Foo} from "./moduleFile1";let y = Foo();… 186 … sys.writeFile(file1Consumer1Path, `import {Foo} from "./moduleFile1";let y = Foo();`); 224 configObj: { files: [file1Consumer1Path] }, 271 change: sys => sys.appendFile(file1Consumer1Path, "export var T: number;"), 278 sys.appendFile(file1Consumer1Path, "export var T2: number;");
|
/third_party/typescript/src/testRunner/unittests/tsserver/events/ |
D | projectUpdatedInBackground.ts | 133 const file1Consumer1Path = "/a/b/file1Consumer1.ts"; constant 151 path: file1Consumer1Path, 299 configObj: { files: [file1Consumer1Path] },
|