-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Array.prototype.sort - remove the need for compareFn to handle undefined values #44216
Conversation
The TypeScript team hasn't accepted the linked issue #41708. If you can get it accepted, this PR will have a better chance of being reviewed. |
IMO |
Happy to switch to |
Requested @sandersn. Is there anything else I need to do? Would love to see this issue closed :) |
We just need to make time to work through all issues with a significant update to Array. So far it hasn't made it to the front of our queue, though. |
To help with PR housekeeping, I'm going to close this PR until we finally update Array types. |
Array.prototype.sort - remove the need for compareFn to handle undefined values
Fixes #41708