Home
last modified time | relevance | path

Searched refs:file1Consumer1 (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DcompileOnSave.ts30 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/
Dshould-be-up-to-date-with-the-reference-map-changes.js49 /a/b/file1Consumer1.ts
57 /a/b/file1Consumer1.ts
129 Change:: Change file1Consumer1 content to `export let y = Foo();`
140 a/b/file1Consumer1.ts:1:16 - error TS2304: Cannot find…
154 /a/b/file1Consumer1.ts
161 /a/b/file1Consumer1.ts
211 a/b/file1Consumer1.ts:1:16 - error TS2304: Cannot find…
225 /a/b/file1Consumer1.ts
276 Change:: Add the import statements back to file1Consumer1
297 /a/b/file1Consumer1.ts
[all …]
Dshould-return-cascaded-affected-file-list.js52 /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
Dshould-detect-changes-in-non-root-files.js49 /a/b/file1Consumer1.ts
54 /a/b/file1Consumer1.ts
117 /a/b/file1Consumer1.ts
121 /a/b/file1Consumer1.ts
177 /a/b/file1Consumer1.ts
Dshould-be-up-to-date-with-deleted-files.js49 /a/b/file1Consumer1.ts
57 /a/b/file1Consumer1.ts
151 /a/b/file1Consumer1.ts
157 /a/b/file1Consumer1.ts
Dshould-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js49 /a/b/file1Consumer1.ts
57 /a/b/file1Consumer1.ts
150 /a/b/file1Consumer1.ts
157 /a/b/file1Consumer1.ts
229 /a/b/file1Consumer1.ts
Dshould-return-all-files-if-a-global-file-changed-shape.js49 /a/b/file1Consumer1.ts
57 /a/b/file1Consumer1.ts
150 /a/b/file1Consumer1.ts
158 /a/b/file1Consumer1.ts
Dshould-be-up-to-date-with-newly-created-files.js49 /a/b/file1Consumer1.ts
57 /a/b/file1Consumer1.ts
153 /a/b/file1Consumer1.ts
161 /a/b/file1Consumer1.ts
Dshould-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js54 /a/b/file1Consumer1.ts
62 /a/b/file1Consumer1.ts
160 /a/b/file1Consumer1.ts
167 /a/b/file1Consumer1.ts
Dshould-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js49 /a/b/file1Consumer1.ts
154 /a/b/file1Consumer1.ts
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectUpdatedInBackground.ts150 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/
Demit.ts107 const file1Consumer1: File = { constant
131 …const files = [moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFile2, configFile, … constant