-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Add support Promise.any
out of box
#35080
Conversation
Base commit: e9b89b5 |
Base commit: 745f3ee |
PR build artifact for 30022e4 is ready. |
@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: `promise` module diff: [`8.2.0...8.3.0`](https://npmfs.com/compare/promise/8.2.0/8.3.0/) - Hermes issue: facebook/hermes#766 ## Changelog [General] [Added] - Added support `Promise.any` X-link: facebook/react-native#35080 Reviewed By: cortinico Differential Revision: D40681373 Pulled By: jacdebug fbshipit-source-id: ecd589186483f3aa0f48da28a1f6dfcb1e26c8bc
This pull request was successfully merged by @retyui in 475310d. When will my fix make it into a release? | Upcoming Releases |
Summary: `promise` module diff: [`8.2.0...8.3.0`](https://npmfs.com/compare/promise/8.2.0/8.3.0/) - Hermes issue: facebook/hermes#766 ## Changelog [General] [Added] - Added support `Promise.any` Pull Request resolved: #35080 Test Plan: Release notes [`[email protected]`](https://github.com/then/promise/releases/tag/8.3.0) ```tsx typeof Promise.any // function ``` Reviewed By: cortinico Differential Revision: D40681373 Pulled By: jacdebug fbshipit-source-id: ecd589186483f3aa0f48da28a1f6dfcb1e26c8bc # Conflicts: # package.json # yarn.lock
Summary: `promise` module diff: [`8.2.0...8.3.0`](https://npmfs.com/compare/promise/8.2.0/8.3.0/) - Hermes issue: facebook/hermes#766 ## Changelog [General] [Added] - Added support `Promise.any` Pull Request resolved: facebook#35080 Test Plan: Release notes [`[email protected]`](https://github.com/then/promise/releases/tag/8.3.0) ```tsx typeof Promise.any // function ``` Reviewed By: cortinico Differential Revision: D40681373 Pulled By: jacdebug fbshipit-source-id: ecd589186483f3aa0f48da28a1f6dfcb1e26c8bc
Summary
promise
module diff:8.2.0...8.3.0
Changelog
[General] [Added] - Added support
Promise.any
Test Plan
Release notes
[email protected]