-
Notifications
You must be signed in to change notification settings - Fork 12.9k
fix(49149): remove unneeded array overload to Object.freeze #50029
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
Conversation
You just need to commit the baseline changes, assuming they look ok. If you’re not sure if they look ok, commit them anyway so we can take a look. |
Thanks for that pointer! I'll take a look at those baselines and commit them (i might throw some questions in there if i have any i cant figure out). |
Chances are most/all of them are just position changes of symbols defined after Object.freeze in lib.es5.d.ts since they will have moved up a few lines. |
@typescript-bot test this |
Heya @andrewbranch, I've started to run the extended test suite on this PR at 646193b. You can monitor the build here. |
Heya @andrewbranch, I've started to run the diff-based user code test suite on this PR at 646193b. You can monitor the build here. Update: The results are in! |
Heya @andrewbranch, I've started to run the parallelized Definitely Typed test suite on this PR at 646193b. You can monitor the build here. |
Heya @andrewbranch, I've run the RWC suite on this PR - assuming you're on the TS core team, you can view the resulting diff here. |
@andrewbranch |
The TypeScript team hasn't accepted the linked issue #49149. If you can get it accepted, this PR will have a better chance of being reviewed. |
@DanielRosenwasser I’m fairly convinced this is right, but maybe we should plan to merge this for 4.9? |
Early 4.9 seems appropriate. |
Thanks @nicolas377! |
Very nice 👍 |
Fixes #49149