Skip to content

Commit 4cf87e5

Browse files
committedJan 13, 2023
add React Native 0.71 Hermes compat data
1 parent 7f8fce9 commit 4cf87e5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Change `Array` by copy proposal](https://github.com/tc39/proposal-change-array-by-copy) marked as supported from V8 ~ Chrome 110
99
- Added Samsung Internet 20 compat data mapping
1010
- Added Quest Browser 25 compat data mapping
11+
- Added React Native 0.71 Hermes compat data
1112
- Added Electron 23 and 24 compat data mapping
1213
- Minor tweaks of minification settings for `core-js-bundle`
1314
- Refactoring, some minor fixes, improvements, optimizations

‎packages/core-js-compat/src/data.mjs

+5
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export const data = {
158158
'es.array.at': {
159159
chrome: '92',
160160
firefox: '90',
161+
'react-native': '0.71.0',
161162
safari: '15.4',
162163
},
163164
'es.array.concat': {
@@ -1241,6 +1242,7 @@ export const data = {
12411242
'es.regexp.exec': {
12421243
chrome: '64',
12431244
firefox: '78',
1245+
'react-native': '0.71.0',
12441246
safari: '11.1',
12451247
},
12461248
'es.regexp.flags': {
@@ -1280,6 +1282,7 @@ export const data = {
12801282
'es.string.at-alternative': {
12811283
chrome: '92',
12821284
firefox: '90',
1285+
'react-native': '0.71.0',
12831286
safari: '15.4',
12841287
},
12851288
'es.string.code-point-at': {
@@ -1366,6 +1369,7 @@ export const data = {
13661369
'es.string.replace': {
13671370
chrome: '64',
13681371
firefox: '78',
1372+
'react-native': '0.71.0',
13691373
safari: '14.0',
13701374
},
13711375
'es.string.replace-all': {
@@ -1588,6 +1592,7 @@ export const data = {
15881592
'es.typed-array.at': {
15891593
chrome: '92',
15901594
firefox: '90',
1595+
'react-native': '0.71.0',
15911596
safari: '15.4',
15921597
},
15931598
'es.typed-array.copy-within': {

0 commit comments

Comments
 (0)
Please sign in to comment.