Commit 475310d
Add support
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 [`promise@8.3.0`](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: ecd589186483f3aa0f48da28a1f6dfcb1e26c8bcPromise.any out of box (#35080)1 parent 2097278 commit 475310d
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7842 | 7842 | | |
7843 | 7843 | | |
7844 | 7844 | | |
7845 | | - | |
7846 | | - | |
7847 | | - | |
7848 | | - | |
| 7845 | + | |
| 7846 | + | |
| 7847 | + | |
| 7848 | + | |
7849 | 7849 | | |
7850 | 7850 | | |
7851 | 7851 | | |
| |||
0 commit comments