Home
last modified time | relevance | path

Searched refs:globalFile3 (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/
Dshould-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js39 a/b/globalFile3.ts:1:1 - error TS1208: 'globalFile3.ts…
56 /a/b/globalFile3.ts
64 /a/b/globalFile3.ts
145 a/b/globalFile3.ts:1:1 - error TS1208: 'globalFile3.ts…
162 /a/b/globalFile3.ts
Dshould-return-all-files-if-a-global-file-changed-shape.js51 /a/b/globalFile3.ts
59 /a/b/globalFile3.ts
152 /a/b/globalFile3.ts
160 /a/b/globalFile3.ts
Dshould-be-up-to-date-with-the-reference-map-changes.js51 /a/b/globalFile3.ts
59 /a/b/globalFile3.ts
157 /a/b/globalFile3.ts
228 /a/b/globalFile3.ts
299 /a/b/globalFile3.ts
380 /a/b/globalFile3.ts
453 /a/b/globalFile3.ts
Dshould-return-cascaded-affected-file-list.js55 /a/b/globalFile3.ts
64 /a/b/globalFile3.ts
166 /a/b/globalFile3.ts
238 /a/b/globalFile3.ts
318 /a/b/globalFile3.ts
Dshould-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js51 /a/b/globalFile3.ts
59 /a/b/globalFile3.ts
152 /a/b/globalFile3.ts
231 /a/b/globalFile3.ts
Dshould-be-up-to-date-with-deleted-files.js51 /a/b/globalFile3.ts
59 /a/b/globalFile3.ts
152 /a/b/globalFile3.ts
Dshould-be-up-to-date-with-newly-created-files.js51 /a/b/globalFile3.ts
59 /a/b/globalFile3.ts
156 /a/b/globalFile3.ts
Dshould-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js51 /a/b/globalFile3.ts
156 /a/b/globalFile3.ts
/third_party/typescript/src/testRunner/unittests/tsserver/
DcompileOnSave.ts33 let globalFile3: File; variable
61 globalFile3 = {
97 … host = createServerHost([moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFile2, c…
122 … host = createServerHost([moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFile2, c…
169 … host = createServerHost([moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFile2, c…
185 … host = createServerHost([moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFile2, c…
199 … host = createServerHost([moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFile2, c…
252 … host = createServerHost([moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFile2, c…
256 openFilesForSession([globalFile3], session);
258 file: globalFile3.path,
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectUpdatedInBackground.ts165 const globalFile3: File = { constant
176 …nsumer1, moduleFile1, file1Consumer2, moduleFile2, ...additionalFiles, globalFile3, libFile, confi… constant
193 … moduleFile1, file1Consumer1, file1Consumer2, moduleFile2, globalFile3, configFile,
311 … const { host, globalFile3, verifyProjectsUpdatedInBackgroundEvent } = getInitialState(); constant
313 host.writeFile(globalFile3.path, globalFile3.content + "var T2: string;");
/third_party/typescript/src/testRunner/unittests/tscWatch/
Demit.ts122 const globalFile3: File = { constant
131 …const files = [moduleFile1, file1Consumer1, file1Consumer2, globalFile3, moduleFile2, configFile, … constant