File tree 2 files changed +6
-0
lines changed
packages/core-js-compat/src
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 8
8
- [ Change ` Array ` by copy proposal] ( https://github.com/tc39/proposal-change-array-by-copy ) marked as supported from V8 ~ Chrome 110
9
9
- Added Samsung Internet 20 compat data mapping
10
10
- Added Quest Browser 25 compat data mapping
11
+ - Added React Native 0.71 Hermes compat data
11
12
- Added Electron 23 and 24 compat data mapping
12
13
- Minor tweaks of minification settings for ` core-js-bundle `
13
14
- Refactoring, some minor fixes, improvements, optimizations
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ export const data = {
158
158
'es.array.at' : {
159
159
chrome : '92' ,
160
160
firefox : '90' ,
161
+ 'react-native' : '0.71.0' ,
161
162
safari : '15.4' ,
162
163
} ,
163
164
'es.array.concat' : {
@@ -1241,6 +1242,7 @@ export const data = {
1241
1242
'es.regexp.exec' : {
1242
1243
chrome : '64' ,
1243
1244
firefox : '78' ,
1245
+ 'react-native' : '0.71.0' ,
1244
1246
safari : '11.1' ,
1245
1247
} ,
1246
1248
'es.regexp.flags' : {
@@ -1280,6 +1282,7 @@ export const data = {
1280
1282
'es.string.at-alternative' : {
1281
1283
chrome : '92' ,
1282
1284
firefox : '90' ,
1285
+ 'react-native' : '0.71.0' ,
1283
1286
safari : '15.4' ,
1284
1287
} ,
1285
1288
'es.string.code-point-at' : {
@@ -1366,6 +1369,7 @@ export const data = {
1366
1369
'es.string.replace' : {
1367
1370
chrome : '64' ,
1368
1371
firefox : '78' ,
1372
+ 'react-native' : '0.71.0' ,
1369
1373
safari : '14.0' ,
1370
1374
} ,
1371
1375
'es.string.replace-all' : {
@@ -1588,6 +1592,7 @@ export const data = {
1588
1592
'es.typed-array.at' : {
1589
1593
chrome : '92' ,
1590
1594
firefox : '90' ,
1595
+ 'react-native' : '0.71.0' ,
1591
1596
safari : '15.4' ,
1592
1597
} ,
1593
1598
'es.typed-array.copy-within' : {
You can’t perform that action at this time.
0 commit comments