-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[WIP] Disallow merging of enum
declarations
#61262
base: main
Are you sure you want to change the base?
Conversation
Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page. Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up. |
@typescript-bot test top400 |
@rbuckton Here are the results of running the user tests with tsc comparing Everything looks good! |
@rbuckton Here are the results of running the top 400 repos with tsc comparing Everything looks good! |
@typescript-bot test top10.00 |
Starting jobs; this comment will be updated as builds start and complete.
|
@typescript-bot test top1000 |
@rbuckton Here are the results of running the top 400 repos with tsc comparing Everything looks good! |
This is an experiment to access the impact of disallowing the merging of
enum
declarations.