-
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
fix(60223): add Promise.try() to ESNext lib #60232
Conversation
dbb3235
to
1407fab
Compare
This is my first contribution to this project. Please let me know if this PR needs anything else. :) Maybe this can still make it to the final 5.7 release? |
Shouldn't it be es2025 instead? |
I wasn't fully aware of how the TC39 finalization process works. |
1407fab
to
c3c1968
Compare
@microsoft-github-policy-service agree |
c3c1968
to
7110413
Compare
7110413
to
6d6e6d2
Compare
Should be fixed. |
@gabritto I just updated the PR to allow a |
Updated the PR to allow passing additional arguments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
When will this PR be merged? 😉 |
TS 5.7 beta is already out, and we don't do anything bug bugfixes or editor improvements after beta. The linked issue is milestoned as 5.8. |
Fixes #60223