Home
last modified time | relevance | path

Searched refs:anotherModule (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DimportCallExpressionCheckReturntype1.types1 === tests/cases/conformance/dynamicImport/anotherModule.ts ===
13 import * as anotherModule from "./anotherModule";
14 >anotherModule : typeof anotherModule
16 let p1: Promise<typeof anotherModule> = import("./defaultPath");
17 >p1 : Promise<typeof anotherModule>
18 >anotherModule : typeof anotherModule
22 let p2 = import("./defaultPath") as Promise<typeof anotherModule>;
23 >p2 : Promise<typeof anotherModule>
24 >import("./defaultPath") as Promise<typeof anotherModule> : Promise<typeof anotherModule>
27 >anotherModule : typeof anotherModule
DimportCallExpressionCheckReturntype1.errors.txt1 …assignable to type 'Promise<typeof import("tests/cases/conformance/dynamicImport/anotherModule")>'.
2 …ath")' but required in type 'typeof import("tests/cases/conformance/dynamicImport/anotherModule")'.
3 …to type 'Promise<typeof import("tests/cases/conformance/dynamicImport/anotherModule")>' may be a m…
4 …ath")' but required in type 'typeof import("tests/cases/conformance/dynamicImport/anotherModule")'.
7 ==== tests/cases/conformance/dynamicImport/anotherModule.ts (0 errors) ====
15 import * as anotherModule from "./anotherModule";
17 let p1: Promise<typeof anotherModule> = import("./defaultPath");
19 …assignable to type 'Promise<typeof import("tests/cases/conformance/dynamicImport/anotherModule")>'.
20 …ath")' but required in type 'typeof import("tests/cases/conformance/dynamicImport/anotherModule")'.
21 !!! related TS2728 tests/cases/conformance/dynamicImport/anotherModule.ts:1:14: 'D' is declared her…
[all …]
DimportCallExpressionCheckReturntype1.symbols1 === tests/cases/conformance/dynamicImport/anotherModule.ts ===
3 >D : Symbol(D, Decl(anotherModule.ts, 0, 0))
13 import * as anotherModule from "./anotherModule";
14 >anotherModule : Symbol(anotherModule, Decl(1.ts, 1, 6))
16 let p1: Promise<typeof anotherModule> = import("./defaultPath");
19 >anotherModule : Symbol(anotherModule, Decl(1.ts, 1, 6))
22 let p2 = import("./defaultPath") as Promise<typeof anotherModule>;
26 >anotherModule : Symbol(anotherModule, Decl(1.ts, 1, 6))
DimportCallExpressionCheckReturntype1.js11 import * as anotherModule from "./anotherModule";
13 let p1: Promise<typeof anotherModule> = import("./defaultPath");
14 let p2 = import("./defaultPath") as Promise<typeof anotherModule>;
/third_party/typescript/tests/baselines/reference/tsserver/projectsWithReferences/
Dsample-project.js60 import * as mod from '../core/anotherModule';
86 import * as mod from '../core/anotherModule';
187 Imported via '../core/anotherModule' from file '../logic/index.ts'
188 Imported via '../core/anotherModule' from file 'index.ts'
214 import * as mod from '../core/anotherModule';
308 import * as mod from '../core/anotherModule';
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
Don-sample-project.js381 /user/username/projects/sample1/core/anotherModule.d.ts
393 /user/username/projects/sample1/core/anotherModule.d.ts
398 /user/username/projects/sample1/core/anotherModule.d.ts:
399 /user/username/projects/sample1/core/anotherModule.d.ts
402 /user/username/projects/sample1/core/anotherModule.d.ts
405 /user/username/projects/sample1/core/anotherModule.d.ts
698 /user/username/projects/sample1/core/anotherModule.d.ts
714 /user/username/projects/sample1/core/anotherModule.d.ts
719 /user/username/projects/sample1/core/anotherModule.d.ts:
720 /user/username/projects/sample1/core/anotherModule.d.ts
[all …]
/third_party/typescript/tests/cases/conformance/dynamicImport/
DimportCallExpressionCheckReturntype1.ts13 import * as anotherModule from "./anotherModule";
15 let p1: Promise<typeof anotherModule> = import("./defaultPath");
16 let p2 = import("./defaultPath") as Promise<typeof anotherModule>;
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
DlistFiles.js115 /src/core/anotherModule.ts
120 /src/core/anotherModule.d.ts
124 /src/core/anotherModule.d.ts
422 /src/core/anotherModule.ts
427 /src/core/anotherModule.d.ts
431 /src/core/anotherModule.d.ts
688 /src/core/anotherModule.ts
Dwhen-target-option-changes.js129 TSFILE: /src/core/anotherModule.js
134 /src/core/anotherModule.ts
229 TSFILE: /src/core/anotherModule.js
234 /src/core/anotherModule.ts
Dwhen-logic-specifies-tsBuildInfoFile.js156 JsFile: anotherModule.d.ts
157 mapUrl: anotherModule.d.ts.map
159 sources: anotherModule.ts
162 emittedFile:/src/core/anotherModule.d.ts
163 sourceFile:anotherModule.ts
DexplainFiles.js125 src/core/anotherModule.ts
140 src/core/anotherModule.d.ts
154 src/core/anotherModule.d.ts
468 src/core/anotherModule.ts
483 src/core/anotherModule.d.ts
497 src/core/anotherModule.d.ts
770 src/core/anotherModule.ts
DlistEmittedFiles.js114 TSFILE: /src/core/anotherModule.js
115 TSFILE: /src/core/anotherModule.d.ts.map
116 TSFILE: /src/core/anotherModule.d.ts
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/
Dbuilds-when-new-file-is-added,-and-its-subsequent-updates.js93 /user/username/projects/sample1/core/anotherModule.ts
98 /user/username/projects/sample1/core/anotherModule.ts
112 /user/username/projects/sample1/core/anotherModule.d.ts
118 /user/username/projects/sample1/core/anotherModule.d.ts
133 /user/username/projects/sample1/core/anotherModule.d.ts
140 /user/username/projects/sample1/core/anotherModule.d.ts
457 /user/username/projects/sample1/core/anotherModule.ts
571 /user/username/projects/sample1/core/anotherModule.d.ts
584 /user/username/projects/sample1/core/anotherModule.d.ts
642 /user/username/projects/sample1/core/anotherModule.ts
[all …]
Dnon-local-change-does-not-start-build-of-referencing-projects.js93 /user/username/projects/sample1/core/anotherModule.ts
98 /user/username/projects/sample1/core/anotherModule.ts
112 /user/username/projects/sample1/core/anotherModule.d.ts
118 /user/username/projects/sample1/core/anotherModule.d.ts
133 /user/username/projects/sample1/core/anotherModule.d.ts
140 /user/username/projects/sample1/core/anotherModule.d.ts
463 /user/username/projects/sample1/core/anotherModule.ts
Dchange-builds-changes-and-reports-found-errors-message.js93 /user/username/projects/sample1/core/anotherModule.ts
98 /user/username/projects/sample1/core/anotherModule.ts
112 /user/username/projects/sample1/core/anotherModule.d.ts
118 /user/username/projects/sample1/core/anotherModule.d.ts
133 /user/username/projects/sample1/core/anotherModule.d.ts
140 /user/username/projects/sample1/core/anotherModule.d.ts
461 /user/username/projects/sample1/core/anotherModule.ts
580 /user/username/projects/sample1/core/anotherModule.d.ts
597 /user/username/projects/sample1/core/anotherModule.d.ts
811 /user/username/projects/sample1/core/anotherModule.ts
[all …]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/
Dbuilds-when-new-file-is-added,-and-its-subsequent-updates.js119 /user/username/projects/sample1/core/anotherModule.ts
124 /user/username/projects/sample1/core/anotherModule.ts
138 /user/username/projects/sample1/core/anotherModule.d.ts
144 /user/username/projects/sample1/core/anotherModule.d.ts
159 /user/username/projects/sample1/core/anotherModule.d.ts
166 /user/username/projects/sample1/core/anotherModule.d.ts
491 /user/username/projects/sample1/core/anotherModule.ts
610 /user/username/projects/sample1/core/anotherModule.d.ts
623 /user/username/projects/sample1/core/anotherModule.d.ts
681 /user/username/projects/sample1/core/anotherModule.ts
[all …]
Dnon-local-change-does-not-start-build-of-referencing-projects.js119 /user/username/projects/sample1/core/anotherModule.ts
124 /user/username/projects/sample1/core/anotherModule.ts
138 /user/username/projects/sample1/core/anotherModule.d.ts
144 /user/username/projects/sample1/core/anotherModule.d.ts
159 /user/username/projects/sample1/core/anotherModule.d.ts
166 /user/username/projects/sample1/core/anotherModule.d.ts
497 /user/username/projects/sample1/core/anotherModule.ts
Dchange-builds-changes-and-reports-found-errors-message.js119 /user/username/projects/sample1/core/anotherModule.ts
124 /user/username/projects/sample1/core/anotherModule.ts
138 /user/username/projects/sample1/core/anotherModule.d.ts
144 /user/username/projects/sample1/core/anotherModule.d.ts
159 /user/username/projects/sample1/core/anotherModule.d.ts
166 /user/username/projects/sample1/core/anotherModule.d.ts
495 /user/username/projects/sample1/core/anotherModule.ts
619 /user/username/projects/sample1/core/anotherModule.d.ts
636 /user/username/projects/sample1/core/anotherModule.d.ts
850 /user/username/projects/sample1/core/anotherModule.ts
[all …]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/
Dcreates-solution-in-watch-mode.js119 /user/username/projects/sample1/core/anotherModule.ts
124 /user/username/projects/sample1/core/anotherModule.ts
138 /user/username/projects/sample1/core/anotherModule.d.ts
144 /user/username/projects/sample1/core/anotherModule.d.ts
159 /user/username/projects/sample1/core/anotherModule.d.ts
166 /user/username/projects/sample1/core/anotherModule.d.ts
Dincremental-updates-in-verbose-mode.js136 /user/username/projects/sample1/core/anotherModule.ts
141 /user/username/projects/sample1/core/anotherModule.ts
155 /user/username/projects/sample1/core/anotherModule.d.ts
161 /user/username/projects/sample1/core/anotherModule.d.ts
176 /user/username/projects/sample1/core/anotherModule.d.ts
183 /user/username/projects/sample1/core/anotherModule.d.ts
526 /user/username/projects/sample1/core/anotherModule.d.ts
685 /user/username/projects/sample1/core/anotherModule.d.ts
700 /user/username/projects/sample1/core/anotherModule.d.ts
Dwatches-config-files-that-are-not-present.js87 /user/username/projects/sample1/core/anotherModule.ts
92 /user/username/projects/sample1/core/anotherModule.ts
235 /user/username/projects/sample1/core/anotherModule.d.ts
241 /user/username/projects/sample1/core/anotherModule.d.ts
383 /user/username/projects/sample1/core/anotherModule.d.ts
390 /user/username/projects/sample1/core/anotherModule.d.ts
Dverify-building-references-watches-only-those-projects.js119 /user/username/projects/sample1/core/anotherModule.ts
124 /user/username/projects/sample1/core/anotherModule.ts
138 /user/username/projects/sample1/core/anotherModule.d.ts
144 /user/username/projects/sample1/core/anotherModule.d.ts
Dshould-not-trigger-recompilation-because-of-program-emit-with-outDir-specified.js50 /user/username/projects/sample1/core/anotherModule.ts
55 /user/username/projects/sample1/core/anotherModule.ts
198 /user/username/projects/sample1/core/anotherModule.ts
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/
Dwhen-preserveWatchOutput-is-passed-on-command-line.js118 /user/username/projects/sample1/core/anotherModule.ts
123 /user/username/projects/sample1/core/anotherModule.ts
137 /user/username/projects/sample1/core/anotherModule.d.ts
143 /user/username/projects/sample1/core/anotherModule.d.ts
158 /user/username/projects/sample1/core/anotherModule.d.ts
165 /user/username/projects/sample1/core/anotherModule.d.ts
504 /user/username/projects/sample1/core/anotherModule.d.ts
660 /user/username/projects/sample1/core/anotherModule.ts
Dwhen-preserveWatchOutput-is-not-used.js119 /user/username/projects/sample1/core/anotherModule.ts
124 /user/username/projects/sample1/core/anotherModule.ts
138 /user/username/projects/sample1/core/anotherModule.d.ts
144 /user/username/projects/sample1/core/anotherModule.d.ts
159 /user/username/projects/sample1/core/anotherModule.d.ts
166 /user/username/projects/sample1/core/anotherModule.d.ts
506 /user/username/projects/sample1/core/anotherModule.d.ts
663 /user/username/projects/sample1/core/anotherModule.ts

12