-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Properly handle duplicate enum types in type inference #42943
Conversation
@typescript-bot perf test this faster |
Heya @DanielRosenwasser, I've started to run the abridged perf test suite on this PR at 6150504. You can monitor the build here. Update: The results are in! |
Heya @DanielRosenwasser, I've started to run the perf test suite on this PR at 6150504. You can monitor the build here. Update: The results are in! |
@DanielRosenwasser Here they are:Comparison Report - master..42943
System
Hosts
Scenarios
|
@DanielRosenwasser Here they are:Comparison Report - master..42943
System
Hosts
Scenarios
|
@typescript-bot cherry-pick this to release-4.2 |
Heya @RyanCavanaugh, I've started to run the task to cherry-pick this into |
Hey @RyanCavanaugh, I've opened #42964 for you. |
Component commits: 361e19b Ensure no duplicates in named union list 6150504 Add regression test Co-authored-by: Anders Hejlsberg <[email protected]>
Fixes #42932.