core-js-compat 3.47.0 → 3.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -1
- package/README.md +3 -3
- package/data.json +151 -32
- package/entries.json +118 -2
- package/modules-by-versions.json +6 -0
- package/modules.json +4 -0
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
Copyright (c)
|
|
1
|
+
Copyright (c) 2013–2025 Denis Pushkarev (zloirock.ru)
|
|
2
|
+
Copyright (c) 2025–2026 CoreJS Company (core-js.io)
|
|
2
3
|
|
|
3
4
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
5
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ const {
|
|
|
27
27
|
exclude: [ // optional list / filter of modules to exclude, the signature is similar to `modules` option
|
|
28
28
|
'web.atob',
|
|
29
29
|
],
|
|
30
|
-
version: '3.
|
|
30
|
+
version: '3.48', // used `core-js` version, by default - the latest
|
|
31
31
|
inverse: false, // inverse of the result - shows modules that are NOT required for the target environment
|
|
32
32
|
});
|
|
33
33
|
|
|
@@ -129,9 +129,9 @@ require('core-js-compat/modules'); // => Array<ModuleName>
|
|
|
129
129
|
require('core-js-compat').modules; // => Array<ModuleName>
|
|
130
130
|
|
|
131
131
|
// the subset of modules which available in the passed `core-js` version:
|
|
132
|
-
require('core-js-compat/get-modules-list-for-target-version')('3.
|
|
132
|
+
require('core-js-compat/get-modules-list-for-target-version')('3.48'); // => Array<ModuleName>
|
|
133
133
|
// or
|
|
134
|
-
require('core-js-compat').getModulesListForTargetVersion('3.
|
|
134
|
+
require('core-js-compat').getModulesListForTargetVersion('3.48'); // => Array<ModuleName>
|
|
135
135
|
```
|
|
136
136
|
|
|
137
137
|
If you wanna help to improve this data, you could take a look at the related section of [`CONTRIBUTING.md`](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://zloirock.github.io/core-js/master/compat/), the example:
|
package/data.json
CHANGED
|
@@ -409,6 +409,7 @@
|
|
|
409
409
|
"opera-android": "88",
|
|
410
410
|
"opera_mobile": "88",
|
|
411
411
|
"quest": "38.0",
|
|
412
|
+
"rhino": "1.9.0",
|
|
412
413
|
"samsung": "29.0"
|
|
413
414
|
},
|
|
414
415
|
"es.error.to-string": {
|
|
@@ -539,6 +540,7 @@
|
|
|
539
540
|
"opera-android": "38",
|
|
540
541
|
"opera_mobile": "38",
|
|
541
542
|
"quest": "3.0",
|
|
543
|
+
"rhino": "1.9.0",
|
|
542
544
|
"safari": "10.0",
|
|
543
545
|
"samsung": "5.0"
|
|
544
546
|
},
|
|
@@ -625,6 +627,7 @@
|
|
|
625
627
|
"opera-android": "38",
|
|
626
628
|
"opera_mobile": "38",
|
|
627
629
|
"quest": "3.0",
|
|
630
|
+
"rhino": "1.9.0",
|
|
628
631
|
"safari": "10.0",
|
|
629
632
|
"samsung": "5.0"
|
|
630
633
|
},
|
|
@@ -964,6 +967,7 @@
|
|
|
964
967
|
"opera-android": "38",
|
|
965
968
|
"opera_mobile": "38",
|
|
966
969
|
"quest": "3.0",
|
|
970
|
+
"rhino": "1.9.0",
|
|
967
971
|
"safari": "10.0",
|
|
968
972
|
"samsung": "5.0"
|
|
969
973
|
},
|
|
@@ -1101,6 +1105,7 @@
|
|
|
1101
1105
|
"opera-android": "38",
|
|
1102
1106
|
"opera_mobile": "38",
|
|
1103
1107
|
"quest": "3.0",
|
|
1108
|
+
"rhino": "1.9.0",
|
|
1104
1109
|
"safari": "10.0",
|
|
1105
1110
|
"samsung": "5.0"
|
|
1106
1111
|
},
|
|
@@ -1390,6 +1395,7 @@
|
|
|
1390
1395
|
"opera_mobile": "19",
|
|
1391
1396
|
"quest": "3.0",
|
|
1392
1397
|
"react-native": "0.69",
|
|
1398
|
+
"rhino": "1.9.0",
|
|
1393
1399
|
"safari": "7.1",
|
|
1394
1400
|
"samsung": "2.0"
|
|
1395
1401
|
},
|
|
@@ -1498,6 +1504,7 @@
|
|
|
1498
1504
|
"opera-android": "76",
|
|
1499
1505
|
"opera_mobile": "76",
|
|
1500
1506
|
"quest": "28.0",
|
|
1507
|
+
"rhino": "1.9.0",
|
|
1501
1508
|
"safari": "17.4",
|
|
1502
1509
|
"samsung": "23.0"
|
|
1503
1510
|
},
|
|
@@ -1518,6 +1525,7 @@
|
|
|
1518
1525
|
"opera-android": "76",
|
|
1519
1526
|
"opera_mobile": "76",
|
|
1520
1527
|
"quest": "28.0",
|
|
1528
|
+
"rhino": "1.9.0",
|
|
1521
1529
|
"safari": "17.4",
|
|
1522
1530
|
"samsung": "23.0"
|
|
1523
1531
|
},
|
|
@@ -1538,6 +1546,7 @@
|
|
|
1538
1546
|
"opera-android": "76",
|
|
1539
1547
|
"opera_mobile": "76",
|
|
1540
1548
|
"quest": "28.0",
|
|
1549
|
+
"rhino": "1.9.0",
|
|
1541
1550
|
"safari": "17.4",
|
|
1542
1551
|
"samsung": "23.0"
|
|
1543
1552
|
},
|
|
@@ -1824,6 +1833,7 @@
|
|
|
1824
1833
|
"opera_mobile": "38",
|
|
1825
1834
|
"quest": "3.0",
|
|
1826
1835
|
"react-native": "0.69",
|
|
1836
|
+
"rhino": "1.9.0",
|
|
1827
1837
|
"safari": "10.0",
|
|
1828
1838
|
"samsung": "5.0"
|
|
1829
1839
|
},
|
|
@@ -1895,6 +1905,7 @@
|
|
|
1895
1905
|
"samsung": "26.0"
|
|
1896
1906
|
},
|
|
1897
1907
|
"es.iterator.concat": {
|
|
1908
|
+
"bun": "1.3.7",
|
|
1898
1909
|
"firefox": "147",
|
|
1899
1910
|
"firefox-android": "147"
|
|
1900
1911
|
},
|
|
@@ -1998,7 +2009,7 @@
|
|
|
1998
2009
|
},
|
|
1999
2010
|
"es.iterator.flat-map": {
|
|
2000
2011
|
"android": "135",
|
|
2001
|
-
"bun": "1.2.
|
|
2012
|
+
"bun": "1.2.21",
|
|
2002
2013
|
"chrome": "135",
|
|
2003
2014
|
"chrome-android": "135",
|
|
2004
2015
|
"deno": "2.2.5",
|
|
@@ -2006,14 +2017,14 @@
|
|
|
2006
2017
|
"electron": "36.0",
|
|
2007
2018
|
"firefox": "141",
|
|
2008
2019
|
"firefox-android": "141",
|
|
2009
|
-
"ios": "26.
|
|
2020
|
+
"ios": "26.2",
|
|
2010
2021
|
"node": "24.0",
|
|
2011
2022
|
"oculus": "39.0",
|
|
2012
2023
|
"opera": "120",
|
|
2013
2024
|
"opera-android": "89",
|
|
2014
2025
|
"opera_mobile": "89",
|
|
2015
2026
|
"quest": "39.0",
|
|
2016
|
-
"safari": "26.
|
|
2027
|
+
"safari": "26.2",
|
|
2017
2028
|
"samsung": "29.0"
|
|
2018
2029
|
},
|
|
2019
2030
|
"es.iterator.for-each": {
|
|
@@ -2303,6 +2314,32 @@
|
|
|
2303
2314
|
"safari": "18.0",
|
|
2304
2315
|
"samsung": "24.0"
|
|
2305
2316
|
},
|
|
2317
|
+
"es.map.get-or-insert": {
|
|
2318
|
+
"android": "145",
|
|
2319
|
+
"bun": "1.2.20",
|
|
2320
|
+
"chrome": "145",
|
|
2321
|
+
"chrome-android": "145",
|
|
2322
|
+
"edge": "145",
|
|
2323
|
+
"electron": "41.0",
|
|
2324
|
+
"firefox": "144",
|
|
2325
|
+
"firefox-android": "144",
|
|
2326
|
+
"ios": "26.2",
|
|
2327
|
+
"opera": "129",
|
|
2328
|
+
"safari": "26.2"
|
|
2329
|
+
},
|
|
2330
|
+
"es.map.get-or-insert-computed": {
|
|
2331
|
+
"android": "145",
|
|
2332
|
+
"bun": "1.2.20",
|
|
2333
|
+
"chrome": "145",
|
|
2334
|
+
"chrome-android": "145",
|
|
2335
|
+
"edge": "145",
|
|
2336
|
+
"electron": "41.0",
|
|
2337
|
+
"firefox": "144",
|
|
2338
|
+
"firefox-android": "144",
|
|
2339
|
+
"ios": "26.2",
|
|
2340
|
+
"opera": "129",
|
|
2341
|
+
"safari": "26.2"
|
|
2342
|
+
},
|
|
2306
2343
|
"es.math.acosh": {
|
|
2307
2344
|
"android": "54",
|
|
2308
2345
|
"bun": "0.1.1",
|
|
@@ -2503,6 +2540,7 @@
|
|
|
2503
2540
|
"opera-android": "89",
|
|
2504
2541
|
"opera_mobile": "89",
|
|
2505
2542
|
"quest": "39.0",
|
|
2543
|
+
"rhino": "1.9.0",
|
|
2506
2544
|
"safari": "18.2",
|
|
2507
2545
|
"samsung": "29.0"
|
|
2508
2546
|
},
|
|
@@ -3062,6 +3100,7 @@
|
|
|
3062
3100
|
"opera_mobile": "36",
|
|
3063
3101
|
"quest": "3.0",
|
|
3064
3102
|
"react-native": "0.69",
|
|
3103
|
+
"rhino": "1.9.0",
|
|
3065
3104
|
"safari": "9.0",
|
|
3066
3105
|
"samsung": "5.0"
|
|
3067
3106
|
},
|
|
@@ -3595,6 +3634,7 @@
|
|
|
3595
3634
|
"phantom": "1.9",
|
|
3596
3635
|
"quest": "3.0",
|
|
3597
3636
|
"react-native": "0.69",
|
|
3637
|
+
"rhino": "1.9.0",
|
|
3598
3638
|
"safari": "3.1",
|
|
3599
3639
|
"samsung": "1.0"
|
|
3600
3640
|
},
|
|
@@ -3840,6 +3880,7 @@
|
|
|
3840
3880
|
"opera-android": "85",
|
|
3841
3881
|
"opera_mobile": "85",
|
|
3842
3882
|
"quest": "35.0",
|
|
3883
|
+
"rhino": "1.9.0",
|
|
3843
3884
|
"safari": "18.2",
|
|
3844
3885
|
"samsung": "28.0"
|
|
3845
3886
|
},
|
|
@@ -3880,6 +3921,7 @@
|
|
|
3880
3921
|
"opera-android": "81",
|
|
3881
3922
|
"opera_mobile": "81",
|
|
3882
3923
|
"quest": "32.0",
|
|
3924
|
+
"rhino": "1.9.0",
|
|
3883
3925
|
"safari": "18.0",
|
|
3884
3926
|
"samsung": "25.0"
|
|
3885
3927
|
},
|
|
@@ -4304,6 +4346,7 @@
|
|
|
4304
4346
|
"opera_mobile": "47",
|
|
4305
4347
|
"quest": "5.0",
|
|
4306
4348
|
"react-native": "0.71",
|
|
4349
|
+
"rhino": "1.9.0",
|
|
4307
4350
|
"safari": "11.1",
|
|
4308
4351
|
"samsung": "9.0"
|
|
4309
4352
|
},
|
|
@@ -4735,6 +4778,7 @@
|
|
|
4735
4778
|
"opera_mobile": "38",
|
|
4736
4779
|
"quest": "3.0",
|
|
4737
4780
|
"react-native": "0.69",
|
|
4781
|
+
"rhino": "1.9.0",
|
|
4738
4782
|
"safari": "10.0",
|
|
4739
4783
|
"samsung": "5.0"
|
|
4740
4784
|
},
|
|
@@ -4872,6 +4916,7 @@
|
|
|
4872
4916
|
"opera_mobile": "47",
|
|
4873
4917
|
"quest": "5.0",
|
|
4874
4918
|
"react-native": "0.71",
|
|
4919
|
+
"rhino": "1.9.0",
|
|
4875
4920
|
"safari": "14.0",
|
|
4876
4921
|
"samsung": "9.0"
|
|
4877
4922
|
},
|
|
@@ -4917,6 +4962,7 @@
|
|
|
4917
4962
|
"opera_mobile": "38",
|
|
4918
4963
|
"quest": "3.0",
|
|
4919
4964
|
"react-native": "0.69",
|
|
4965
|
+
"rhino": "1.9.0",
|
|
4920
4966
|
"safari": "10.0",
|
|
4921
4967
|
"samsung": "5.0"
|
|
4922
4968
|
},
|
|
@@ -4937,6 +4983,7 @@
|
|
|
4937
4983
|
"opera-android": "41",
|
|
4938
4984
|
"opera_mobile": "41",
|
|
4939
4985
|
"quest": "3.0",
|
|
4986
|
+
"rhino": "1.9.0",
|
|
4940
4987
|
"safari": "10.0",
|
|
4941
4988
|
"samsung": "6.0"
|
|
4942
4989
|
},
|
|
@@ -5584,6 +5631,7 @@
|
|
|
5584
5631
|
"opera_mobile": "32",
|
|
5585
5632
|
"quest": "3.0",
|
|
5586
5633
|
"react-native": "0.69",
|
|
5634
|
+
"rhino": "1.9.0",
|
|
5587
5635
|
"safari": "10.0",
|
|
5588
5636
|
"samsung": "5.0"
|
|
5589
5637
|
},
|
|
@@ -5606,6 +5654,7 @@
|
|
|
5606
5654
|
"opera_mobile": "32",
|
|
5607
5655
|
"quest": "3.0",
|
|
5608
5656
|
"react-native": "0.69",
|
|
5657
|
+
"rhino": "1.9.0",
|
|
5609
5658
|
"safari": "10.0",
|
|
5610
5659
|
"samsung": "5.0"
|
|
5611
5660
|
},
|
|
@@ -5628,6 +5677,7 @@
|
|
|
5628
5677
|
"opera_mobile": "43",
|
|
5629
5678
|
"quest": "4.0",
|
|
5630
5679
|
"react-native": "0.69",
|
|
5680
|
+
"rhino": "1.9.0",
|
|
5631
5681
|
"safari": "14.1",
|
|
5632
5682
|
"samsung": "7.0"
|
|
5633
5683
|
},
|
|
@@ -5650,6 +5700,7 @@
|
|
|
5650
5700
|
"opera_mobile": "32",
|
|
5651
5701
|
"quest": "3.0",
|
|
5652
5702
|
"react-native": "0.69",
|
|
5703
|
+
"rhino": "1.9.0",
|
|
5653
5704
|
"safari": "10.0",
|
|
5654
5705
|
"samsung": "5.0"
|
|
5655
5706
|
},
|
|
@@ -5672,6 +5723,7 @@
|
|
|
5672
5723
|
"opera_mobile": "32",
|
|
5673
5724
|
"quest": "3.0",
|
|
5674
5725
|
"react-native": "0.69",
|
|
5726
|
+
"rhino": "1.9.0",
|
|
5675
5727
|
"safari": "10.0",
|
|
5676
5728
|
"samsung": "5.0"
|
|
5677
5729
|
},
|
|
@@ -5694,6 +5746,7 @@
|
|
|
5694
5746
|
"opera_mobile": "32",
|
|
5695
5747
|
"quest": "3.0",
|
|
5696
5748
|
"react-native": "0.69",
|
|
5749
|
+
"rhino": "1.9.0",
|
|
5697
5750
|
"safari": "10.0",
|
|
5698
5751
|
"samsung": "5.0"
|
|
5699
5752
|
},
|
|
@@ -5762,6 +5815,7 @@
|
|
|
5762
5815
|
"opera_mobile": "32",
|
|
5763
5816
|
"quest": "3.0",
|
|
5764
5817
|
"react-native": "0.69",
|
|
5818
|
+
"rhino": "1.9.0",
|
|
5765
5819
|
"safari": "10.0",
|
|
5766
5820
|
"samsung": "5.0"
|
|
5767
5821
|
},
|
|
@@ -5804,6 +5858,7 @@
|
|
|
5804
5858
|
"opera_mobile": "36",
|
|
5805
5859
|
"quest": "3.0",
|
|
5806
5860
|
"react-native": "0.69",
|
|
5861
|
+
"rhino": "1.9.0",
|
|
5807
5862
|
"safari": "10.0",
|
|
5808
5863
|
"samsung": "5.0"
|
|
5809
5864
|
},
|
|
@@ -5826,6 +5881,7 @@
|
|
|
5826
5881
|
"opera_mobile": "32",
|
|
5827
5882
|
"quest": "3.0",
|
|
5828
5883
|
"react-native": "0.69",
|
|
5884
|
+
"rhino": "1.9.0",
|
|
5829
5885
|
"safari": "10.0",
|
|
5830
5886
|
"samsung": "5.0"
|
|
5831
5887
|
},
|
|
@@ -5870,6 +5926,7 @@
|
|
|
5870
5926
|
"opera_mobile": "32",
|
|
5871
5927
|
"quest": "3.0",
|
|
5872
5928
|
"react-native": "0.69",
|
|
5929
|
+
"rhino": "1.9.0",
|
|
5873
5930
|
"safari": "10.0",
|
|
5874
5931
|
"samsung": "5.0"
|
|
5875
5932
|
},
|
|
@@ -5892,6 +5949,7 @@
|
|
|
5892
5949
|
"opera_mobile": "32",
|
|
5893
5950
|
"quest": "3.0",
|
|
5894
5951
|
"react-native": "0.69",
|
|
5952
|
+
"rhino": "1.9.0",
|
|
5895
5953
|
"safari": "10.0",
|
|
5896
5954
|
"samsung": "5.0"
|
|
5897
5955
|
},
|
|
@@ -5914,6 +5972,7 @@
|
|
|
5914
5972
|
"opera_mobile": "32",
|
|
5915
5973
|
"quest": "3.0",
|
|
5916
5974
|
"react-native": "0.69",
|
|
5975
|
+
"rhino": "1.9.0",
|
|
5917
5976
|
"safari": "10.0",
|
|
5918
5977
|
"samsung": "5.0"
|
|
5919
5978
|
},
|
|
@@ -5956,6 +6015,7 @@
|
|
|
5956
6015
|
"opera_mobile": "32",
|
|
5957
6016
|
"quest": "3.0",
|
|
5958
6017
|
"react-native": "0.69",
|
|
6018
|
+
"rhino": "1.9.0",
|
|
5959
6019
|
"safari": "10.0",
|
|
5960
6020
|
"samsung": "5.0"
|
|
5961
6021
|
},
|
|
@@ -5978,6 +6038,7 @@
|
|
|
5978
6038
|
"opera_mobile": "32",
|
|
5979
6039
|
"quest": "3.0",
|
|
5980
6040
|
"react-native": "0.69",
|
|
6041
|
+
"rhino": "1.9.0",
|
|
5981
6042
|
"safari": "10.0",
|
|
5982
6043
|
"samsung": "5.0"
|
|
5983
6044
|
},
|
|
@@ -6000,6 +6061,7 @@
|
|
|
6000
6061
|
"opera_mobile": "32",
|
|
6001
6062
|
"quest": "3.0",
|
|
6002
6063
|
"react-native": "0.69",
|
|
6064
|
+
"rhino": "1.9.0",
|
|
6003
6065
|
"safari": "10.0",
|
|
6004
6066
|
"samsung": "5.0"
|
|
6005
6067
|
},
|
|
@@ -6044,6 +6106,7 @@
|
|
|
6044
6106
|
"opera_mobile": "32",
|
|
6045
6107
|
"quest": "3.0",
|
|
6046
6108
|
"react-native": "0.69",
|
|
6109
|
+
"rhino": "1.9.0",
|
|
6047
6110
|
"safari": "10.0",
|
|
6048
6111
|
"samsung": "5.0"
|
|
6049
6112
|
},
|
|
@@ -6066,6 +6129,7 @@
|
|
|
6066
6129
|
"opera_mobile": "32",
|
|
6067
6130
|
"quest": "3.0",
|
|
6068
6131
|
"react-native": "0.69",
|
|
6132
|
+
"rhino": "1.9.0",
|
|
6069
6133
|
"safari": "10.0",
|
|
6070
6134
|
"samsung": "5.0"
|
|
6071
6135
|
},
|
|
@@ -6088,6 +6152,7 @@
|
|
|
6088
6152
|
"opera_mobile": "53",
|
|
6089
6153
|
"quest": "6.0",
|
|
6090
6154
|
"react-native": "0.69",
|
|
6155
|
+
"rhino": "1.9.0",
|
|
6091
6156
|
"safari": "14.1",
|
|
6092
6157
|
"samsung": "11.0"
|
|
6093
6158
|
},
|
|
@@ -6110,6 +6175,7 @@
|
|
|
6110
6175
|
"opera_mobile": "15",
|
|
6111
6176
|
"quest": "3.0",
|
|
6112
6177
|
"react-native": "0.69",
|
|
6178
|
+
"rhino": "1.9.0",
|
|
6113
6179
|
"safari": "7.1",
|
|
6114
6180
|
"samsung": "1.5"
|
|
6115
6181
|
},
|
|
@@ -6132,6 +6198,7 @@
|
|
|
6132
6198
|
"opera_mobile": "32",
|
|
6133
6199
|
"quest": "3.0",
|
|
6134
6200
|
"react-native": "0.69",
|
|
6201
|
+
"rhino": "1.9.0",
|
|
6135
6202
|
"safari": "10.0",
|
|
6136
6203
|
"samsung": "5.0"
|
|
6137
6204
|
},
|
|
@@ -6278,22 +6345,16 @@
|
|
|
6278
6345
|
"safari": "26.2"
|
|
6279
6346
|
},
|
|
6280
6347
|
"es.uint8-array.set-from-hex": {
|
|
6281
|
-
"android": "
|
|
6348
|
+
"android": "144",
|
|
6282
6349
|
"bun": "1.1.22",
|
|
6283
|
-
"chrome": "
|
|
6284
|
-
"chrome-android": "
|
|
6285
|
-
"
|
|
6286
|
-
"
|
|
6287
|
-
"electron": "38.0",
|
|
6350
|
+
"chrome": "144",
|
|
6351
|
+
"chrome-android": "144",
|
|
6352
|
+
"edge": "144",
|
|
6353
|
+
"electron": "40.0",
|
|
6288
6354
|
"firefox": "133",
|
|
6289
6355
|
"firefox-android": "133",
|
|
6290
6356
|
"ios": "18.2",
|
|
6291
|
-
"
|
|
6292
|
-
"oculus": "41.0",
|
|
6293
|
-
"opera": "124",
|
|
6294
|
-
"opera-android": "92",
|
|
6295
|
-
"opera_mobile": "92",
|
|
6296
|
-
"quest": "41.0",
|
|
6357
|
+
"opera": "128",
|
|
6297
6358
|
"safari": "18.2"
|
|
6298
6359
|
},
|
|
6299
6360
|
"es.uint8-array.to-base64": {
|
|
@@ -6382,6 +6443,32 @@
|
|
|
6382
6443
|
"safari": "10.0",
|
|
6383
6444
|
"samsung": "5.0"
|
|
6384
6445
|
},
|
|
6446
|
+
"es.weak-map.get-or-insert": {
|
|
6447
|
+
"android": "145",
|
|
6448
|
+
"bun": "1.2.20",
|
|
6449
|
+
"chrome": "145",
|
|
6450
|
+
"chrome-android": "145",
|
|
6451
|
+
"edge": "145",
|
|
6452
|
+
"electron": "41.0",
|
|
6453
|
+
"firefox": "144",
|
|
6454
|
+
"firefox-android": "144",
|
|
6455
|
+
"ios": "26.2",
|
|
6456
|
+
"opera": "129",
|
|
6457
|
+
"safari": "26.2"
|
|
6458
|
+
},
|
|
6459
|
+
"es.weak-map.get-or-insert-computed": {
|
|
6460
|
+
"android": "145",
|
|
6461
|
+
"bun": "1.2.20",
|
|
6462
|
+
"chrome": "145",
|
|
6463
|
+
"chrome-android": "145",
|
|
6464
|
+
"edge": "145",
|
|
6465
|
+
"electron": "41.0",
|
|
6466
|
+
"firefox": "144",
|
|
6467
|
+
"firefox-android": "144",
|
|
6468
|
+
"ios": "26.2",
|
|
6469
|
+
"opera": "129",
|
|
6470
|
+
"safari": "26.2"
|
|
6471
|
+
},
|
|
6385
6472
|
"es.weak-set": {
|
|
6386
6473
|
"android": "51",
|
|
6387
6474
|
"bun": "0.1.1",
|
|
@@ -6463,6 +6550,7 @@
|
|
|
6463
6550
|
"opera-android": "81",
|
|
6464
6551
|
"opera_mobile": "81",
|
|
6465
6552
|
"quest": "32.0",
|
|
6553
|
+
"rhino": "1.9.0",
|
|
6466
6554
|
"safari": "18.0",
|
|
6467
6555
|
"samsung": "25.0"
|
|
6468
6556
|
},
|
|
@@ -6652,6 +6740,7 @@
|
|
|
6652
6740
|
"opera-android": "76",
|
|
6653
6741
|
"opera_mobile": "76",
|
|
6654
6742
|
"quest": "28.0",
|
|
6743
|
+
"rhino": "1.9.0",
|
|
6655
6744
|
"safari": "17.4",
|
|
6656
6745
|
"samsung": "23.0"
|
|
6657
6746
|
},
|
|
@@ -6672,6 +6761,7 @@
|
|
|
6672
6761
|
"opera-android": "76",
|
|
6673
6762
|
"opera_mobile": "76",
|
|
6674
6763
|
"quest": "28.0",
|
|
6764
|
+
"rhino": "1.9.0",
|
|
6675
6765
|
"safari": "17.4",
|
|
6676
6766
|
"samsung": "23.0"
|
|
6677
6767
|
},
|
|
@@ -6692,6 +6782,7 @@
|
|
|
6692
6782
|
"opera-android": "76",
|
|
6693
6783
|
"opera_mobile": "76",
|
|
6694
6784
|
"quest": "28.0",
|
|
6785
|
+
"rhino": "1.9.0",
|
|
6695
6786
|
"safari": "17.4",
|
|
6696
6787
|
"samsung": "23.0"
|
|
6697
6788
|
},
|
|
@@ -6807,6 +6898,7 @@
|
|
|
6807
6898
|
"opera-android": "88",
|
|
6808
6899
|
"opera_mobile": "88",
|
|
6809
6900
|
"quest": "38.0",
|
|
6901
|
+
"rhino": "1.9.0",
|
|
6810
6902
|
"samsung": "29.0"
|
|
6811
6903
|
},
|
|
6812
6904
|
"esnext.function.demethodize": {},
|
|
@@ -6860,6 +6952,7 @@
|
|
|
6860
6952
|
"esnext.iterator.as-indexed-pairs": {},
|
|
6861
6953
|
"esnext.iterator.chunks": {},
|
|
6862
6954
|
"esnext.iterator.concat": {
|
|
6955
|
+
"bun": "1.3.7",
|
|
6863
6956
|
"firefox": "147",
|
|
6864
6957
|
"firefox-android": "147"
|
|
6865
6958
|
},
|
|
@@ -6963,7 +7056,7 @@
|
|
|
6963
7056
|
},
|
|
6964
7057
|
"esnext.iterator.flat-map": {
|
|
6965
7058
|
"android": "135",
|
|
6966
|
-
"bun": "1.2.
|
|
7059
|
+
"bun": "1.2.21",
|
|
6967
7060
|
"chrome": "135",
|
|
6968
7061
|
"chrome-android": "135",
|
|
6969
7062
|
"deno": "2.2.5",
|
|
@@ -6971,14 +7064,14 @@
|
|
|
6971
7064
|
"electron": "36.0",
|
|
6972
7065
|
"firefox": "141",
|
|
6973
7066
|
"firefox-android": "141",
|
|
6974
|
-
"ios": "26.
|
|
7067
|
+
"ios": "26.2",
|
|
6975
7068
|
"node": "24.0",
|
|
6976
7069
|
"oculus": "39.0",
|
|
6977
7070
|
"opera": "120",
|
|
6978
7071
|
"opera-android": "89",
|
|
6979
7072
|
"opera_mobile": "89",
|
|
6980
7073
|
"quest": "39.0",
|
|
6981
|
-
"safari": "26.
|
|
7074
|
+
"safari": "26.2",
|
|
6982
7075
|
"samsung": "29.0"
|
|
6983
7076
|
},
|
|
6984
7077
|
"esnext.iterator.for-each": {
|
|
@@ -7126,8 +7219,14 @@
|
|
|
7126
7219
|
},
|
|
7127
7220
|
"esnext.iterator.to-async": {},
|
|
7128
7221
|
"esnext.iterator.windows": {},
|
|
7129
|
-
"esnext.iterator.zip": {
|
|
7130
|
-
|
|
7222
|
+
"esnext.iterator.zip": {
|
|
7223
|
+
"firefox": "148",
|
|
7224
|
+
"firefox-android": "148"
|
|
7225
|
+
},
|
|
7226
|
+
"esnext.iterator.zip-keyed": {
|
|
7227
|
+
"firefox": "148",
|
|
7228
|
+
"firefox-android": "148"
|
|
7229
|
+
},
|
|
7131
7230
|
"esnext.json.is-raw-json": {
|
|
7132
7231
|
"android": "114",
|
|
7133
7232
|
"bun": "1.1.43",
|
|
@@ -7196,17 +7295,29 @@
|
|
|
7196
7295
|
"esnext.map.find-key": {},
|
|
7197
7296
|
"esnext.map.from": {},
|
|
7198
7297
|
"esnext.map.get-or-insert": {
|
|
7298
|
+
"android": "145",
|
|
7199
7299
|
"bun": "1.2.20",
|
|
7300
|
+
"chrome": "145",
|
|
7301
|
+
"chrome-android": "145",
|
|
7302
|
+
"edge": "145",
|
|
7303
|
+
"electron": "41.0",
|
|
7200
7304
|
"firefox": "144",
|
|
7201
7305
|
"firefox-android": "144",
|
|
7202
7306
|
"ios": "26.2",
|
|
7307
|
+
"opera": "129",
|
|
7203
7308
|
"safari": "26.2"
|
|
7204
7309
|
},
|
|
7205
7310
|
"esnext.map.get-or-insert-computed": {
|
|
7311
|
+
"android": "145",
|
|
7206
7312
|
"bun": "1.2.20",
|
|
7313
|
+
"chrome": "145",
|
|
7314
|
+
"chrome-android": "145",
|
|
7315
|
+
"edge": "145",
|
|
7316
|
+
"electron": "41.0",
|
|
7207
7317
|
"firefox": "144",
|
|
7208
7318
|
"firefox-android": "144",
|
|
7209
7319
|
"ios": "26.2",
|
|
7320
|
+
"opera": "129",
|
|
7210
7321
|
"safari": "26.2"
|
|
7211
7322
|
},
|
|
7212
7323
|
"esnext.map.group-by": {
|
|
@@ -7263,6 +7374,7 @@
|
|
|
7263
7374
|
"opera-android": "89",
|
|
7264
7375
|
"opera_mobile": "89",
|
|
7265
7376
|
"quest": "39.0",
|
|
7377
|
+
"rhino": "1.9.0",
|
|
7266
7378
|
"safari": "18.2",
|
|
7267
7379
|
"samsung": "29.0"
|
|
7268
7380
|
},
|
|
@@ -7392,6 +7504,7 @@
|
|
|
7392
7504
|
"opera-android": "85",
|
|
7393
7505
|
"opera_mobile": "85",
|
|
7394
7506
|
"quest": "35.0",
|
|
7507
|
+
"rhino": "1.9.0",
|
|
7395
7508
|
"safari": "18.2",
|
|
7396
7509
|
"samsung": "28.0"
|
|
7397
7510
|
},
|
|
@@ -7939,22 +8052,16 @@
|
|
|
7939
8052
|
"safari": "26.2"
|
|
7940
8053
|
},
|
|
7941
8054
|
"esnext.uint8-array.set-from-hex": {
|
|
7942
|
-
"android": "
|
|
8055
|
+
"android": "144",
|
|
7943
8056
|
"bun": "1.1.22",
|
|
7944
|
-
"chrome": "
|
|
7945
|
-
"chrome-android": "
|
|
7946
|
-
"
|
|
7947
|
-
"
|
|
7948
|
-
"electron": "38.0",
|
|
8057
|
+
"chrome": "144",
|
|
8058
|
+
"chrome-android": "144",
|
|
8059
|
+
"edge": "144",
|
|
8060
|
+
"electron": "40.0",
|
|
7949
8061
|
"firefox": "133",
|
|
7950
8062
|
"firefox-android": "133",
|
|
7951
8063
|
"ios": "18.2",
|
|
7952
|
-
"
|
|
7953
|
-
"oculus": "41.0",
|
|
7954
|
-
"opera": "124",
|
|
7955
|
-
"opera-android": "92",
|
|
7956
|
-
"opera_mobile": "92",
|
|
7957
|
-
"quest": "41.0",
|
|
8064
|
+
"opera": "128",
|
|
7958
8065
|
"safari": "18.2"
|
|
7959
8066
|
},
|
|
7960
8067
|
"esnext.uint8-array.to-base64": {
|
|
@@ -8000,17 +8107,29 @@
|
|
|
8000
8107
|
"esnext.weak-map.of": {},
|
|
8001
8108
|
"esnext.weak-map.emplace": {},
|
|
8002
8109
|
"esnext.weak-map.get-or-insert": {
|
|
8110
|
+
"android": "145",
|
|
8003
8111
|
"bun": "1.2.20",
|
|
8112
|
+
"chrome": "145",
|
|
8113
|
+
"chrome-android": "145",
|
|
8114
|
+
"edge": "145",
|
|
8115
|
+
"electron": "41.0",
|
|
8004
8116
|
"firefox": "144",
|
|
8005
8117
|
"firefox-android": "144",
|
|
8006
8118
|
"ios": "26.2",
|
|
8119
|
+
"opera": "129",
|
|
8007
8120
|
"safari": "26.2"
|
|
8008
8121
|
},
|
|
8009
8122
|
"esnext.weak-map.get-or-insert-computed": {
|
|
8123
|
+
"android": "145",
|
|
8010
8124
|
"bun": "1.2.20",
|
|
8125
|
+
"chrome": "145",
|
|
8126
|
+
"chrome-android": "145",
|
|
8127
|
+
"edge": "145",
|
|
8128
|
+
"electron": "41.0",
|
|
8011
8129
|
"firefox": "144",
|
|
8012
8130
|
"firefox-android": "144",
|
|
8013
8131
|
"ios": "26.2",
|
|
8132
|
+
"opera": "129",
|
|
8014
8133
|
"safari": "26.2"
|
|
8015
8134
|
},
|
|
8016
8135
|
"esnext.weak-map.upsert": {},
|
package/entries.json
CHANGED
|
@@ -106,6 +106,8 @@
|
|
|
106
106
|
"es.json.to-string-tag",
|
|
107
107
|
"es.map",
|
|
108
108
|
"es.map.group-by",
|
|
109
|
+
"es.map.get-or-insert",
|
|
110
|
+
"es.map.get-or-insert-computed",
|
|
109
111
|
"es.math.acosh",
|
|
110
112
|
"es.math.asinh",
|
|
111
113
|
"es.math.atanh",
|
|
@@ -292,6 +294,8 @@
|
|
|
292
294
|
"es.uint8-array.to-hex",
|
|
293
295
|
"es.unescape",
|
|
294
296
|
"es.weak-map",
|
|
297
|
+
"es.weak-map.get-or-insert",
|
|
298
|
+
"es.weak-map.get-or-insert-computed",
|
|
295
299
|
"es.weak-set",
|
|
296
300
|
"esnext.aggregate-error",
|
|
297
301
|
"esnext.suppressed-error.constructor",
|
|
@@ -638,6 +642,8 @@
|
|
|
638
642
|
"es.json.to-string-tag",
|
|
639
643
|
"es.map",
|
|
640
644
|
"es.map.group-by",
|
|
645
|
+
"es.map.get-or-insert",
|
|
646
|
+
"es.map.get-or-insert-computed",
|
|
641
647
|
"es.math.acosh",
|
|
642
648
|
"es.math.asinh",
|
|
643
649
|
"es.math.atanh",
|
|
@@ -824,6 +830,8 @@
|
|
|
824
830
|
"es.uint8-array.to-hex",
|
|
825
831
|
"es.unescape",
|
|
826
832
|
"es.weak-map",
|
|
833
|
+
"es.weak-map.get-or-insert",
|
|
834
|
+
"es.weak-map.get-or-insert-computed",
|
|
827
835
|
"es.weak-set",
|
|
828
836
|
"esnext.aggregate-error",
|
|
829
837
|
"esnext.suppressed-error.constructor",
|
|
@@ -2167,6 +2175,8 @@
|
|
|
2167
2175
|
"es.array.iterator",
|
|
2168
2176
|
"es.map",
|
|
2169
2177
|
"es.map.group-by",
|
|
2178
|
+
"es.map.get-or-insert",
|
|
2179
|
+
"es.map.get-or-insert-computed",
|
|
2170
2180
|
"es.object.to-string",
|
|
2171
2181
|
"es.string.iterator",
|
|
2172
2182
|
"esnext.map.get-or-insert",
|
|
@@ -2176,16 +2186,22 @@
|
|
|
2176
2186
|
],
|
|
2177
2187
|
"core-js/actual/map/get-or-insert": [
|
|
2178
2188
|
"es.map",
|
|
2189
|
+
"es.map.get-or-insert",
|
|
2179
2190
|
"esnext.map.get-or-insert"
|
|
2180
2191
|
],
|
|
2181
2192
|
"core-js/actual/map/get-or-insert-computed": [
|
|
2182
2193
|
"es.map",
|
|
2194
|
+
"es.map.get-or-insert-computed",
|
|
2183
2195
|
"esnext.map.get-or-insert-computed"
|
|
2184
2196
|
],
|
|
2185
2197
|
"core-js/actual/map/group-by": [
|
|
2186
2198
|
"es.map",
|
|
2187
2199
|
"es.map.group-by",
|
|
2200
|
+
"es.map.get-or-insert",
|
|
2201
|
+
"es.map.get-or-insert-computed",
|
|
2188
2202
|
"es.object.to-string",
|
|
2203
|
+
"esnext.map.get-or-insert",
|
|
2204
|
+
"esnext.map.get-or-insert-computed",
|
|
2189
2205
|
"esnext.map.group-by"
|
|
2190
2206
|
],
|
|
2191
2207
|
"core-js/actual/math": [
|
|
@@ -3944,16 +3960,20 @@
|
|
|
3944
3960
|
"es.array.iterator",
|
|
3945
3961
|
"es.object.to-string",
|
|
3946
3962
|
"es.weak-map",
|
|
3963
|
+
"es.weak-map.get-or-insert",
|
|
3964
|
+
"es.weak-map.get-or-insert-computed",
|
|
3947
3965
|
"esnext.weak-map.get-or-insert",
|
|
3948
3966
|
"esnext.weak-map.get-or-insert-computed",
|
|
3949
3967
|
"web.dom-collections.iterator"
|
|
3950
3968
|
],
|
|
3951
3969
|
"core-js/actual/weak-map/get-or-insert": [
|
|
3952
3970
|
"es.weak-map",
|
|
3971
|
+
"es.weak-map.get-or-insert",
|
|
3953
3972
|
"esnext.weak-map.get-or-insert"
|
|
3954
3973
|
],
|
|
3955
3974
|
"core-js/actual/weak-map/get-or-insert-computed": [
|
|
3956
3975
|
"es.weak-map",
|
|
3976
|
+
"es.weak-map.get-or-insert-computed",
|
|
3957
3977
|
"esnext.weak-map.get-or-insert-computed"
|
|
3958
3978
|
],
|
|
3959
3979
|
"core-js/actual/weak-set": [
|
|
@@ -4069,6 +4089,8 @@
|
|
|
4069
4089
|
"es.json.to-string-tag",
|
|
4070
4090
|
"es.map",
|
|
4071
4091
|
"es.map.group-by",
|
|
4092
|
+
"es.map.get-or-insert",
|
|
4093
|
+
"es.map.get-or-insert-computed",
|
|
4072
4094
|
"es.math.acosh",
|
|
4073
4095
|
"es.math.asinh",
|
|
4074
4096
|
"es.math.atanh",
|
|
@@ -4255,6 +4277,8 @@
|
|
|
4255
4277
|
"es.uint8-array.to-hex",
|
|
4256
4278
|
"es.unescape",
|
|
4257
4279
|
"es.weak-map",
|
|
4280
|
+
"es.weak-map.get-or-insert",
|
|
4281
|
+
"es.weak-map.get-or-insert-computed",
|
|
4258
4282
|
"es.weak-set"
|
|
4259
4283
|
],
|
|
4260
4284
|
"core-js/es/aggregate-error": [],
|
|
@@ -5082,12 +5106,24 @@
|
|
|
5082
5106
|
"es.array.iterator",
|
|
5083
5107
|
"es.map",
|
|
5084
5108
|
"es.map.group-by",
|
|
5109
|
+
"es.map.get-or-insert",
|
|
5110
|
+
"es.map.get-or-insert-computed",
|
|
5085
5111
|
"es.object.to-string",
|
|
5086
5112
|
"es.string.iterator"
|
|
5087
5113
|
],
|
|
5114
|
+
"core-js/es/map/get-or-insert": [
|
|
5115
|
+
"es.map",
|
|
5116
|
+
"es.map.get-or-insert"
|
|
5117
|
+
],
|
|
5118
|
+
"core-js/es/map/get-or-insert-computed": [
|
|
5119
|
+
"es.map",
|
|
5120
|
+
"es.map.get-or-insert-computed"
|
|
5121
|
+
],
|
|
5088
5122
|
"core-js/es/map/group-by": [
|
|
5089
5123
|
"es.map",
|
|
5090
5124
|
"es.map.group-by",
|
|
5125
|
+
"es.map.get-or-insert",
|
|
5126
|
+
"es.map.get-or-insert-computed",
|
|
5091
5127
|
"es.object.to-string"
|
|
5092
5128
|
],
|
|
5093
5129
|
"core-js/es/math": [
|
|
@@ -6593,7 +6629,17 @@
|
|
|
6593
6629
|
"core-js/es/weak-map": [
|
|
6594
6630
|
"es.array.iterator",
|
|
6595
6631
|
"es.object.to-string",
|
|
6596
|
-
"es.weak-map"
|
|
6632
|
+
"es.weak-map",
|
|
6633
|
+
"es.weak-map.get-or-insert",
|
|
6634
|
+
"es.weak-map.get-or-insert-computed"
|
|
6635
|
+
],
|
|
6636
|
+
"core-js/es/weak-map/get-or-insert": [
|
|
6637
|
+
"es.weak-map",
|
|
6638
|
+
"es.weak-map.get-or-insert"
|
|
6639
|
+
],
|
|
6640
|
+
"core-js/es/weak-map/get-or-insert-computed": [
|
|
6641
|
+
"es.weak-map",
|
|
6642
|
+
"es.weak-map.get-or-insert-computed"
|
|
6597
6643
|
],
|
|
6598
6644
|
"core-js/es/weak-set": [
|
|
6599
6645
|
"es.array.iterator",
|
|
@@ -6707,6 +6753,8 @@
|
|
|
6707
6753
|
"es.json.to-string-tag",
|
|
6708
6754
|
"es.map",
|
|
6709
6755
|
"es.map.group-by",
|
|
6756
|
+
"es.map.get-or-insert",
|
|
6757
|
+
"es.map.get-or-insert-computed",
|
|
6710
6758
|
"es.math.acosh",
|
|
6711
6759
|
"es.math.asinh",
|
|
6712
6760
|
"es.math.atanh",
|
|
@@ -6893,6 +6941,8 @@
|
|
|
6893
6941
|
"es.uint8-array.to-hex",
|
|
6894
6942
|
"es.unescape",
|
|
6895
6943
|
"es.weak-map",
|
|
6944
|
+
"es.weak-map.get-or-insert",
|
|
6945
|
+
"es.weak-map.get-or-insert-computed",
|
|
6896
6946
|
"es.weak-set",
|
|
6897
6947
|
"esnext.aggregate-error",
|
|
6898
6948
|
"esnext.suppressed-error.constructor",
|
|
@@ -8551,6 +8601,8 @@
|
|
|
8551
8601
|
"es.array.iterator",
|
|
8552
8602
|
"es.map",
|
|
8553
8603
|
"es.map.group-by",
|
|
8604
|
+
"es.map.get-or-insert",
|
|
8605
|
+
"es.map.get-or-insert-computed",
|
|
8554
8606
|
"es.object.to-string",
|
|
8555
8607
|
"es.string.iterator",
|
|
8556
8608
|
"esnext.map.delete-all",
|
|
@@ -8627,15 +8679,19 @@
|
|
|
8627
8679
|
],
|
|
8628
8680
|
"core-js/features/map/get-or-insert": [
|
|
8629
8681
|
"es.map",
|
|
8682
|
+
"es.map.get-or-insert",
|
|
8630
8683
|
"esnext.map.get-or-insert"
|
|
8631
8684
|
],
|
|
8632
8685
|
"core-js/features/map/get-or-insert-computed": [
|
|
8633
8686
|
"es.map",
|
|
8687
|
+
"es.map.get-or-insert-computed",
|
|
8634
8688
|
"esnext.map.get-or-insert-computed"
|
|
8635
8689
|
],
|
|
8636
8690
|
"core-js/features/map/group-by": [
|
|
8637
8691
|
"es.map",
|
|
8638
8692
|
"es.map.group-by",
|
|
8693
|
+
"es.map.get-or-insert",
|
|
8694
|
+
"es.map.get-or-insert-computed",
|
|
8639
8695
|
"es.object.to-string",
|
|
8640
8696
|
"esnext.map.delete-all",
|
|
8641
8697
|
"esnext.map.emplace",
|
|
@@ -10937,6 +10993,8 @@
|
|
|
10937
10993
|
"es.object.to-string",
|
|
10938
10994
|
"es.string.iterator",
|
|
10939
10995
|
"es.weak-map",
|
|
10996
|
+
"es.weak-map.get-or-insert",
|
|
10997
|
+
"es.weak-map.get-or-insert-computed",
|
|
10940
10998
|
"esnext.weak-map.delete-all",
|
|
10941
10999
|
"esnext.weak-map.from",
|
|
10942
11000
|
"esnext.weak-map.of",
|
|
@@ -10968,10 +11026,12 @@
|
|
|
10968
11026
|
],
|
|
10969
11027
|
"core-js/features/weak-map/get-or-insert": [
|
|
10970
11028
|
"es.weak-map",
|
|
11029
|
+
"es.weak-map.get-or-insert",
|
|
10971
11030
|
"esnext.weak-map.get-or-insert"
|
|
10972
11031
|
],
|
|
10973
11032
|
"core-js/features/weak-map/get-or-insert-computed": [
|
|
10974
11033
|
"es.weak-map",
|
|
11034
|
+
"es.weak-map.get-or-insert-computed",
|
|
10975
11035
|
"esnext.weak-map.get-or-insert-computed"
|
|
10976
11036
|
],
|
|
10977
11037
|
"core-js/features/weak-map/of": [
|
|
@@ -11132,6 +11192,8 @@
|
|
|
11132
11192
|
"es.json.to-string-tag",
|
|
11133
11193
|
"es.map",
|
|
11134
11194
|
"es.map.group-by",
|
|
11195
|
+
"es.map.get-or-insert",
|
|
11196
|
+
"es.map.get-or-insert-computed",
|
|
11135
11197
|
"es.math.acosh",
|
|
11136
11198
|
"es.math.asinh",
|
|
11137
11199
|
"es.math.atanh",
|
|
@@ -11318,6 +11380,8 @@
|
|
|
11318
11380
|
"es.uint8-array.to-hex",
|
|
11319
11381
|
"es.unescape",
|
|
11320
11382
|
"es.weak-map",
|
|
11383
|
+
"es.weak-map.get-or-insert",
|
|
11384
|
+
"es.weak-map.get-or-insert-computed",
|
|
11321
11385
|
"es.weak-set",
|
|
11322
11386
|
"esnext.aggregate-error",
|
|
11323
11387
|
"esnext.suppressed-error.constructor",
|
|
@@ -12976,6 +13040,8 @@
|
|
|
12976
13040
|
"es.array.iterator",
|
|
12977
13041
|
"es.map",
|
|
12978
13042
|
"es.map.group-by",
|
|
13043
|
+
"es.map.get-or-insert",
|
|
13044
|
+
"es.map.get-or-insert-computed",
|
|
12979
13045
|
"es.object.to-string",
|
|
12980
13046
|
"es.string.iterator",
|
|
12981
13047
|
"esnext.map.delete-all",
|
|
@@ -13052,15 +13118,19 @@
|
|
|
13052
13118
|
],
|
|
13053
13119
|
"core-js/full/map/get-or-insert": [
|
|
13054
13120
|
"es.map",
|
|
13121
|
+
"es.map.get-or-insert",
|
|
13055
13122
|
"esnext.map.get-or-insert"
|
|
13056
13123
|
],
|
|
13057
13124
|
"core-js/full/map/get-or-insert-computed": [
|
|
13058
13125
|
"es.map",
|
|
13126
|
+
"es.map.get-or-insert-computed",
|
|
13059
13127
|
"esnext.map.get-or-insert-computed"
|
|
13060
13128
|
],
|
|
13061
13129
|
"core-js/full/map/group-by": [
|
|
13062
13130
|
"es.map",
|
|
13063
13131
|
"es.map.group-by",
|
|
13132
|
+
"es.map.get-or-insert",
|
|
13133
|
+
"es.map.get-or-insert-computed",
|
|
13064
13134
|
"es.object.to-string",
|
|
13065
13135
|
"esnext.map.delete-all",
|
|
13066
13136
|
"esnext.map.emplace",
|
|
@@ -15362,6 +15432,8 @@
|
|
|
15362
15432
|
"es.object.to-string",
|
|
15363
15433
|
"es.string.iterator",
|
|
15364
15434
|
"es.weak-map",
|
|
15435
|
+
"es.weak-map.get-or-insert",
|
|
15436
|
+
"es.weak-map.get-or-insert-computed",
|
|
15365
15437
|
"esnext.weak-map.delete-all",
|
|
15366
15438
|
"esnext.weak-map.from",
|
|
15367
15439
|
"esnext.weak-map.of",
|
|
@@ -15393,10 +15465,12 @@
|
|
|
15393
15465
|
],
|
|
15394
15466
|
"core-js/full/weak-map/get-or-insert": [
|
|
15395
15467
|
"es.weak-map",
|
|
15468
|
+
"es.weak-map.get-or-insert",
|
|
15396
15469
|
"esnext.weak-map.get-or-insert"
|
|
15397
15470
|
],
|
|
15398
15471
|
"core-js/full/weak-map/get-or-insert-computed": [
|
|
15399
15472
|
"es.weak-map",
|
|
15473
|
+
"es.weak-map.get-or-insert-computed",
|
|
15400
15474
|
"esnext.weak-map.get-or-insert-computed"
|
|
15401
15475
|
],
|
|
15402
15476
|
"core-js/full/weak-map/of": [
|
|
@@ -15729,6 +15803,12 @@
|
|
|
15729
15803
|
"core-js/modules/es.map.constructor": [
|
|
15730
15804
|
"es.map.constructor"
|
|
15731
15805
|
],
|
|
15806
|
+
"core-js/modules/es.map.get-or-insert": [
|
|
15807
|
+
"es.map.get-or-insert"
|
|
15808
|
+
],
|
|
15809
|
+
"core-js/modules/es.map.get-or-insert-computed": [
|
|
15810
|
+
"es.map.get-or-insert-computed"
|
|
15811
|
+
],
|
|
15732
15812
|
"core-js/modules/es.map.group-by": [
|
|
15733
15813
|
"es.map.group-by"
|
|
15734
15814
|
],
|
|
@@ -16377,6 +16457,12 @@
|
|
|
16377
16457
|
"core-js/modules/es.weak-map.constructor": [
|
|
16378
16458
|
"es.weak-map.constructor"
|
|
16379
16459
|
],
|
|
16460
|
+
"core-js/modules/es.weak-map.get-or-insert": [
|
|
16461
|
+
"es.weak-map.get-or-insert"
|
|
16462
|
+
],
|
|
16463
|
+
"core-js/modules/es.weak-map.get-or-insert-computed": [
|
|
16464
|
+
"es.weak-map.get-or-insert-computed"
|
|
16465
|
+
],
|
|
16380
16466
|
"core-js/modules/es.weak-set": [
|
|
16381
16467
|
"es.weak-set"
|
|
16382
16468
|
],
|
|
@@ -17998,6 +18084,8 @@
|
|
|
17998
18084
|
"es.json.to-string-tag",
|
|
17999
18085
|
"es.map",
|
|
18000
18086
|
"es.map.group-by",
|
|
18087
|
+
"es.map.get-or-insert",
|
|
18088
|
+
"es.map.get-or-insert-computed",
|
|
18001
18089
|
"es.math.acosh",
|
|
18002
18090
|
"es.math.asinh",
|
|
18003
18091
|
"es.math.atanh",
|
|
@@ -18184,6 +18272,8 @@
|
|
|
18184
18272
|
"es.uint8-array.to-hex",
|
|
18185
18273
|
"es.unescape",
|
|
18186
18274
|
"es.weak-map",
|
|
18275
|
+
"es.weak-map.get-or-insert",
|
|
18276
|
+
"es.weak-map.get-or-insert-computed",
|
|
18187
18277
|
"es.weak-set",
|
|
18188
18278
|
"web.atob",
|
|
18189
18279
|
"web.btoa",
|
|
@@ -19088,13 +19178,25 @@
|
|
|
19088
19178
|
"es.array.iterator",
|
|
19089
19179
|
"es.map",
|
|
19090
19180
|
"es.map.group-by",
|
|
19181
|
+
"es.map.get-or-insert",
|
|
19182
|
+
"es.map.get-or-insert-computed",
|
|
19091
19183
|
"es.object.to-string",
|
|
19092
19184
|
"es.string.iterator",
|
|
19093
19185
|
"web.dom-collections.iterator"
|
|
19094
19186
|
],
|
|
19187
|
+
"core-js/stable/map/get-or-insert": [
|
|
19188
|
+
"es.map",
|
|
19189
|
+
"es.map.get-or-insert"
|
|
19190
|
+
],
|
|
19191
|
+
"core-js/stable/map/get-or-insert-computed": [
|
|
19192
|
+
"es.map",
|
|
19193
|
+
"es.map.get-or-insert-computed"
|
|
19194
|
+
],
|
|
19095
19195
|
"core-js/stable/map/group-by": [
|
|
19096
19196
|
"es.map",
|
|
19097
19197
|
"es.map.group-by",
|
|
19198
|
+
"es.map.get-or-insert",
|
|
19199
|
+
"es.map.get-or-insert-computed",
|
|
19098
19200
|
"es.object.to-string"
|
|
19099
19201
|
],
|
|
19100
19202
|
"core-js/stable/math": [
|
|
@@ -20663,8 +20765,18 @@
|
|
|
20663
20765
|
"es.array.iterator",
|
|
20664
20766
|
"es.object.to-string",
|
|
20665
20767
|
"es.weak-map",
|
|
20768
|
+
"es.weak-map.get-or-insert",
|
|
20769
|
+
"es.weak-map.get-or-insert-computed",
|
|
20666
20770
|
"web.dom-collections.iterator"
|
|
20667
20771
|
],
|
|
20772
|
+
"core-js/stable/weak-map/get-or-insert": [
|
|
20773
|
+
"es.weak-map",
|
|
20774
|
+
"es.weak-map.get-or-insert"
|
|
20775
|
+
],
|
|
20776
|
+
"core-js/stable/weak-map/get-or-insert-computed": [
|
|
20777
|
+
"es.weak-map",
|
|
20778
|
+
"es.weak-map.get-or-insert-computed"
|
|
20779
|
+
],
|
|
20668
20780
|
"core-js/stable/weak-set": [
|
|
20669
20781
|
"es.array.iterator",
|
|
20670
20782
|
"es.object.to-string",
|
|
@@ -21700,6 +21812,8 @@
|
|
|
21700
21812
|
"esnext.json.is-raw-json",
|
|
21701
21813
|
"esnext.json.parse",
|
|
21702
21814
|
"esnext.json.raw-json",
|
|
21815
|
+
"esnext.map.get-or-insert",
|
|
21816
|
+
"esnext.map.get-or-insert-computed",
|
|
21703
21817
|
"esnext.map.group-by",
|
|
21704
21818
|
"esnext.math.f16round",
|
|
21705
21819
|
"esnext.math.sum-precise",
|
|
@@ -21734,7 +21848,9 @@
|
|
|
21734
21848
|
"esnext.uint8-array.set-from-base64",
|
|
21735
21849
|
"esnext.uint8-array.set-from-hex",
|
|
21736
21850
|
"esnext.uint8-array.to-base64",
|
|
21737
|
-
"esnext.uint8-array.to-hex"
|
|
21851
|
+
"esnext.uint8-array.to-hex",
|
|
21852
|
+
"esnext.weak-map.get-or-insert",
|
|
21853
|
+
"esnext.weak-map.get-or-insert-computed"
|
|
21738
21854
|
],
|
|
21739
21855
|
"core-js/stage/pre": [
|
|
21740
21856
|
"es.map",
|
package/modules-by-versions.json
CHANGED
package/modules.json
CHANGED
|
@@ -105,6 +105,8 @@
|
|
|
105
105
|
"es.json.to-string-tag",
|
|
106
106
|
"es.map",
|
|
107
107
|
"es.map.group-by",
|
|
108
|
+
"es.map.get-or-insert",
|
|
109
|
+
"es.map.get-or-insert-computed",
|
|
108
110
|
"es.math.acosh",
|
|
109
111
|
"es.math.asinh",
|
|
110
112
|
"es.math.atanh",
|
|
@@ -291,6 +293,8 @@
|
|
|
291
293
|
"es.uint8-array.to-hex",
|
|
292
294
|
"es.unescape",
|
|
293
295
|
"es.weak-map",
|
|
296
|
+
"es.weak-map.get-or-insert",
|
|
297
|
+
"es.weak-map.get-or-insert-computed",
|
|
294
298
|
"es.weak-set",
|
|
295
299
|
"esnext.aggregate-error",
|
|
296
300
|
"esnext.suppressed-error.constructor",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.48.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "core-js compat",
|
|
6
6
|
"repository": {
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"main": "index.js",
|
|
27
27
|
"types": "index.d.ts",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"browserslist": "^4.28.
|
|
29
|
+
"browserslist": "^4.28.1"
|
|
30
30
|
}
|
|
31
31
|
}
|