/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | compileOnSave.ts | 30 let file1Consumer1: File; variable 46 file1Consumer1 = { 97 …const host = createServerHost([moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFil… 101 openFilesForSession([moduleFile1, file1Consumer1], session); 104 …stRequest, [{ projectFileName: configFile.path, files: [moduleFile1, file1Consumer1, file1Consumer… 106 …stRequest, [{ projectFileName: configFile.path, files: [moduleFile1, file1Consumer1, file1Consumer… 122 …const host = createServerHost([moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFil… 126 openFilesForSession([moduleFile1, file1Consumer1], session); 129 …stRequest, [{ projectFileName: configFile.path, files: [moduleFile1, file1Consumer1, file1Consumer… 133 file: file1Consumer1.path, [all …]
|
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/ |
D | should-be-up-to-date-with-the-reference-map-changes.js | 49 /a/b/file1Consumer1.ts 57 /a/b/file1Consumer1.ts 129 Change:: Change file1Consumer1 content to `export let y = Foo();` 140 [96ma/b/file1Consumer1.ts[0m:[93m1[0m:[93m16[0m - [91merror[0m[90m TS2304: [0mCannot find… 154 /a/b/file1Consumer1.ts 161 /a/b/file1Consumer1.ts 211 [96ma/b/file1Consumer1.ts[0m:[93m1[0m:[93m16[0m - [91merror[0m[90m TS2304: [0mCannot find… 225 /a/b/file1Consumer1.ts 276 Change:: Add the import statements back to file1Consumer1 297 /a/b/file1Consumer1.ts [all …]
|
D | should-return-cascaded-affected-file-list.js | 52 /a/b/file1Consumer1.ts 61 /a/b/file1Consumer1.ts 142 Change:: change file1Consumer1 163 /a/b/file1Consumer1.ts 170 /a/b/file1Consumer1.ts 235 /a/b/file1Consumer1.ts 243 /a/b/file1Consumer1.ts 291 Change:: change file1Consumer1 and moduleFile1 315 /a/b/file1Consumer1.ts 323 /a/b/file1Consumer1.ts
|
D | should-detect-changes-in-non-root-files.js | 49 /a/b/file1Consumer1.ts 54 /a/b/file1Consumer1.ts 117 /a/b/file1Consumer1.ts 121 /a/b/file1Consumer1.ts 177 /a/b/file1Consumer1.ts
|
D | should-be-up-to-date-with-deleted-files.js | 49 /a/b/file1Consumer1.ts 57 /a/b/file1Consumer1.ts 151 /a/b/file1Consumer1.ts 157 /a/b/file1Consumer1.ts
|
D | should-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js | 49 /a/b/file1Consumer1.ts 57 /a/b/file1Consumer1.ts 150 /a/b/file1Consumer1.ts 157 /a/b/file1Consumer1.ts 229 /a/b/file1Consumer1.ts
|
D | should-return-all-files-if-a-global-file-changed-shape.js | 49 /a/b/file1Consumer1.ts 57 /a/b/file1Consumer1.ts 150 /a/b/file1Consumer1.ts 158 /a/b/file1Consumer1.ts
|
D | should-be-up-to-date-with-newly-created-files.js | 49 /a/b/file1Consumer1.ts 57 /a/b/file1Consumer1.ts 153 /a/b/file1Consumer1.ts 161 /a/b/file1Consumer1.ts
|
D | should-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js | 54 /a/b/file1Consumer1.ts 62 /a/b/file1Consumer1.ts 160 /a/b/file1Consumer1.ts 167 /a/b/file1Consumer1.ts
|
D | should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js | 49 /a/b/file1Consumer1.ts 154 /a/b/file1Consumer1.ts
|
/third_party/typescript/src/testRunner/unittests/tsserver/events/ |
D | projectUpdatedInBackground.ts | 150 const file1Consumer1: File = { constant 176 …const files: File[] = [file1Consumer1, moduleFile1, file1Consumer2, moduleFile2, ...additionalFile… 193 … moduleFile1, file1Consumer1, file1Consumer2, moduleFile2, globalFile3, configFile, 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;");
|
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | emit.ts | 107 const file1Consumer1: File = { constant 131 …const files = [moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFile2, configFile, … constant
|