core-js-compat 3.33.2 → 3.34.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/README.md +3 -3
- package/data.json +69 -3
- package/entries.json +274 -80
- package/modules-by-versions.json +9 -0
- package/modules.json +7 -0
- package/package.json +2 -2
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.34', // 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
|
|
|
@@ -125,9 +125,9 @@ require('core-js-compat/modules'); // => Array<ModuleName>
|
|
|
125
125
|
require('core-js-compat').modules; // => Array<ModuleName>
|
|
126
126
|
|
|
127
127
|
// the subset of modules which available in the passed `core-js` version:
|
|
128
|
-
require('core-js-compat/get-modules-list-for-target-version')('3.
|
|
128
|
+
require('core-js-compat/get-modules-list-for-target-version')('3.34'); // => Array<ModuleName>
|
|
129
129
|
// or
|
|
130
|
-
require('core-js-compat').getModulesListForTargetVersion('3.
|
|
130
|
+
require('core-js-compat').getModulesListForTargetVersion('3.34'); // => Array<ModuleName>
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
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/compat/), the example:
|
package/data.json
CHANGED
|
@@ -1700,6 +1700,22 @@
|
|
|
1700
1700
|
"safari": "10.0",
|
|
1701
1701
|
"samsung": "5.0"
|
|
1702
1702
|
},
|
|
1703
|
+
"es.map.group-by": {
|
|
1704
|
+
"android": "117",
|
|
1705
|
+
"chrome": "117",
|
|
1706
|
+
"chrome-android": "117",
|
|
1707
|
+
"deno": "1.37",
|
|
1708
|
+
"edge": "117",
|
|
1709
|
+
"electron": "27.0",
|
|
1710
|
+
"firefox": "119",
|
|
1711
|
+
"firefox-android": "119",
|
|
1712
|
+
"node": "21.0",
|
|
1713
|
+
"oculus": "30.0",
|
|
1714
|
+
"opera": "103",
|
|
1715
|
+
"opera-android": "78",
|
|
1716
|
+
"opera_mobile": "78",
|
|
1717
|
+
"quest": "30.0"
|
|
1718
|
+
},
|
|
1703
1719
|
"es.math.acosh": {
|
|
1704
1720
|
"android": "54",
|
|
1705
1721
|
"bun": "0.1.1",
|
|
@@ -2715,6 +2731,22 @@
|
|
|
2715
2731
|
"safari": "9.0",
|
|
2716
2732
|
"samsung": "4.0"
|
|
2717
2733
|
},
|
|
2734
|
+
"es.object.group-by": {
|
|
2735
|
+
"android": "117",
|
|
2736
|
+
"chrome": "117",
|
|
2737
|
+
"chrome-android": "117",
|
|
2738
|
+
"deno": "1.37",
|
|
2739
|
+
"edge": "117",
|
|
2740
|
+
"electron": "27.0",
|
|
2741
|
+
"firefox": "119",
|
|
2742
|
+
"firefox-android": "119",
|
|
2743
|
+
"node": "21.0",
|
|
2744
|
+
"oculus": "30.0",
|
|
2745
|
+
"opera": "103",
|
|
2746
|
+
"opera-android": "78",
|
|
2747
|
+
"opera_mobile": "78",
|
|
2748
|
+
"quest": "30.0"
|
|
2749
|
+
},
|
|
2718
2750
|
"es.object.has-own": {
|
|
2719
2751
|
"android": "93",
|
|
2720
2752
|
"bun": "0.1.1",
|
|
@@ -3166,6 +3198,18 @@
|
|
|
3166
3198
|
"safari": "13.0.3",
|
|
3167
3199
|
"samsung": "9.0"
|
|
3168
3200
|
},
|
|
3201
|
+
"es.promise.with-resolvers": {
|
|
3202
|
+
"android": "119",
|
|
3203
|
+
"bun": "0.7.1",
|
|
3204
|
+
"chrome": "119",
|
|
3205
|
+
"chrome-android": "119",
|
|
3206
|
+
"deno": "1.38",
|
|
3207
|
+
"edge": "119",
|
|
3208
|
+
"electron": "28.0",
|
|
3209
|
+
"firefox": "121",
|
|
3210
|
+
"firefox-android": "121",
|
|
3211
|
+
"opera": "105"
|
|
3212
|
+
},
|
|
3169
3213
|
"es.reflect.apply": {
|
|
3170
3214
|
"android": "49",
|
|
3171
3215
|
"bun": "0.1.1",
|
|
@@ -5383,6 +5427,7 @@
|
|
|
5383
5427
|
"esnext.suppressed-error.constructor": {},
|
|
5384
5428
|
"esnext.array.from-async": {
|
|
5385
5429
|
"bun": "0.3.0",
|
|
5430
|
+
"deno": "1.38",
|
|
5386
5431
|
"firefox": "115",
|
|
5387
5432
|
"firefox-android": "115",
|
|
5388
5433
|
"ios": "16.4",
|
|
@@ -5721,9 +5766,11 @@
|
|
|
5721
5766
|
"firefox": "119",
|
|
5722
5767
|
"firefox-android": "119",
|
|
5723
5768
|
"node": "21.0",
|
|
5769
|
+
"oculus": "30.0",
|
|
5724
5770
|
"opera": "103",
|
|
5725
5771
|
"opera-android": "78",
|
|
5726
|
-
"opera_mobile": "78"
|
|
5772
|
+
"opera_mobile": "78",
|
|
5773
|
+
"quest": "30.0"
|
|
5727
5774
|
},
|
|
5728
5775
|
"esnext.map.includes": {},
|
|
5729
5776
|
"esnext.map.key-by": {},
|
|
@@ -5788,9 +5835,11 @@
|
|
|
5788
5835
|
"firefox": "119",
|
|
5789
5836
|
"firefox-android": "119",
|
|
5790
5837
|
"node": "21.0",
|
|
5838
|
+
"oculus": "30.0",
|
|
5791
5839
|
"opera": "103",
|
|
5792
5840
|
"opera-android": "78",
|
|
5793
|
-
"opera_mobile": "78"
|
|
5841
|
+
"opera_mobile": "78",
|
|
5842
|
+
"quest": "30.0"
|
|
5794
5843
|
},
|
|
5795
5844
|
"esnext.observable": {},
|
|
5796
5845
|
"esnext.promise.all-settled": {
|
|
@@ -5839,8 +5888,11 @@
|
|
|
5839
5888
|
"bun": "0.7.1",
|
|
5840
5889
|
"chrome": "119",
|
|
5841
5890
|
"chrome-android": "119",
|
|
5891
|
+
"deno": "1.38",
|
|
5842
5892
|
"edge": "119",
|
|
5843
5893
|
"electron": "28.0",
|
|
5894
|
+
"firefox": "121",
|
|
5895
|
+
"firefox-android": "121",
|
|
5844
5896
|
"opera": "105"
|
|
5845
5897
|
},
|
|
5846
5898
|
"esnext.reflect.define-metadata": {},
|
|
@@ -5967,9 +6019,11 @@
|
|
|
5967
6019
|
"samsung": "22.0"
|
|
5968
6020
|
},
|
|
5969
6021
|
"esnext.symbol.async-dispose": {
|
|
6022
|
+
"deno": "1.38",
|
|
5970
6023
|
"node": "20.5.0"
|
|
5971
6024
|
},
|
|
5972
6025
|
"esnext.symbol.dispose": {
|
|
6026
|
+
"deno": "1.38",
|
|
5973
6027
|
"node": "20.5.0"
|
|
5974
6028
|
},
|
|
5975
6029
|
"esnext.symbol.is-registered-symbol": {},
|
|
@@ -6113,6 +6167,10 @@
|
|
|
6113
6167
|
"safari": "16.4",
|
|
6114
6168
|
"samsung": "21.0"
|
|
6115
6169
|
},
|
|
6170
|
+
"esnext.uint8-array.from-base64": {},
|
|
6171
|
+
"esnext.uint8-array.from-hex": {},
|
|
6172
|
+
"esnext.uint8-array.to-base64": {},
|
|
6173
|
+
"esnext.uint8-array.to-hex": {},
|
|
6116
6174
|
"esnext.weak-map.delete-all": {},
|
|
6117
6175
|
"esnext.weak-map.from": {},
|
|
6118
6176
|
"esnext.weak-map.of": {},
|
|
@@ -6351,7 +6409,7 @@
|
|
|
6351
6409
|
"chrome-android": "120",
|
|
6352
6410
|
"deno": "1.33.2",
|
|
6353
6411
|
"edge": "120",
|
|
6354
|
-
"electron": "
|
|
6412
|
+
"electron": "28.0",
|
|
6355
6413
|
"firefox": "115",
|
|
6356
6414
|
"firefox-android": "115",
|
|
6357
6415
|
"ios": "17.0",
|
|
@@ -6410,7 +6468,11 @@
|
|
|
6410
6468
|
"firefox-android": "115",
|
|
6411
6469
|
"ios": "17.0",
|
|
6412
6470
|
"node": "20.2.0",
|
|
6471
|
+
"oculus": "30.0",
|
|
6413
6472
|
"opera": "104",
|
|
6473
|
+
"opera-android": "79",
|
|
6474
|
+
"opera_mobile": "79",
|
|
6475
|
+
"quest": "30.0",
|
|
6414
6476
|
"safari": "17.0"
|
|
6415
6477
|
},
|
|
6416
6478
|
"web.url-search-params.has": {
|
|
@@ -6424,7 +6486,11 @@
|
|
|
6424
6486
|
"firefox-android": "115",
|
|
6425
6487
|
"ios": "17.0",
|
|
6426
6488
|
"node": "20.2.0",
|
|
6489
|
+
"oculus": "30.0",
|
|
6427
6490
|
"opera": "104",
|
|
6491
|
+
"opera-android": "79",
|
|
6492
|
+
"opera_mobile": "79",
|
|
6493
|
+
"quest": "30.0",
|
|
6428
6494
|
"safari": "17.0"
|
|
6429
6495
|
},
|
|
6430
6496
|
"web.url-search-params.size": {
|
package/entries.json
CHANGED
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"es.json.stringify",
|
|
78
78
|
"es.json.to-string-tag",
|
|
79
79
|
"es.map",
|
|
80
|
+
"es.map.group-by",
|
|
80
81
|
"es.math.acosh",
|
|
81
82
|
"es.math.asinh",
|
|
82
83
|
"es.math.atanh",
|
|
@@ -121,6 +122,7 @@
|
|
|
121
122
|
"es.object.get-own-property-descriptors",
|
|
122
123
|
"es.object.get-own-property-names",
|
|
123
124
|
"es.object.get-prototype-of",
|
|
125
|
+
"es.object.group-by",
|
|
124
126
|
"es.object.has-own",
|
|
125
127
|
"es.object.is",
|
|
126
128
|
"es.object.is-extensible",
|
|
@@ -141,6 +143,7 @@
|
|
|
141
143
|
"es.promise.all-settled",
|
|
142
144
|
"es.promise.any",
|
|
143
145
|
"es.promise.finally",
|
|
146
|
+
"es.promise.with-resolvers",
|
|
144
147
|
"es.reflect.apply",
|
|
145
148
|
"es.reflect.construct",
|
|
146
149
|
"es.reflect.define-property",
|
|
@@ -430,6 +433,10 @@
|
|
|
430
433
|
"esnext.typed-array.to-spliced",
|
|
431
434
|
"esnext.typed-array.unique-by",
|
|
432
435
|
"esnext.typed-array.with",
|
|
436
|
+
"esnext.uint8-array.from-base64",
|
|
437
|
+
"esnext.uint8-array.from-hex",
|
|
438
|
+
"esnext.uint8-array.to-base64",
|
|
439
|
+
"esnext.uint8-array.to-hex",
|
|
433
440
|
"esnext.weak-map.delete-all",
|
|
434
441
|
"esnext.weak-map.from",
|
|
435
442
|
"esnext.weak-map.of",
|
|
@@ -537,6 +544,7 @@
|
|
|
537
544
|
"es.json.stringify",
|
|
538
545
|
"es.json.to-string-tag",
|
|
539
546
|
"es.map",
|
|
547
|
+
"es.map.group-by",
|
|
540
548
|
"es.math.acosh",
|
|
541
549
|
"es.math.asinh",
|
|
542
550
|
"es.math.atanh",
|
|
@@ -581,6 +589,7 @@
|
|
|
581
589
|
"es.object.get-own-property-descriptors",
|
|
582
590
|
"es.object.get-own-property-names",
|
|
583
591
|
"es.object.get-prototype-of",
|
|
592
|
+
"es.object.group-by",
|
|
584
593
|
"es.object.has-own",
|
|
585
594
|
"es.object.is",
|
|
586
595
|
"es.object.is-extensible",
|
|
@@ -601,6 +610,7 @@
|
|
|
601
610
|
"es.promise.all-settled",
|
|
602
611
|
"es.promise.any",
|
|
603
612
|
"es.promise.finally",
|
|
613
|
+
"es.promise.with-resolvers",
|
|
604
614
|
"es.reflect.apply",
|
|
605
615
|
"es.reflect.construct",
|
|
606
616
|
"es.reflect.define-property",
|
|
@@ -805,15 +815,7 @@
|
|
|
805
815
|
"web.url-search-params.has",
|
|
806
816
|
"web.url-search-params.size"
|
|
807
817
|
],
|
|
808
|
-
"core-js/actual/aggregate-error": [
|
|
809
|
-
"es.error.cause",
|
|
810
|
-
"es.aggregate-error",
|
|
811
|
-
"es.aggregate-error.cause",
|
|
812
|
-
"es.array.iterator",
|
|
813
|
-
"es.string.iterator",
|
|
814
|
-
"esnext.aggregate-error",
|
|
815
|
-
"web.dom-collections.iterator"
|
|
816
|
-
],
|
|
818
|
+
"core-js/actual/aggregate-error": [],
|
|
817
819
|
"core-js/actual/array": [
|
|
818
820
|
"es.array.at",
|
|
819
821
|
"es.array.concat",
|
|
@@ -1871,6 +1873,7 @@
|
|
|
1871
1873
|
"core-js/actual/map": [
|
|
1872
1874
|
"es.array.iterator",
|
|
1873
1875
|
"es.map",
|
|
1876
|
+
"es.map.group-by",
|
|
1874
1877
|
"es.object.to-string",
|
|
1875
1878
|
"es.string.iterator",
|
|
1876
1879
|
"esnext.map.group-by",
|
|
@@ -1878,6 +1881,7 @@
|
|
|
1878
1881
|
],
|
|
1879
1882
|
"core-js/actual/map/group-by": [
|
|
1880
1883
|
"es.map",
|
|
1884
|
+
"es.map.group-by",
|
|
1881
1885
|
"esnext.map.group-by"
|
|
1882
1886
|
],
|
|
1883
1887
|
"core-js/actual/math": [
|
|
@@ -2043,6 +2047,7 @@
|
|
|
2043
2047
|
"es.object.get-own-property-descriptors",
|
|
2044
2048
|
"es.object.get-own-property-names",
|
|
2045
2049
|
"es.object.get-prototype-of",
|
|
2050
|
+
"es.object.group-by",
|
|
2046
2051
|
"es.object.has-own",
|
|
2047
2052
|
"es.object.is",
|
|
2048
2053
|
"es.object.is-extensible",
|
|
@@ -2107,6 +2112,7 @@
|
|
|
2107
2112
|
],
|
|
2108
2113
|
"core-js/actual/object/group-by": [
|
|
2109
2114
|
"es.object.create",
|
|
2115
|
+
"es.object.group-by",
|
|
2110
2116
|
"esnext.object.group-by"
|
|
2111
2117
|
],
|
|
2112
2118
|
"core-js/actual/object/has-own": [
|
|
@@ -2168,6 +2174,7 @@
|
|
|
2168
2174
|
"es.promise.all-settled",
|
|
2169
2175
|
"es.promise.any",
|
|
2170
2176
|
"es.promise.finally",
|
|
2177
|
+
"es.promise.with-resolvers",
|
|
2171
2178
|
"es.string.iterator",
|
|
2172
2179
|
"esnext.promise.with-resolvers",
|
|
2173
2180
|
"web.dom-collections.iterator"
|
|
@@ -2196,6 +2203,7 @@
|
|
|
2196
2203
|
],
|
|
2197
2204
|
"core-js/actual/promise/with-resolvers": [
|
|
2198
2205
|
"es.promise",
|
|
2206
|
+
"es.promise.with-resolvers",
|
|
2199
2207
|
"esnext.promise.with-resolvers"
|
|
2200
2208
|
],
|
|
2201
2209
|
"core-js/actual/queue-microtask": [
|
|
@@ -2689,11 +2697,7 @@
|
|
|
2689
2697
|
"web.dom-exception.to-string-tag",
|
|
2690
2698
|
"web.structured-clone"
|
|
2691
2699
|
],
|
|
2692
|
-
"core-js/actual/suppressed-error": [
|
|
2693
|
-
"es.error.cause",
|
|
2694
|
-
"es.error.to-string",
|
|
2695
|
-
"esnext.suppressed-error.constructor"
|
|
2696
|
-
],
|
|
2700
|
+
"core-js/actual/suppressed-error": [],
|
|
2697
2701
|
"core-js/actual/symbol": [
|
|
2698
2702
|
"es.symbol",
|
|
2699
2703
|
"es.symbol.description",
|
|
@@ -3519,6 +3523,7 @@
|
|
|
3519
3523
|
"es.json.stringify",
|
|
3520
3524
|
"es.json.to-string-tag",
|
|
3521
3525
|
"es.map",
|
|
3526
|
+
"es.map.group-by",
|
|
3522
3527
|
"es.math.acosh",
|
|
3523
3528
|
"es.math.asinh",
|
|
3524
3529
|
"es.math.atanh",
|
|
@@ -3563,6 +3568,7 @@
|
|
|
3563
3568
|
"es.object.get-own-property-descriptors",
|
|
3564
3569
|
"es.object.get-own-property-names",
|
|
3565
3570
|
"es.object.get-prototype-of",
|
|
3571
|
+
"es.object.group-by",
|
|
3566
3572
|
"es.object.has-own",
|
|
3567
3573
|
"es.object.is",
|
|
3568
3574
|
"es.object.is-extensible",
|
|
@@ -3583,6 +3589,7 @@
|
|
|
3583
3589
|
"es.promise.all-settled",
|
|
3584
3590
|
"es.promise.any",
|
|
3585
3591
|
"es.promise.finally",
|
|
3592
|
+
"es.promise.with-resolvers",
|
|
3586
3593
|
"es.reflect.apply",
|
|
3587
3594
|
"es.reflect.construct",
|
|
3588
3595
|
"es.reflect.define-property",
|
|
@@ -3685,13 +3692,7 @@
|
|
|
3685
3692
|
"es.weak-map",
|
|
3686
3693
|
"es.weak-set"
|
|
3687
3694
|
],
|
|
3688
|
-
"core-js/es/aggregate-error": [
|
|
3689
|
-
"es.error.cause",
|
|
3690
|
-
"es.aggregate-error",
|
|
3691
|
-
"es.aggregate-error.cause",
|
|
3692
|
-
"es.array.iterator",
|
|
3693
|
-
"es.string.iterator"
|
|
3694
|
-
],
|
|
3695
|
+
"core-js/es/aggregate-error": [],
|
|
3695
3696
|
"core-js/es/array": [
|
|
3696
3697
|
"es.array.at",
|
|
3697
3698
|
"es.array.concat",
|
|
@@ -4287,9 +4288,14 @@
|
|
|
4287
4288
|
"core-js/es/map": [
|
|
4288
4289
|
"es.array.iterator",
|
|
4289
4290
|
"es.map",
|
|
4291
|
+
"es.map.group-by",
|
|
4290
4292
|
"es.object.to-string",
|
|
4291
4293
|
"es.string.iterator"
|
|
4292
4294
|
],
|
|
4295
|
+
"core-js/es/map/group-by": [
|
|
4296
|
+
"es.map",
|
|
4297
|
+
"es.map.group-by"
|
|
4298
|
+
],
|
|
4293
4299
|
"core-js/es/math": [
|
|
4294
4300
|
"es.math.acosh",
|
|
4295
4301
|
"es.math.asinh",
|
|
@@ -4449,6 +4455,7 @@
|
|
|
4449
4455
|
"es.object.get-own-property-descriptors",
|
|
4450
4456
|
"es.object.get-own-property-names",
|
|
4451
4457
|
"es.object.get-prototype-of",
|
|
4458
|
+
"es.object.group-by",
|
|
4452
4459
|
"es.object.has-own",
|
|
4453
4460
|
"es.object.is",
|
|
4454
4461
|
"es.object.is-extensible",
|
|
@@ -4508,6 +4515,10 @@
|
|
|
4508
4515
|
"core-js/es/object/get-prototype-of": [
|
|
4509
4516
|
"es.object.get-prototype-of"
|
|
4510
4517
|
],
|
|
4518
|
+
"core-js/es/object/group-by": [
|
|
4519
|
+
"es.object.create",
|
|
4520
|
+
"es.object.group-by"
|
|
4521
|
+
],
|
|
4511
4522
|
"core-js/es/object/has-own": [
|
|
4512
4523
|
"es.object.has-own"
|
|
4513
4524
|
],
|
|
@@ -4567,6 +4578,7 @@
|
|
|
4567
4578
|
"es.promise.all-settled",
|
|
4568
4579
|
"es.promise.any",
|
|
4569
4580
|
"es.promise.finally",
|
|
4581
|
+
"es.promise.with-resolvers",
|
|
4570
4582
|
"es.string.iterator"
|
|
4571
4583
|
],
|
|
4572
4584
|
"core-js/es/promise/all-settled": [
|
|
@@ -4589,6 +4601,10 @@
|
|
|
4589
4601
|
"es.promise",
|
|
4590
4602
|
"es.promise.finally"
|
|
4591
4603
|
],
|
|
4604
|
+
"core-js/es/promise/with-resolvers": [
|
|
4605
|
+
"es.promise",
|
|
4606
|
+
"es.promise.with-resolvers"
|
|
4607
|
+
],
|
|
4592
4608
|
"core-js/es/reflect": [
|
|
4593
4609
|
"es.object.to-string",
|
|
4594
4610
|
"es.reflect.apply",
|
|
@@ -5720,6 +5736,7 @@
|
|
|
5720
5736
|
"es.json.stringify",
|
|
5721
5737
|
"es.json.to-string-tag",
|
|
5722
5738
|
"es.map",
|
|
5739
|
+
"es.map.group-by",
|
|
5723
5740
|
"es.math.acosh",
|
|
5724
5741
|
"es.math.asinh",
|
|
5725
5742
|
"es.math.atanh",
|
|
@@ -5764,6 +5781,7 @@
|
|
|
5764
5781
|
"es.object.get-own-property-descriptors",
|
|
5765
5782
|
"es.object.get-own-property-names",
|
|
5766
5783
|
"es.object.get-prototype-of",
|
|
5784
|
+
"es.object.group-by",
|
|
5767
5785
|
"es.object.has-own",
|
|
5768
5786
|
"es.object.is",
|
|
5769
5787
|
"es.object.is-extensible",
|
|
@@ -5784,6 +5802,7 @@
|
|
|
5784
5802
|
"es.promise.all-settled",
|
|
5785
5803
|
"es.promise.any",
|
|
5786
5804
|
"es.promise.finally",
|
|
5805
|
+
"es.promise.with-resolvers",
|
|
5787
5806
|
"es.reflect.apply",
|
|
5788
5807
|
"es.reflect.construct",
|
|
5789
5808
|
"es.reflect.define-property",
|
|
@@ -6073,6 +6092,10 @@
|
|
|
6073
6092
|
"esnext.typed-array.to-spliced",
|
|
6074
6093
|
"esnext.typed-array.unique-by",
|
|
6075
6094
|
"esnext.typed-array.with",
|
|
6095
|
+
"esnext.uint8-array.from-base64",
|
|
6096
|
+
"esnext.uint8-array.from-hex",
|
|
6097
|
+
"esnext.uint8-array.to-base64",
|
|
6098
|
+
"esnext.uint8-array.to-hex",
|
|
6076
6099
|
"esnext.weak-map.delete-all",
|
|
6077
6100
|
"esnext.weak-map.from",
|
|
6078
6101
|
"esnext.weak-map.of",
|
|
@@ -6102,15 +6125,7 @@
|
|
|
6102
6125
|
"web.url-search-params.has",
|
|
6103
6126
|
"web.url-search-params.size"
|
|
6104
6127
|
],
|
|
6105
|
-
"core-js/features/aggregate-error": [
|
|
6106
|
-
"es.error.cause",
|
|
6107
|
-
"es.aggregate-error",
|
|
6108
|
-
"es.aggregate-error.cause",
|
|
6109
|
-
"es.array.iterator",
|
|
6110
|
-
"es.string.iterator",
|
|
6111
|
-
"esnext.aggregate-error",
|
|
6112
|
-
"web.dom-collections.iterator"
|
|
6113
|
-
],
|
|
6128
|
+
"core-js/features/aggregate-error": [],
|
|
6114
6129
|
"core-js/features/array": [
|
|
6115
6130
|
"es.array.at",
|
|
6116
6131
|
"es.array.concat",
|
|
@@ -7315,6 +7330,7 @@
|
|
|
7315
7330
|
"core-js/features/map": [
|
|
7316
7331
|
"es.array.iterator",
|
|
7317
7332
|
"es.map",
|
|
7333
|
+
"es.map.group-by",
|
|
7318
7334
|
"es.object.to-string",
|
|
7319
7335
|
"es.string.iterator",
|
|
7320
7336
|
"esnext.map.delete-all",
|
|
@@ -7372,6 +7388,7 @@
|
|
|
7372
7388
|
],
|
|
7373
7389
|
"core-js/features/map/group-by": [
|
|
7374
7390
|
"es.map",
|
|
7391
|
+
"es.map.group-by",
|
|
7375
7392
|
"esnext.map.group-by"
|
|
7376
7393
|
],
|
|
7377
7394
|
"core-js/features/map/includes": [
|
|
@@ -7648,6 +7665,7 @@
|
|
|
7648
7665
|
"es.object.get-own-property-descriptors",
|
|
7649
7666
|
"es.object.get-own-property-names",
|
|
7650
7667
|
"es.object.get-prototype-of",
|
|
7668
|
+
"es.object.group-by",
|
|
7651
7669
|
"es.object.has-own",
|
|
7652
7670
|
"es.object.is",
|
|
7653
7671
|
"es.object.is-extensible",
|
|
@@ -7716,6 +7734,7 @@
|
|
|
7716
7734
|
],
|
|
7717
7735
|
"core-js/features/object/group-by": [
|
|
7718
7736
|
"es.object.create",
|
|
7737
|
+
"es.object.group-by",
|
|
7719
7738
|
"esnext.object.group-by"
|
|
7720
7739
|
],
|
|
7721
7740
|
"core-js/features/object/has-own": [
|
|
@@ -7794,6 +7813,7 @@
|
|
|
7794
7813
|
"es.promise.all-settled",
|
|
7795
7814
|
"es.promise.any",
|
|
7796
7815
|
"es.promise.finally",
|
|
7816
|
+
"es.promise.with-resolvers",
|
|
7797
7817
|
"es.string.iterator",
|
|
7798
7818
|
"esnext.aggregate-error",
|
|
7799
7819
|
"esnext.promise.all-settled",
|
|
@@ -7833,6 +7853,7 @@
|
|
|
7833
7853
|
],
|
|
7834
7854
|
"core-js/features/promise/with-resolvers": [
|
|
7835
7855
|
"es.promise",
|
|
7856
|
+
"es.promise.with-resolvers",
|
|
7836
7857
|
"esnext.promise.with-resolvers"
|
|
7837
7858
|
],
|
|
7838
7859
|
"core-js/features/queue-microtask": [
|
|
@@ -8493,11 +8514,7 @@
|
|
|
8493
8514
|
"web.dom-exception.to-string-tag",
|
|
8494
8515
|
"web.structured-clone"
|
|
8495
8516
|
],
|
|
8496
|
-
"core-js/features/suppressed-error": [
|
|
8497
|
-
"es.error.cause",
|
|
8498
|
-
"es.error.to-string",
|
|
8499
|
-
"esnext.suppressed-error.constructor"
|
|
8500
|
-
],
|
|
8517
|
+
"core-js/features/suppressed-error": [],
|
|
8501
8518
|
"core-js/features/symbol": [
|
|
8502
8519
|
"es.symbol",
|
|
8503
8520
|
"es.symbol.description",
|
|
@@ -8701,7 +8718,11 @@
|
|
|
8701
8718
|
"esnext.typed-array.to-sorted",
|
|
8702
8719
|
"esnext.typed-array.to-spliced",
|
|
8703
8720
|
"esnext.typed-array.unique-by",
|
|
8704
|
-
"esnext.typed-array.with"
|
|
8721
|
+
"esnext.typed-array.with",
|
|
8722
|
+
"esnext.uint8-array.from-base64",
|
|
8723
|
+
"esnext.uint8-array.from-hex",
|
|
8724
|
+
"esnext.uint8-array.to-base64",
|
|
8725
|
+
"esnext.uint8-array.to-hex"
|
|
8705
8726
|
],
|
|
8706
8727
|
"core-js/features/typed-array/at": [
|
|
8707
8728
|
"es.typed-array.at",
|
|
@@ -8793,7 +8814,11 @@
|
|
|
8793
8814
|
"esnext.typed-array.to-sorted",
|
|
8794
8815
|
"esnext.typed-array.to-spliced",
|
|
8795
8816
|
"esnext.typed-array.unique-by",
|
|
8796
|
-
"esnext.typed-array.with"
|
|
8817
|
+
"esnext.typed-array.with",
|
|
8818
|
+
"esnext.uint8-array.from-base64",
|
|
8819
|
+
"esnext.uint8-array.from-hex",
|
|
8820
|
+
"esnext.uint8-array.to-base64",
|
|
8821
|
+
"esnext.uint8-array.to-hex"
|
|
8797
8822
|
],
|
|
8798
8823
|
"core-js/features/typed-array/float64-array": [
|
|
8799
8824
|
"es.array-buffer.constructor",
|
|
@@ -8845,7 +8870,11 @@
|
|
|
8845
8870
|
"esnext.typed-array.to-sorted",
|
|
8846
8871
|
"esnext.typed-array.to-spliced",
|
|
8847
8872
|
"esnext.typed-array.unique-by",
|
|
8848
|
-
"esnext.typed-array.with"
|
|
8873
|
+
"esnext.typed-array.with",
|
|
8874
|
+
"esnext.uint8-array.from-base64",
|
|
8875
|
+
"esnext.uint8-array.from-hex",
|
|
8876
|
+
"esnext.uint8-array.to-base64",
|
|
8877
|
+
"esnext.uint8-array.to-hex"
|
|
8849
8878
|
],
|
|
8850
8879
|
"core-js/features/typed-array/for-each": [
|
|
8851
8880
|
"es.typed-array.for-each"
|
|
@@ -8856,6 +8885,12 @@
|
|
|
8856
8885
|
"core-js/features/typed-array/from-async": [
|
|
8857
8886
|
"esnext.typed-array.from-async"
|
|
8858
8887
|
],
|
|
8888
|
+
"core-js/features/typed-array/from-base64": [
|
|
8889
|
+
"esnext.uint8-array.from-base64"
|
|
8890
|
+
],
|
|
8891
|
+
"core-js/features/typed-array/from-hex": [
|
|
8892
|
+
"esnext.uint8-array.from-hex"
|
|
8893
|
+
],
|
|
8859
8894
|
"core-js/features/typed-array/group-by": [
|
|
8860
8895
|
"esnext.typed-array.group-by"
|
|
8861
8896
|
],
|
|
@@ -8915,7 +8950,11 @@
|
|
|
8915
8950
|
"esnext.typed-array.to-sorted",
|
|
8916
8951
|
"esnext.typed-array.to-spliced",
|
|
8917
8952
|
"esnext.typed-array.unique-by",
|
|
8918
|
-
"esnext.typed-array.with"
|
|
8953
|
+
"esnext.typed-array.with",
|
|
8954
|
+
"esnext.uint8-array.from-base64",
|
|
8955
|
+
"esnext.uint8-array.from-hex",
|
|
8956
|
+
"esnext.uint8-array.to-base64",
|
|
8957
|
+
"esnext.uint8-array.to-hex"
|
|
8919
8958
|
],
|
|
8920
8959
|
"core-js/features/typed-array/int32-array": [
|
|
8921
8960
|
"es.array-buffer.constructor",
|
|
@@ -8967,7 +9006,11 @@
|
|
|
8967
9006
|
"esnext.typed-array.to-sorted",
|
|
8968
9007
|
"esnext.typed-array.to-spliced",
|
|
8969
9008
|
"esnext.typed-array.unique-by",
|
|
8970
|
-
"esnext.typed-array.with"
|
|
9009
|
+
"esnext.typed-array.with",
|
|
9010
|
+
"esnext.uint8-array.from-base64",
|
|
9011
|
+
"esnext.uint8-array.from-hex",
|
|
9012
|
+
"esnext.uint8-array.to-base64",
|
|
9013
|
+
"esnext.uint8-array.to-hex"
|
|
8971
9014
|
],
|
|
8972
9015
|
"core-js/features/typed-array/int8-array": [
|
|
8973
9016
|
"es.array-buffer.constructor",
|
|
@@ -9019,7 +9062,11 @@
|
|
|
9019
9062
|
"esnext.typed-array.to-sorted",
|
|
9020
9063
|
"esnext.typed-array.to-spliced",
|
|
9021
9064
|
"esnext.typed-array.unique-by",
|
|
9022
|
-
"esnext.typed-array.with"
|
|
9065
|
+
"esnext.typed-array.with",
|
|
9066
|
+
"esnext.uint8-array.from-base64",
|
|
9067
|
+
"esnext.uint8-array.from-hex",
|
|
9068
|
+
"esnext.uint8-array.to-base64",
|
|
9069
|
+
"esnext.uint8-array.to-hex"
|
|
9023
9070
|
],
|
|
9024
9071
|
"core-js/features/typed-array/iterator": [
|
|
9025
9072
|
"es.object.to-string",
|
|
@@ -9085,7 +9132,11 @@
|
|
|
9085
9132
|
"esnext.typed-array.to-sorted",
|
|
9086
9133
|
"esnext.typed-array.to-spliced",
|
|
9087
9134
|
"esnext.typed-array.unique-by",
|
|
9088
|
-
"esnext.typed-array.with"
|
|
9135
|
+
"esnext.typed-array.with",
|
|
9136
|
+
"esnext.uint8-array.from-base64",
|
|
9137
|
+
"esnext.uint8-array.from-hex",
|
|
9138
|
+
"esnext.uint8-array.to-base64",
|
|
9139
|
+
"esnext.uint8-array.to-hex"
|
|
9089
9140
|
],
|
|
9090
9141
|
"core-js/features/typed-array/of": [
|
|
9091
9142
|
"es.typed-array.of"
|
|
@@ -9114,6 +9165,12 @@
|
|
|
9114
9165
|
"core-js/features/typed-array/subarray": [
|
|
9115
9166
|
"es.typed-array.subarray"
|
|
9116
9167
|
],
|
|
9168
|
+
"core-js/features/typed-array/to-base64": [
|
|
9169
|
+
"esnext.uint8-array.to-base64"
|
|
9170
|
+
],
|
|
9171
|
+
"core-js/features/typed-array/to-hex": [
|
|
9172
|
+
"esnext.uint8-array.to-hex"
|
|
9173
|
+
],
|
|
9117
9174
|
"core-js/features/typed-array/to-locale-string": [
|
|
9118
9175
|
"es.typed-array.to-locale-string"
|
|
9119
9176
|
],
|
|
@@ -9182,7 +9239,11 @@
|
|
|
9182
9239
|
"esnext.typed-array.to-sorted",
|
|
9183
9240
|
"esnext.typed-array.to-spliced",
|
|
9184
9241
|
"esnext.typed-array.unique-by",
|
|
9185
|
-
"esnext.typed-array.with"
|
|
9242
|
+
"esnext.typed-array.with",
|
|
9243
|
+
"esnext.uint8-array.from-base64",
|
|
9244
|
+
"esnext.uint8-array.from-hex",
|
|
9245
|
+
"esnext.uint8-array.to-base64",
|
|
9246
|
+
"esnext.uint8-array.to-hex"
|
|
9186
9247
|
],
|
|
9187
9248
|
"core-js/features/typed-array/uint32-array": [
|
|
9188
9249
|
"es.array-buffer.constructor",
|
|
@@ -9234,7 +9295,11 @@
|
|
|
9234
9295
|
"esnext.typed-array.to-sorted",
|
|
9235
9296
|
"esnext.typed-array.to-spliced",
|
|
9236
9297
|
"esnext.typed-array.unique-by",
|
|
9237
|
-
"esnext.typed-array.with"
|
|
9298
|
+
"esnext.typed-array.with",
|
|
9299
|
+
"esnext.uint8-array.from-base64",
|
|
9300
|
+
"esnext.uint8-array.from-hex",
|
|
9301
|
+
"esnext.uint8-array.to-base64",
|
|
9302
|
+
"esnext.uint8-array.to-hex"
|
|
9238
9303
|
],
|
|
9239
9304
|
"core-js/features/typed-array/uint8-array": [
|
|
9240
9305
|
"es.array-buffer.constructor",
|
|
@@ -9286,7 +9351,11 @@
|
|
|
9286
9351
|
"esnext.typed-array.to-sorted",
|
|
9287
9352
|
"esnext.typed-array.to-spliced",
|
|
9288
9353
|
"esnext.typed-array.unique-by",
|
|
9289
|
-
"esnext.typed-array.with"
|
|
9354
|
+
"esnext.typed-array.with",
|
|
9355
|
+
"esnext.uint8-array.from-base64",
|
|
9356
|
+
"esnext.uint8-array.from-hex",
|
|
9357
|
+
"esnext.uint8-array.to-base64",
|
|
9358
|
+
"esnext.uint8-array.to-hex"
|
|
9290
9359
|
],
|
|
9291
9360
|
"core-js/features/typed-array/uint8-clamped-array": [
|
|
9292
9361
|
"es.array-buffer.constructor",
|
|
@@ -9338,7 +9407,11 @@
|
|
|
9338
9407
|
"esnext.typed-array.to-sorted",
|
|
9339
9408
|
"esnext.typed-array.to-spliced",
|
|
9340
9409
|
"esnext.typed-array.unique-by",
|
|
9341
|
-
"esnext.typed-array.with"
|
|
9410
|
+
"esnext.typed-array.with",
|
|
9411
|
+
"esnext.uint8-array.from-base64",
|
|
9412
|
+
"esnext.uint8-array.from-hex",
|
|
9413
|
+
"esnext.uint8-array.to-base64",
|
|
9414
|
+
"esnext.uint8-array.to-hex"
|
|
9342
9415
|
],
|
|
9343
9416
|
"core-js/features/typed-array/unique-by": [
|
|
9344
9417
|
"es.map",
|
|
@@ -9523,6 +9596,7 @@
|
|
|
9523
9596
|
"es.json.stringify",
|
|
9524
9597
|
"es.json.to-string-tag",
|
|
9525
9598
|
"es.map",
|
|
9599
|
+
"es.map.group-by",
|
|
9526
9600
|
"es.math.acosh",
|
|
9527
9601
|
"es.math.asinh",
|
|
9528
9602
|
"es.math.atanh",
|
|
@@ -9567,6 +9641,7 @@
|
|
|
9567
9641
|
"es.object.get-own-property-descriptors",
|
|
9568
9642
|
"es.object.get-own-property-names",
|
|
9569
9643
|
"es.object.get-prototype-of",
|
|
9644
|
+
"es.object.group-by",
|
|
9570
9645
|
"es.object.has-own",
|
|
9571
9646
|
"es.object.is",
|
|
9572
9647
|
"es.object.is-extensible",
|
|
@@ -9587,6 +9662,7 @@
|
|
|
9587
9662
|
"es.promise.all-settled",
|
|
9588
9663
|
"es.promise.any",
|
|
9589
9664
|
"es.promise.finally",
|
|
9665
|
+
"es.promise.with-resolvers",
|
|
9590
9666
|
"es.reflect.apply",
|
|
9591
9667
|
"es.reflect.construct",
|
|
9592
9668
|
"es.reflect.define-property",
|
|
@@ -9876,6 +9952,10 @@
|
|
|
9876
9952
|
"esnext.typed-array.to-spliced",
|
|
9877
9953
|
"esnext.typed-array.unique-by",
|
|
9878
9954
|
"esnext.typed-array.with",
|
|
9955
|
+
"esnext.uint8-array.from-base64",
|
|
9956
|
+
"esnext.uint8-array.from-hex",
|
|
9957
|
+
"esnext.uint8-array.to-base64",
|
|
9958
|
+
"esnext.uint8-array.to-hex",
|
|
9879
9959
|
"esnext.weak-map.delete-all",
|
|
9880
9960
|
"esnext.weak-map.from",
|
|
9881
9961
|
"esnext.weak-map.of",
|
|
@@ -9905,15 +9985,7 @@
|
|
|
9905
9985
|
"web.url-search-params.has",
|
|
9906
9986
|
"web.url-search-params.size"
|
|
9907
9987
|
],
|
|
9908
|
-
"core-js/full/aggregate-error": [
|
|
9909
|
-
"es.error.cause",
|
|
9910
|
-
"es.aggregate-error",
|
|
9911
|
-
"es.aggregate-error.cause",
|
|
9912
|
-
"es.array.iterator",
|
|
9913
|
-
"es.string.iterator",
|
|
9914
|
-
"esnext.aggregate-error",
|
|
9915
|
-
"web.dom-collections.iterator"
|
|
9916
|
-
],
|
|
9988
|
+
"core-js/full/aggregate-error": [],
|
|
9917
9989
|
"core-js/full/array": [
|
|
9918
9990
|
"es.array.at",
|
|
9919
9991
|
"es.array.concat",
|
|
@@ -11118,6 +11190,7 @@
|
|
|
11118
11190
|
"core-js/full/map": [
|
|
11119
11191
|
"es.array.iterator",
|
|
11120
11192
|
"es.map",
|
|
11193
|
+
"es.map.group-by",
|
|
11121
11194
|
"es.object.to-string",
|
|
11122
11195
|
"es.string.iterator",
|
|
11123
11196
|
"esnext.map.delete-all",
|
|
@@ -11175,6 +11248,7 @@
|
|
|
11175
11248
|
],
|
|
11176
11249
|
"core-js/full/map/group-by": [
|
|
11177
11250
|
"es.map",
|
|
11251
|
+
"es.map.group-by",
|
|
11178
11252
|
"esnext.map.group-by"
|
|
11179
11253
|
],
|
|
11180
11254
|
"core-js/full/map/includes": [
|
|
@@ -11451,6 +11525,7 @@
|
|
|
11451
11525
|
"es.object.get-own-property-descriptors",
|
|
11452
11526
|
"es.object.get-own-property-names",
|
|
11453
11527
|
"es.object.get-prototype-of",
|
|
11528
|
+
"es.object.group-by",
|
|
11454
11529
|
"es.object.has-own",
|
|
11455
11530
|
"es.object.is",
|
|
11456
11531
|
"es.object.is-extensible",
|
|
@@ -11519,6 +11594,7 @@
|
|
|
11519
11594
|
],
|
|
11520
11595
|
"core-js/full/object/group-by": [
|
|
11521
11596
|
"es.object.create",
|
|
11597
|
+
"es.object.group-by",
|
|
11522
11598
|
"esnext.object.group-by"
|
|
11523
11599
|
],
|
|
11524
11600
|
"core-js/full/object/has-own": [
|
|
@@ -11597,6 +11673,7 @@
|
|
|
11597
11673
|
"es.promise.all-settled",
|
|
11598
11674
|
"es.promise.any",
|
|
11599
11675
|
"es.promise.finally",
|
|
11676
|
+
"es.promise.with-resolvers",
|
|
11600
11677
|
"es.string.iterator",
|
|
11601
11678
|
"esnext.aggregate-error",
|
|
11602
11679
|
"esnext.promise.all-settled",
|
|
@@ -11636,6 +11713,7 @@
|
|
|
11636
11713
|
],
|
|
11637
11714
|
"core-js/full/promise/with-resolvers": [
|
|
11638
11715
|
"es.promise",
|
|
11716
|
+
"es.promise.with-resolvers",
|
|
11639
11717
|
"esnext.promise.with-resolvers"
|
|
11640
11718
|
],
|
|
11641
11719
|
"core-js/full/queue-microtask": [
|
|
@@ -12296,11 +12374,7 @@
|
|
|
12296
12374
|
"web.dom-exception.to-string-tag",
|
|
12297
12375
|
"web.structured-clone"
|
|
12298
12376
|
],
|
|
12299
|
-
"core-js/full/suppressed-error": [
|
|
12300
|
-
"es.error.cause",
|
|
12301
|
-
"es.error.to-string",
|
|
12302
|
-
"esnext.suppressed-error.constructor"
|
|
12303
|
-
],
|
|
12377
|
+
"core-js/full/suppressed-error": [],
|
|
12304
12378
|
"core-js/full/symbol": [
|
|
12305
12379
|
"es.symbol",
|
|
12306
12380
|
"es.symbol.description",
|
|
@@ -12504,7 +12578,11 @@
|
|
|
12504
12578
|
"esnext.typed-array.to-sorted",
|
|
12505
12579
|
"esnext.typed-array.to-spliced",
|
|
12506
12580
|
"esnext.typed-array.unique-by",
|
|
12507
|
-
"esnext.typed-array.with"
|
|
12581
|
+
"esnext.typed-array.with",
|
|
12582
|
+
"esnext.uint8-array.from-base64",
|
|
12583
|
+
"esnext.uint8-array.from-hex",
|
|
12584
|
+
"esnext.uint8-array.to-base64",
|
|
12585
|
+
"esnext.uint8-array.to-hex"
|
|
12508
12586
|
],
|
|
12509
12587
|
"core-js/full/typed-array/at": [
|
|
12510
12588
|
"es.typed-array.at",
|
|
@@ -12596,7 +12674,11 @@
|
|
|
12596
12674
|
"esnext.typed-array.to-sorted",
|
|
12597
12675
|
"esnext.typed-array.to-spliced",
|
|
12598
12676
|
"esnext.typed-array.unique-by",
|
|
12599
|
-
"esnext.typed-array.with"
|
|
12677
|
+
"esnext.typed-array.with",
|
|
12678
|
+
"esnext.uint8-array.from-base64",
|
|
12679
|
+
"esnext.uint8-array.from-hex",
|
|
12680
|
+
"esnext.uint8-array.to-base64",
|
|
12681
|
+
"esnext.uint8-array.to-hex"
|
|
12600
12682
|
],
|
|
12601
12683
|
"core-js/full/typed-array/float64-array": [
|
|
12602
12684
|
"es.array-buffer.constructor",
|
|
@@ -12648,7 +12730,11 @@
|
|
|
12648
12730
|
"esnext.typed-array.to-sorted",
|
|
12649
12731
|
"esnext.typed-array.to-spliced",
|
|
12650
12732
|
"esnext.typed-array.unique-by",
|
|
12651
|
-
"esnext.typed-array.with"
|
|
12733
|
+
"esnext.typed-array.with",
|
|
12734
|
+
"esnext.uint8-array.from-base64",
|
|
12735
|
+
"esnext.uint8-array.from-hex",
|
|
12736
|
+
"esnext.uint8-array.to-base64",
|
|
12737
|
+
"esnext.uint8-array.to-hex"
|
|
12652
12738
|
],
|
|
12653
12739
|
"core-js/full/typed-array/for-each": [
|
|
12654
12740
|
"es.typed-array.for-each"
|
|
@@ -12659,6 +12745,12 @@
|
|
|
12659
12745
|
"core-js/full/typed-array/from-async": [
|
|
12660
12746
|
"esnext.typed-array.from-async"
|
|
12661
12747
|
],
|
|
12748
|
+
"core-js/full/typed-array/from-base64": [
|
|
12749
|
+
"esnext.uint8-array.from-base64"
|
|
12750
|
+
],
|
|
12751
|
+
"core-js/full/typed-array/from-hex": [
|
|
12752
|
+
"esnext.uint8-array.from-hex"
|
|
12753
|
+
],
|
|
12662
12754
|
"core-js/full/typed-array/group-by": [
|
|
12663
12755
|
"esnext.typed-array.group-by"
|
|
12664
12756
|
],
|
|
@@ -12718,7 +12810,11 @@
|
|
|
12718
12810
|
"esnext.typed-array.to-sorted",
|
|
12719
12811
|
"esnext.typed-array.to-spliced",
|
|
12720
12812
|
"esnext.typed-array.unique-by",
|
|
12721
|
-
"esnext.typed-array.with"
|
|
12813
|
+
"esnext.typed-array.with",
|
|
12814
|
+
"esnext.uint8-array.from-base64",
|
|
12815
|
+
"esnext.uint8-array.from-hex",
|
|
12816
|
+
"esnext.uint8-array.to-base64",
|
|
12817
|
+
"esnext.uint8-array.to-hex"
|
|
12722
12818
|
],
|
|
12723
12819
|
"core-js/full/typed-array/int32-array": [
|
|
12724
12820
|
"es.array-buffer.constructor",
|
|
@@ -12770,7 +12866,11 @@
|
|
|
12770
12866
|
"esnext.typed-array.to-sorted",
|
|
12771
12867
|
"esnext.typed-array.to-spliced",
|
|
12772
12868
|
"esnext.typed-array.unique-by",
|
|
12773
|
-
"esnext.typed-array.with"
|
|
12869
|
+
"esnext.typed-array.with",
|
|
12870
|
+
"esnext.uint8-array.from-base64",
|
|
12871
|
+
"esnext.uint8-array.from-hex",
|
|
12872
|
+
"esnext.uint8-array.to-base64",
|
|
12873
|
+
"esnext.uint8-array.to-hex"
|
|
12774
12874
|
],
|
|
12775
12875
|
"core-js/full/typed-array/int8-array": [
|
|
12776
12876
|
"es.array-buffer.constructor",
|
|
@@ -12822,7 +12922,11 @@
|
|
|
12822
12922
|
"esnext.typed-array.to-sorted",
|
|
12823
12923
|
"esnext.typed-array.to-spliced",
|
|
12824
12924
|
"esnext.typed-array.unique-by",
|
|
12825
|
-
"esnext.typed-array.with"
|
|
12925
|
+
"esnext.typed-array.with",
|
|
12926
|
+
"esnext.uint8-array.from-base64",
|
|
12927
|
+
"esnext.uint8-array.from-hex",
|
|
12928
|
+
"esnext.uint8-array.to-base64",
|
|
12929
|
+
"esnext.uint8-array.to-hex"
|
|
12826
12930
|
],
|
|
12827
12931
|
"core-js/full/typed-array/iterator": [
|
|
12828
12932
|
"es.object.to-string",
|
|
@@ -12888,7 +12992,11 @@
|
|
|
12888
12992
|
"esnext.typed-array.to-sorted",
|
|
12889
12993
|
"esnext.typed-array.to-spliced",
|
|
12890
12994
|
"esnext.typed-array.unique-by",
|
|
12891
|
-
"esnext.typed-array.with"
|
|
12995
|
+
"esnext.typed-array.with",
|
|
12996
|
+
"esnext.uint8-array.from-base64",
|
|
12997
|
+
"esnext.uint8-array.from-hex",
|
|
12998
|
+
"esnext.uint8-array.to-base64",
|
|
12999
|
+
"esnext.uint8-array.to-hex"
|
|
12892
13000
|
],
|
|
12893
13001
|
"core-js/full/typed-array/of": [
|
|
12894
13002
|
"es.typed-array.of"
|
|
@@ -12917,6 +13025,12 @@
|
|
|
12917
13025
|
"core-js/full/typed-array/subarray": [
|
|
12918
13026
|
"es.typed-array.subarray"
|
|
12919
13027
|
],
|
|
13028
|
+
"core-js/full/typed-array/to-base64": [
|
|
13029
|
+
"esnext.uint8-array.to-base64"
|
|
13030
|
+
],
|
|
13031
|
+
"core-js/full/typed-array/to-hex": [
|
|
13032
|
+
"esnext.uint8-array.to-hex"
|
|
13033
|
+
],
|
|
12920
13034
|
"core-js/full/typed-array/to-locale-string": [
|
|
12921
13035
|
"es.typed-array.to-locale-string"
|
|
12922
13036
|
],
|
|
@@ -12985,7 +13099,11 @@
|
|
|
12985
13099
|
"esnext.typed-array.to-sorted",
|
|
12986
13100
|
"esnext.typed-array.to-spliced",
|
|
12987
13101
|
"esnext.typed-array.unique-by",
|
|
12988
|
-
"esnext.typed-array.with"
|
|
13102
|
+
"esnext.typed-array.with",
|
|
13103
|
+
"esnext.uint8-array.from-base64",
|
|
13104
|
+
"esnext.uint8-array.from-hex",
|
|
13105
|
+
"esnext.uint8-array.to-base64",
|
|
13106
|
+
"esnext.uint8-array.to-hex"
|
|
12989
13107
|
],
|
|
12990
13108
|
"core-js/full/typed-array/uint32-array": [
|
|
12991
13109
|
"es.array-buffer.constructor",
|
|
@@ -13037,7 +13155,11 @@
|
|
|
13037
13155
|
"esnext.typed-array.to-sorted",
|
|
13038
13156
|
"esnext.typed-array.to-spliced",
|
|
13039
13157
|
"esnext.typed-array.unique-by",
|
|
13040
|
-
"esnext.typed-array.with"
|
|
13158
|
+
"esnext.typed-array.with",
|
|
13159
|
+
"esnext.uint8-array.from-base64",
|
|
13160
|
+
"esnext.uint8-array.from-hex",
|
|
13161
|
+
"esnext.uint8-array.to-base64",
|
|
13162
|
+
"esnext.uint8-array.to-hex"
|
|
13041
13163
|
],
|
|
13042
13164
|
"core-js/full/typed-array/uint8-array": [
|
|
13043
13165
|
"es.array-buffer.constructor",
|
|
@@ -13089,7 +13211,11 @@
|
|
|
13089
13211
|
"esnext.typed-array.to-sorted",
|
|
13090
13212
|
"esnext.typed-array.to-spliced",
|
|
13091
13213
|
"esnext.typed-array.unique-by",
|
|
13092
|
-
"esnext.typed-array.with"
|
|
13214
|
+
"esnext.typed-array.with",
|
|
13215
|
+
"esnext.uint8-array.from-base64",
|
|
13216
|
+
"esnext.uint8-array.from-hex",
|
|
13217
|
+
"esnext.uint8-array.to-base64",
|
|
13218
|
+
"esnext.uint8-array.to-hex"
|
|
13093
13219
|
],
|
|
13094
13220
|
"core-js/full/typed-array/uint8-clamped-array": [
|
|
13095
13221
|
"es.array-buffer.constructor",
|
|
@@ -13141,7 +13267,11 @@
|
|
|
13141
13267
|
"esnext.typed-array.to-sorted",
|
|
13142
13268
|
"esnext.typed-array.to-spliced",
|
|
13143
13269
|
"esnext.typed-array.unique-by",
|
|
13144
|
-
"esnext.typed-array.with"
|
|
13270
|
+
"esnext.typed-array.with",
|
|
13271
|
+
"esnext.uint8-array.from-base64",
|
|
13272
|
+
"esnext.uint8-array.from-hex",
|
|
13273
|
+
"esnext.uint8-array.to-base64",
|
|
13274
|
+
"esnext.uint8-array.to-hex"
|
|
13145
13275
|
],
|
|
13146
13276
|
"core-js/full/typed-array/unique-by": [
|
|
13147
13277
|
"es.map",
|
|
@@ -13443,6 +13573,9 @@
|
|
|
13443
13573
|
"core-js/modules/es.map.constructor": [
|
|
13444
13574
|
"es.map.constructor"
|
|
13445
13575
|
],
|
|
13576
|
+
"core-js/modules/es.map.group-by": [
|
|
13577
|
+
"es.map.group-by"
|
|
13578
|
+
],
|
|
13446
13579
|
"core-js/modules/es.math.acosh": [
|
|
13447
13580
|
"es.math.acosh"
|
|
13448
13581
|
],
|
|
@@ -13578,6 +13711,9 @@
|
|
|
13578
13711
|
"core-js/modules/es.object.get-prototype-of": [
|
|
13579
13712
|
"es.object.get-prototype-of"
|
|
13580
13713
|
],
|
|
13714
|
+
"core-js/modules/es.object.group-by": [
|
|
13715
|
+
"es.object.group-by"
|
|
13716
|
+
],
|
|
13581
13717
|
"core-js/modules/es.object.has-own": [
|
|
13582
13718
|
"es.object.has-own"
|
|
13583
13719
|
],
|
|
@@ -13656,6 +13792,9 @@
|
|
|
13656
13792
|
"core-js/modules/es.promise.resolve": [
|
|
13657
13793
|
"es.promise.resolve"
|
|
13658
13794
|
],
|
|
13795
|
+
"core-js/modules/es.promise.with-resolvers": [
|
|
13796
|
+
"es.promise.with-resolvers"
|
|
13797
|
+
],
|
|
13659
13798
|
"core-js/modules/es.reflect.apply": [
|
|
13660
13799
|
"es.reflect.apply"
|
|
13661
13800
|
],
|
|
@@ -14604,6 +14743,18 @@
|
|
|
14604
14743
|
"core-js/modules/esnext.typed-array.with": [
|
|
14605
14744
|
"esnext.typed-array.with"
|
|
14606
14745
|
],
|
|
14746
|
+
"core-js/modules/esnext.uint8-array.from-base64": [
|
|
14747
|
+
"esnext.uint8-array.from-base64"
|
|
14748
|
+
],
|
|
14749
|
+
"core-js/modules/esnext.uint8-array.from-hex": [
|
|
14750
|
+
"esnext.uint8-array.from-hex"
|
|
14751
|
+
],
|
|
14752
|
+
"core-js/modules/esnext.uint8-array.to-base64": [
|
|
14753
|
+
"esnext.uint8-array.to-base64"
|
|
14754
|
+
],
|
|
14755
|
+
"core-js/modules/esnext.uint8-array.to-hex": [
|
|
14756
|
+
"esnext.uint8-array.to-hex"
|
|
14757
|
+
],
|
|
14607
14758
|
"core-js/modules/esnext.weak-map.delete-all": [
|
|
14608
14759
|
"esnext.weak-map.delete-all"
|
|
14609
14760
|
],
|
|
@@ -14897,6 +15048,10 @@
|
|
|
14897
15048
|
"esnext.typed-array.to-spliced",
|
|
14898
15049
|
"esnext.typed-array.unique-by",
|
|
14899
15050
|
"esnext.typed-array.with",
|
|
15051
|
+
"esnext.uint8-array.from-base64",
|
|
15052
|
+
"esnext.uint8-array.from-hex",
|
|
15053
|
+
"esnext.uint8-array.to-base64",
|
|
15054
|
+
"esnext.uint8-array.to-hex",
|
|
14900
15055
|
"esnext.weak-map.delete-all",
|
|
14901
15056
|
"esnext.weak-map.from",
|
|
14902
15057
|
"esnext.weak-map.of",
|
|
@@ -14917,6 +15072,12 @@
|
|
|
14917
15072
|
"core-js/proposals/accessible-object-hasownproperty": [
|
|
14918
15073
|
"esnext.object.has-own"
|
|
14919
15074
|
],
|
|
15075
|
+
"core-js/proposals/array-buffer-base64": [
|
|
15076
|
+
"esnext.uint8-array.from-base64",
|
|
15077
|
+
"esnext.uint8-array.from-hex",
|
|
15078
|
+
"esnext.uint8-array.to-base64",
|
|
15079
|
+
"esnext.uint8-array.to-hex"
|
|
15080
|
+
],
|
|
14920
15081
|
"core-js/proposals/array-buffer-transfer": [
|
|
14921
15082
|
"esnext.array-buffer.detached",
|
|
14922
15083
|
"esnext.array-buffer.transfer",
|
|
@@ -15481,6 +15642,7 @@
|
|
|
15481
15642
|
"es.json.stringify",
|
|
15482
15643
|
"es.json.to-string-tag",
|
|
15483
15644
|
"es.map",
|
|
15645
|
+
"es.map.group-by",
|
|
15484
15646
|
"es.math.acosh",
|
|
15485
15647
|
"es.math.asinh",
|
|
15486
15648
|
"es.math.atanh",
|
|
@@ -15525,6 +15687,7 @@
|
|
|
15525
15687
|
"es.object.get-own-property-descriptors",
|
|
15526
15688
|
"es.object.get-own-property-names",
|
|
15527
15689
|
"es.object.get-prototype-of",
|
|
15690
|
+
"es.object.group-by",
|
|
15528
15691
|
"es.object.has-own",
|
|
15529
15692
|
"es.object.is",
|
|
15530
15693
|
"es.object.is-extensible",
|
|
@@ -15545,6 +15708,7 @@
|
|
|
15545
15708
|
"es.promise.all-settled",
|
|
15546
15709
|
"es.promise.any",
|
|
15547
15710
|
"es.promise.finally",
|
|
15711
|
+
"es.promise.with-resolvers",
|
|
15548
15712
|
"es.reflect.apply",
|
|
15549
15713
|
"es.reflect.construct",
|
|
15550
15714
|
"es.reflect.define-property",
|
|
@@ -15666,15 +15830,7 @@
|
|
|
15666
15830
|
"web.url-search-params.has",
|
|
15667
15831
|
"web.url-search-params.size"
|
|
15668
15832
|
],
|
|
15669
|
-
"core-js/stable/aggregate-error": [
|
|
15670
|
-
"es.error.cause",
|
|
15671
|
-
"es.aggregate-error",
|
|
15672
|
-
"es.aggregate-error.cause",
|
|
15673
|
-
"es.array.iterator",
|
|
15674
|
-
"es.string.iterator",
|
|
15675
|
-
"esnext.aggregate-error",
|
|
15676
|
-
"web.dom-collections.iterator"
|
|
15677
|
-
],
|
|
15833
|
+
"core-js/stable/aggregate-error": [],
|
|
15678
15834
|
"core-js/stable/array": [
|
|
15679
15835
|
"es.array.at",
|
|
15680
15836
|
"es.array.concat",
|
|
@@ -16323,10 +16479,15 @@
|
|
|
16323
16479
|
"core-js/stable/map": [
|
|
16324
16480
|
"es.array.iterator",
|
|
16325
16481
|
"es.map",
|
|
16482
|
+
"es.map.group-by",
|
|
16326
16483
|
"es.object.to-string",
|
|
16327
16484
|
"es.string.iterator",
|
|
16328
16485
|
"web.dom-collections.iterator"
|
|
16329
16486
|
],
|
|
16487
|
+
"core-js/stable/map/group-by": [
|
|
16488
|
+
"es.map",
|
|
16489
|
+
"es.map.group-by"
|
|
16490
|
+
],
|
|
16330
16491
|
"core-js/stable/math": [
|
|
16331
16492
|
"es.math.acosh",
|
|
16332
16493
|
"es.math.asinh",
|
|
@@ -16486,6 +16647,7 @@
|
|
|
16486
16647
|
"es.object.get-own-property-descriptors",
|
|
16487
16648
|
"es.object.get-own-property-names",
|
|
16488
16649
|
"es.object.get-prototype-of",
|
|
16650
|
+
"es.object.group-by",
|
|
16489
16651
|
"es.object.has-own",
|
|
16490
16652
|
"es.object.is",
|
|
16491
16653
|
"es.object.is-extensible",
|
|
@@ -16547,6 +16709,10 @@
|
|
|
16547
16709
|
"core-js/stable/object/get-prototype-of": [
|
|
16548
16710
|
"es.object.get-prototype-of"
|
|
16549
16711
|
],
|
|
16712
|
+
"core-js/stable/object/group-by": [
|
|
16713
|
+
"es.object.create",
|
|
16714
|
+
"es.object.group-by"
|
|
16715
|
+
],
|
|
16550
16716
|
"core-js/stable/object/has-own": [
|
|
16551
16717
|
"es.object.has-own"
|
|
16552
16718
|
],
|
|
@@ -16606,6 +16772,7 @@
|
|
|
16606
16772
|
"es.promise.all-settled",
|
|
16607
16773
|
"es.promise.any",
|
|
16608
16774
|
"es.promise.finally",
|
|
16775
|
+
"es.promise.with-resolvers",
|
|
16609
16776
|
"es.string.iterator",
|
|
16610
16777
|
"web.dom-collections.iterator"
|
|
16611
16778
|
],
|
|
@@ -16631,6 +16798,10 @@
|
|
|
16631
16798
|
"es.promise",
|
|
16632
16799
|
"es.promise.finally"
|
|
16633
16800
|
],
|
|
16801
|
+
"core-js/stable/promise/with-resolvers": [
|
|
16802
|
+
"es.promise",
|
|
16803
|
+
"es.promise.with-resolvers"
|
|
16804
|
+
],
|
|
16634
16805
|
"core-js/stable/queue-microtask": [
|
|
16635
16806
|
"web.queue-microtask"
|
|
16636
16807
|
],
|
|
@@ -17929,6 +18100,10 @@
|
|
|
17929
18100
|
"esnext.typed-array.to-spliced",
|
|
17930
18101
|
"esnext.typed-array.unique-by",
|
|
17931
18102
|
"esnext.typed-array.with",
|
|
18103
|
+
"esnext.uint8-array.from-base64",
|
|
18104
|
+
"esnext.uint8-array.from-hex",
|
|
18105
|
+
"esnext.uint8-array.to-base64",
|
|
18106
|
+
"esnext.uint8-array.to-hex",
|
|
17932
18107
|
"esnext.weak-map.delete-all",
|
|
17933
18108
|
"esnext.weak-map.from",
|
|
17934
18109
|
"esnext.weak-map.of",
|
|
@@ -18128,6 +18303,10 @@
|
|
|
18128
18303
|
"esnext.typed-array.to-spliced",
|
|
18129
18304
|
"esnext.typed-array.unique-by",
|
|
18130
18305
|
"esnext.typed-array.with",
|
|
18306
|
+
"esnext.uint8-array.from-base64",
|
|
18307
|
+
"esnext.uint8-array.from-hex",
|
|
18308
|
+
"esnext.uint8-array.to-base64",
|
|
18309
|
+
"esnext.uint8-array.to-hex",
|
|
18131
18310
|
"esnext.weak-map.delete-all",
|
|
18132
18311
|
"esnext.weak-map.from",
|
|
18133
18312
|
"esnext.weak-map.of",
|
|
@@ -18316,6 +18495,10 @@
|
|
|
18316
18495
|
"esnext.typed-array.to-spliced",
|
|
18317
18496
|
"esnext.typed-array.unique-by",
|
|
18318
18497
|
"esnext.typed-array.with",
|
|
18498
|
+
"esnext.uint8-array.from-base64",
|
|
18499
|
+
"esnext.uint8-array.from-hex",
|
|
18500
|
+
"esnext.uint8-array.to-base64",
|
|
18501
|
+
"esnext.uint8-array.to-hex",
|
|
18319
18502
|
"esnext.weak-map.delete-all",
|
|
18320
18503
|
"esnext.weak-map.from",
|
|
18321
18504
|
"esnext.weak-map.of",
|
|
@@ -18433,6 +18616,10 @@
|
|
|
18433
18616
|
"esnext.typed-array.to-sorted",
|
|
18434
18617
|
"esnext.typed-array.to-spliced",
|
|
18435
18618
|
"esnext.typed-array.with",
|
|
18619
|
+
"esnext.uint8-array.from-base64",
|
|
18620
|
+
"esnext.uint8-array.from-hex",
|
|
18621
|
+
"esnext.uint8-array.to-base64",
|
|
18622
|
+
"esnext.uint8-array.to-hex",
|
|
18436
18623
|
"esnext.weak-map.emplace"
|
|
18437
18624
|
],
|
|
18438
18625
|
"core-js/stage/3": [
|
|
@@ -18532,9 +18719,12 @@
|
|
|
18532
18719
|
"esnext.array.to-spliced",
|
|
18533
18720
|
"esnext.array.with",
|
|
18534
18721
|
"esnext.global-this",
|
|
18722
|
+
"esnext.map.group-by",
|
|
18535
18723
|
"esnext.object.has-own",
|
|
18724
|
+
"esnext.object.group-by",
|
|
18536
18725
|
"esnext.promise.all-settled",
|
|
18537
18726
|
"esnext.promise.any",
|
|
18727
|
+
"esnext.promise.with-resolvers",
|
|
18538
18728
|
"esnext.string.is-well-formed",
|
|
18539
18729
|
"esnext.string.match-all",
|
|
18540
18730
|
"esnext.string.replace-all",
|
|
@@ -18737,6 +18927,10 @@
|
|
|
18737
18927
|
"esnext.typed-array.to-spliced",
|
|
18738
18928
|
"esnext.typed-array.unique-by",
|
|
18739
18929
|
"esnext.typed-array.with",
|
|
18930
|
+
"esnext.uint8-array.from-base64",
|
|
18931
|
+
"esnext.uint8-array.from-hex",
|
|
18932
|
+
"esnext.uint8-array.to-base64",
|
|
18933
|
+
"esnext.uint8-array.to-hex",
|
|
18740
18934
|
"esnext.weak-map.delete-all",
|
|
18741
18935
|
"esnext.weak-map.from",
|
|
18742
18936
|
"esnext.weak-map.of",
|
package/modules-by-versions.json
CHANGED
|
@@ -514,5 +514,14 @@
|
|
|
514
514
|
],
|
|
515
515
|
"3.33": [
|
|
516
516
|
"esnext.regexp.escape"
|
|
517
|
+
],
|
|
518
|
+
"3.34": [
|
|
519
|
+
"es.map.group-by",
|
|
520
|
+
"es.object.group-by",
|
|
521
|
+
"es.promise.with-resolvers",
|
|
522
|
+
"esnext.uint8-array.from-base64",
|
|
523
|
+
"esnext.uint8-array.from-hex",
|
|
524
|
+
"esnext.uint8-array.to-base64",
|
|
525
|
+
"esnext.uint8-array.to-hex"
|
|
517
526
|
]
|
|
518
527
|
}
|
package/modules.json
CHANGED
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
"es.json.stringify",
|
|
77
77
|
"es.json.to-string-tag",
|
|
78
78
|
"es.map",
|
|
79
|
+
"es.map.group-by",
|
|
79
80
|
"es.math.acosh",
|
|
80
81
|
"es.math.asinh",
|
|
81
82
|
"es.math.atanh",
|
|
@@ -120,6 +121,7 @@
|
|
|
120
121
|
"es.object.get-own-property-descriptors",
|
|
121
122
|
"es.object.get-own-property-names",
|
|
122
123
|
"es.object.get-prototype-of",
|
|
124
|
+
"es.object.group-by",
|
|
123
125
|
"es.object.has-own",
|
|
124
126
|
"es.object.is",
|
|
125
127
|
"es.object.is-extensible",
|
|
@@ -140,6 +142,7 @@
|
|
|
140
142
|
"es.promise.all-settled",
|
|
141
143
|
"es.promise.any",
|
|
142
144
|
"es.promise.finally",
|
|
145
|
+
"es.promise.with-resolvers",
|
|
143
146
|
"es.reflect.apply",
|
|
144
147
|
"es.reflect.construct",
|
|
145
148
|
"es.reflect.define-property",
|
|
@@ -429,6 +432,10 @@
|
|
|
429
432
|
"esnext.typed-array.to-spliced",
|
|
430
433
|
"esnext.typed-array.unique-by",
|
|
431
434
|
"esnext.typed-array.with",
|
|
435
|
+
"esnext.uint8-array.from-base64",
|
|
436
|
+
"esnext.uint8-array.from-hex",
|
|
437
|
+
"esnext.uint8-array.to-base64",
|
|
438
|
+
"esnext.uint8-array.to-hex",
|
|
432
439
|
"esnext.weak-map.delete-all",
|
|
433
440
|
"esnext.weak-map.from",
|
|
434
441
|
"esnext.weak-map.of",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.34.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "core-js compat",
|
|
6
6
|
"repository": {
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"main": "index.js",
|
|
23
23
|
"types": "index.d.ts",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"browserslist": "^4.22.
|
|
25
|
+
"browserslist": "^4.22.2"
|
|
26
26
|
}
|
|
27
27
|
}
|