Commit f89165d
authored
Merge pull request microsoft#32049 from microsoft/noDuplicateIntersectionSignatures
Remove duplicate signatures in intersections12 files changed
+230-17Lines changed: 230 additions & 17 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/compiler
- tests
- baselines/reference
- cases/conformance/types/keyof
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+29-16Lines changed: 29 additions & 16 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7234 | 7234 | |
7235 | 7235 | |
7236 | 7236 | |
7237 | | - |
7238 | | - |
| 7237 | + |
| 7238 | + |
7239 | 7239 | |
7240 | 7240 | |
7241 | 7241 | |
| ||
7257 | 7257 | |
7258 | 7258 | |
7259 | 7259 | |
7260 | | - |
| 7260 | + |
7261 | 7261 | |
7262 | | - |
| 7262 | + |
7263 | 7263 | |
7264 | 7264 | |
7265 | 7265 | |
7266 | | - |
| 7266 | + |
| 7267 | + |
| 7268 | + |
| 7269 | + |
| 7270 | + |
| 7271 | + |
| 7272 | + |
| 7273 | + |
| 7274 | + |
| 7275 | + |
7267 | 7276 | |
7268 | 7277 | |
7269 | 7278 | |
| ||
14325 | 14334 | |
14326 | 14335 | |
14327 | 14336 | |
14328 | | - |
14329 | | - |
14330 | | - |
14331 | | - |
14332 | | - |
| 14337 | + |
14333 | 14338 | |
14334 | 14339 | |
14335 | 14340 | |
14336 | | - |
14337 | | - |
14338 | | - |
14339 | | - |
| 14341 | + |
| 14342 | + |
| 14343 | + |
| 14344 | + |
| 14345 | + |
| 14346 | + |
| 14347 | + |
| 14348 | + |
| 14349 | + |
| 14350 | + |
| 14351 | + |
| 14352 | + |
| 14353 | + |
| 14354 | + |
14340 | 14355 | |
14341 | | - |
14342 | 14356 | |
14343 | 14357 | |
14344 | 14358 | |
| ||
14352 | 14366 | |
14353 | 14367 | |
14354 | 14368 | |
14355 | | - |
14356 | 14369 | |
14357 | 14370 | |
14358 | 14371 | |
|
Collapse file
tests/baselines/reference/genericSignatureIdentity.errors.txt
Copy file name to clipboard+36Lines changed: 36 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 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
Collapse file
tests/baselines/reference/identityForSignaturesWithTypeParametersAndAny.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/identityForSignaturesWithTypeParametersAndAny.errors.txt+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
4 | 5 | |
5 | 6 | |
6 | 7 | |
7 | | - |
| 8 | + |
8 | 9 | |
9 | 10 | |
| 11 | + |
| 12 | + |
| 13 | + |
10 | 14 | |
11 | 15 | |
12 | 16 | |
|
Collapse file
tests/baselines/reference/identityForSignaturesWithTypeParametersSwitched.errors.txt
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/keyofAndIndexedAccess2.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/keyofAndIndexedAccess2.errors.txt+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
237 | 237 | |
238 | 238 | |
239 | 239 | |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
240 | 249 | |
Collapse file
tests/baselines/reference/keyofAndIndexedAccess2.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/keyofAndIndexedAccess2.js+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
156 | 156 | |
157 | 157 | |
158 | 158 | |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
159 | 168 | |
160 | 169 | |
161 | 170 | |
| ||
253 | 262 | |
254 | 263 | |
255 | 264 | |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
Collapse file
tests/baselines/reference/keyofAndIndexedAccess2.symbols
Copy file name to clipboardExpand all lines: tests/baselines/reference/keyofAndIndexedAccess2.symbols+23Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
564 | 564 | |
565 | 565 | |
566 | 566 | |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
Collapse file
tests/baselines/reference/keyofAndIndexedAccess2.types
Copy file name to clipboardExpand all lines: tests/baselines/reference/keyofAndIndexedAccess2.types+32Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
540 | 540 | |
541 | 541 | |
542 | 542 | |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
Collapse file
tests/baselines/reference/promiseIdentity.errors.txt
Copy file name to clipboard+28Lines changed: 28 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 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
Collapse file
tests/baselines/reference/promiseIdentityWithAny.errors.txt
Copy file name to clipboard+17Lines changed: 17 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 | + |
0 commit comments