Searched refs:anotherModule (Results 1 – 25 of 29) sorted by relevance
12
| /third_party/typescript/tests/baselines/reference/ |
| D | importCallExpressionCheckReturntype1.types | 1 === 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
|
| D | importCallExpressionCheckReturntype1.errors.txt | 1 …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 …]
|
| D | importCallExpressionCheckReturntype1.symbols | 1 === 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))
|
| D | importCallExpressionCheckReturntype1.js | 11 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/ |
| D | sample-project.js | 60 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/ |
| D | on-sample-project.js | 381 /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/ |
| D | importCallExpressionCheckReturntype1.ts | 13 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/ |
| D | listFiles.js | 115 /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
|
| D | when-target-option-changes.js | 129 TSFILE: /src/core/anotherModule.js 134 /src/core/anotherModule.ts 229 TSFILE: /src/core/anotherModule.js 234 /src/core/anotherModule.ts
|
| D | when-logic-specifies-tsBuildInfoFile.js | 156 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
|
| D | explainFiles.js | 125 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
|
| D | listEmittedFiles.js | 114 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/ |
| D | builds-when-new-file-is-added,-and-its-subsequent-updates.js | 93 /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 …]
|
| D | non-local-change-does-not-start-build-of-referencing-projects.js | 93 /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
|
| D | change-builds-changes-and-reports-found-errors-message.js | 93 /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/ |
| D | builds-when-new-file-is-added,-and-its-subsequent-updates.js | 119 /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 …]
|
| D | non-local-change-does-not-start-build-of-referencing-projects.js | 119 /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
|
| D | change-builds-changes-and-reports-found-errors-message.js | 119 /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/ |
| D | creates-solution-in-watch-mode.js | 119 /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
|
| D | incremental-updates-in-verbose-mode.js | 136 /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
|
| D | watches-config-files-that-are-not-present.js | 87 /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
|
| D | verify-building-references-watches-only-those-projects.js | 119 /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
|
| D | should-not-trigger-recompilation-because-of-program-emit-with-outDir-specified.js | 50 /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/ |
| D | when-preserveWatchOutput-is-passed-on-command-line.js | 118 /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
|
| D | when-preserveWatchOutput-is-not-used.js | 119 /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