Commit 7d823ae
committed
Merge branch 'main' of https://github.com/microsoft/TypeScript into feat/51086
9 files changed
+131-4Lines changed: 131 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/compiler
- tests
- baselines/reference
- cases/compiler
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+18-4Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17609 | 17609 | |
17610 | 17610 | |
17611 | 17611 | |
| 17612 | + |
| 17613 | + |
| 17614 | + |
| 17615 | + |
| 17616 | + |
| 17617 | + |
| 17618 | + |
17612 | 17619 | |
17613 | 17620 | |
17614 | 17621 | |
| ||
37276 | 37283 | |
37277 | 37284 | |
37278 | 37285 | |
37279 | | - |
| 37286 | + |
37280 | 37287 | |
37281 | 37288 | |
37282 | 37289 | |
37283 | 37290 | |
37284 | | - |
| 37291 | + |
37285 | 37292 | |
37286 | 37293 | |
37287 | 37294 | |
| ||
37302 | 37309 | |
37303 | 37310 | |
37304 | 37311 | |
| 37312 | + |
| 37313 | + |
| 37314 | + |
| 37315 | + |
| 37316 | + |
| 37317 | + |
| 37318 | + |
| 37319 | + |
37305 | 37320 | |
37306 | 37321 | |
37307 | 37322 | |
37308 | 37323 | |
37309 | 37324 | |
37310 | | - |
37311 | | - |
| 37325 | + |
37312 | 37326 | |
37313 | 37327 | |
37314 | 37328 | |
|
Collapse file
tests/baselines/reference/unmetTypeConstraintInImportCall.errors.txt
Copy file name to clipboard+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
Collapse file
tests/baselines/reference/unmetTypeConstraintInImportCall.symbols
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
Collapse file
tests/baselines/reference/unmetTypeConstraintInImportCall.types
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
Collapse file
tests/baselines/reference/unmetTypeConstraintInJSDocImportCall.errors.txt
Copy file name to clipboard+20Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
Collapse file
tests/baselines/reference/unmetTypeConstraintInJSDocImportCall.symbols
Copy file name to clipboard+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
Collapse file
tests/baselines/reference/unmetTypeConstraintInJSDocImportCall.types
Copy file name to clipboard+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
Collapse file
tests/cases/compiler/unmetTypeConstraintInImportCall.ts
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
Collapse file
tests/cases/compiler/unmetTypeConstraintInJSDocImportCall.ts
Copy file name to clipboard+19Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
0 commit comments