core-js-compat 3.31.0 → 3.32.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 +189 -49
- package/entries.json +189 -4
- package/modules-by-versions.json +7 -0
- package/modules.json +5 -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.32', // 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.32'); // => Array<ModuleName>
|
|
129
129
|
// or
|
|
130
|
-
require('core-js-compat').getModulesListForTargetVersion('3.
|
|
130
|
+
require('core-js-compat').getModulesListForTargetVersion('3.32'); // => 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
|
@@ -395,6 +395,7 @@
|
|
|
395
395
|
"opera-android": "60",
|
|
396
396
|
"opera_mobile": "60",
|
|
397
397
|
"quest": "12.0",
|
|
398
|
+
"react-native": "0.72",
|
|
398
399
|
"safari": "14.0",
|
|
399
400
|
"samsung": "14.0"
|
|
400
401
|
},
|
|
@@ -415,6 +416,7 @@
|
|
|
415
416
|
"opera-android": "66",
|
|
416
417
|
"opera_mobile": "66",
|
|
417
418
|
"quest": "18.0",
|
|
419
|
+
"react-native": "0.72",
|
|
418
420
|
"safari": "15.0",
|
|
419
421
|
"samsung": "17.0"
|
|
420
422
|
},
|
|
@@ -1649,6 +1651,7 @@
|
|
|
1649
1651
|
"opera-android": "51",
|
|
1650
1652
|
"opera_mobile": "51",
|
|
1651
1653
|
"quest": "6.0",
|
|
1654
|
+
"react-native": "0.72",
|
|
1652
1655
|
"safari": "12.1",
|
|
1653
1656
|
"samsung": "11.0"
|
|
1654
1657
|
},
|
|
@@ -1890,7 +1893,7 @@
|
|
|
1890
1893
|
"firefox-android": "27",
|
|
1891
1894
|
"hermes": "0.1",
|
|
1892
1895
|
"ios": "8.0",
|
|
1893
|
-
"node": "
|
|
1896
|
+
"node": "12.16",
|
|
1894
1897
|
"oculus": "8.0",
|
|
1895
1898
|
"opera": "65",
|
|
1896
1899
|
"opera-android": "56",
|
|
@@ -5364,6 +5367,7 @@
|
|
|
5364
5367
|
"opera-android": "60",
|
|
5365
5368
|
"opera_mobile": "60",
|
|
5366
5369
|
"quest": "12.0",
|
|
5370
|
+
"react-native": "0.72",
|
|
5367
5371
|
"safari": "14.0",
|
|
5368
5372
|
"samsung": "14.0"
|
|
5369
5373
|
},
|
|
@@ -5537,7 +5541,11 @@
|
|
|
5537
5541
|
"deno": "1.33",
|
|
5538
5542
|
"edge": "114",
|
|
5539
5543
|
"electron": "25.0",
|
|
5540
|
-
"
|
|
5544
|
+
"oculus": "28.0",
|
|
5545
|
+
"opera": "100",
|
|
5546
|
+
"opera-android": "76",
|
|
5547
|
+
"opera_mobile": "76",
|
|
5548
|
+
"quest": "28.0"
|
|
5541
5549
|
},
|
|
5542
5550
|
"esnext.array-buffer.transfer": {
|
|
5543
5551
|
"android": "114",
|
|
@@ -5546,7 +5554,11 @@
|
|
|
5546
5554
|
"deno": "1.33",
|
|
5547
5555
|
"edge": "114",
|
|
5548
5556
|
"electron": "25.0",
|
|
5549
|
-
"
|
|
5557
|
+
"oculus": "28.0",
|
|
5558
|
+
"opera": "100",
|
|
5559
|
+
"opera-android": "76",
|
|
5560
|
+
"opera_mobile": "76",
|
|
5561
|
+
"quest": "28.0"
|
|
5550
5562
|
},
|
|
5551
5563
|
"esnext.array-buffer.transfer-to-fixed-length": {
|
|
5552
5564
|
"android": "114",
|
|
@@ -5555,7 +5567,11 @@
|
|
|
5555
5567
|
"deno": "1.33",
|
|
5556
5568
|
"edge": "114",
|
|
5557
5569
|
"electron": "25.0",
|
|
5558
|
-
"
|
|
5570
|
+
"oculus": "28.0",
|
|
5571
|
+
"opera": "100",
|
|
5572
|
+
"opera-android": "76",
|
|
5573
|
+
"opera_mobile": "76",
|
|
5574
|
+
"quest": "28.0"
|
|
5559
5575
|
},
|
|
5560
5576
|
"esnext.async-disposable-stack.constructor": {},
|
|
5561
5577
|
"esnext.async-iterator.constructor": {},
|
|
@@ -5577,6 +5593,10 @@
|
|
|
5577
5593
|
"esnext.bigint.range": {},
|
|
5578
5594
|
"esnext.composite-key": {},
|
|
5579
5595
|
"esnext.composite-symbol": {},
|
|
5596
|
+
"esnext.data-view.get-float16": {},
|
|
5597
|
+
"esnext.data-view.get-uint8-clamped": {},
|
|
5598
|
+
"esnext.data-view.set-float16": {},
|
|
5599
|
+
"esnext.data-view.set-uint8-clamped": {},
|
|
5580
5600
|
"esnext.disposable-stack.constructor": {},
|
|
5581
5601
|
"esnext.function.demethodize": {},
|
|
5582
5602
|
"esnext.function.is-callable": {},
|
|
@@ -5606,23 +5626,114 @@
|
|
|
5606
5626
|
"safari": "12.1",
|
|
5607
5627
|
"samsung": "10.0"
|
|
5608
5628
|
},
|
|
5609
|
-
"esnext.iterator.constructor": {
|
|
5629
|
+
"esnext.iterator.constructor": {
|
|
5630
|
+
"android": "117",
|
|
5631
|
+
"chrome": "117",
|
|
5632
|
+
"chrome-android": "117",
|
|
5633
|
+
"edge": "117",
|
|
5634
|
+
"electron": "27.0",
|
|
5635
|
+
"opera": "103"
|
|
5636
|
+
},
|
|
5610
5637
|
"esnext.iterator.as-indexed-pairs": {},
|
|
5611
5638
|
"esnext.iterator.dispose": {},
|
|
5612
|
-
"esnext.iterator.drop": {
|
|
5613
|
-
|
|
5614
|
-
|
|
5615
|
-
|
|
5616
|
-
|
|
5617
|
-
|
|
5618
|
-
|
|
5639
|
+
"esnext.iterator.drop": {
|
|
5640
|
+
"android": "117",
|
|
5641
|
+
"chrome": "117",
|
|
5642
|
+
"chrome-android": "117",
|
|
5643
|
+
"edge": "117",
|
|
5644
|
+
"electron": "27.0",
|
|
5645
|
+
"opera": "103"
|
|
5646
|
+
},
|
|
5647
|
+
"esnext.iterator.every": {
|
|
5648
|
+
"android": "117",
|
|
5649
|
+
"chrome": "117",
|
|
5650
|
+
"chrome-android": "117",
|
|
5651
|
+
"edge": "117",
|
|
5652
|
+
"electron": "27.0",
|
|
5653
|
+
"opera": "103"
|
|
5654
|
+
},
|
|
5655
|
+
"esnext.iterator.filter": {
|
|
5656
|
+
"android": "117",
|
|
5657
|
+
"chrome": "117",
|
|
5658
|
+
"chrome-android": "117",
|
|
5659
|
+
"edge": "117",
|
|
5660
|
+
"electron": "27.0",
|
|
5661
|
+
"opera": "103"
|
|
5662
|
+
},
|
|
5663
|
+
"esnext.iterator.find": {
|
|
5664
|
+
"android": "117",
|
|
5665
|
+
"chrome": "117",
|
|
5666
|
+
"chrome-android": "117",
|
|
5667
|
+
"edge": "117",
|
|
5668
|
+
"electron": "27.0",
|
|
5669
|
+
"opera": "103"
|
|
5670
|
+
},
|
|
5671
|
+
"esnext.iterator.flat-map": {
|
|
5672
|
+
"android": "117",
|
|
5673
|
+
"chrome": "117",
|
|
5674
|
+
"chrome-android": "117",
|
|
5675
|
+
"edge": "117",
|
|
5676
|
+
"electron": "27.0",
|
|
5677
|
+
"opera": "103"
|
|
5678
|
+
},
|
|
5679
|
+
"esnext.iterator.for-each": {
|
|
5680
|
+
"android": "117",
|
|
5681
|
+
"chrome": "117",
|
|
5682
|
+
"chrome-android": "117",
|
|
5683
|
+
"edge": "117",
|
|
5684
|
+
"electron": "27.0",
|
|
5685
|
+
"opera": "103"
|
|
5686
|
+
},
|
|
5687
|
+
"esnext.iterator.from": {
|
|
5688
|
+
"android": "117",
|
|
5689
|
+
"chrome": "117",
|
|
5690
|
+
"chrome-android": "117",
|
|
5691
|
+
"edge": "117",
|
|
5692
|
+
"electron": "27.0",
|
|
5693
|
+
"opera": "103"
|
|
5694
|
+
},
|
|
5619
5695
|
"esnext.iterator.indexed": {},
|
|
5620
|
-
"esnext.iterator.map": {
|
|
5696
|
+
"esnext.iterator.map": {
|
|
5697
|
+
"android": "117",
|
|
5698
|
+
"chrome": "117",
|
|
5699
|
+
"chrome-android": "117",
|
|
5700
|
+
"edge": "117",
|
|
5701
|
+
"electron": "27.0",
|
|
5702
|
+
"opera": "103"
|
|
5703
|
+
},
|
|
5621
5704
|
"esnext.iterator.range": {},
|
|
5622
|
-
"esnext.iterator.reduce": {
|
|
5623
|
-
|
|
5624
|
-
|
|
5625
|
-
|
|
5705
|
+
"esnext.iterator.reduce": {
|
|
5706
|
+
"android": "117",
|
|
5707
|
+
"chrome": "117",
|
|
5708
|
+
"chrome-android": "117",
|
|
5709
|
+
"edge": "117",
|
|
5710
|
+
"electron": "27.0",
|
|
5711
|
+
"opera": "103"
|
|
5712
|
+
},
|
|
5713
|
+
"esnext.iterator.some": {
|
|
5714
|
+
"android": "117",
|
|
5715
|
+
"chrome": "117",
|
|
5716
|
+
"chrome-android": "117",
|
|
5717
|
+
"edge": "117",
|
|
5718
|
+
"electron": "27.0",
|
|
5719
|
+
"opera": "103"
|
|
5720
|
+
},
|
|
5721
|
+
"esnext.iterator.take": {
|
|
5722
|
+
"android": "117",
|
|
5723
|
+
"chrome": "117",
|
|
5724
|
+
"chrome-android": "117",
|
|
5725
|
+
"edge": "117",
|
|
5726
|
+
"electron": "27.0",
|
|
5727
|
+
"opera": "103"
|
|
5728
|
+
},
|
|
5729
|
+
"esnext.iterator.to-array": {
|
|
5730
|
+
"android": "117",
|
|
5731
|
+
"chrome": "117",
|
|
5732
|
+
"chrome-android": "117",
|
|
5733
|
+
"edge": "117",
|
|
5734
|
+
"electron": "27.0",
|
|
5735
|
+
"opera": "103"
|
|
5736
|
+
},
|
|
5626
5737
|
"esnext.iterator.to-async": {},
|
|
5627
5738
|
"esnext.json.is-raw-json": {
|
|
5628
5739
|
"android": "114",
|
|
@@ -5631,7 +5742,11 @@
|
|
|
5631
5742
|
"deno": "1.33",
|
|
5632
5743
|
"edge": "114",
|
|
5633
5744
|
"electron": "25.0",
|
|
5634
|
-
"
|
|
5745
|
+
"oculus": "28.0",
|
|
5746
|
+
"opera": "100",
|
|
5747
|
+
"opera-android": "76",
|
|
5748
|
+
"opera_mobile": "76",
|
|
5749
|
+
"quest": "28.0"
|
|
5635
5750
|
},
|
|
5636
5751
|
"esnext.json.parse": {
|
|
5637
5752
|
"android": "114",
|
|
@@ -5640,7 +5755,11 @@
|
|
|
5640
5755
|
"deno": "1.33",
|
|
5641
5756
|
"edge": "114",
|
|
5642
5757
|
"electron": "25.0",
|
|
5643
|
-
"
|
|
5758
|
+
"oculus": "28.0",
|
|
5759
|
+
"opera": "100",
|
|
5760
|
+
"opera-android": "76",
|
|
5761
|
+
"opera_mobile": "76",
|
|
5762
|
+
"quest": "28.0"
|
|
5644
5763
|
},
|
|
5645
5764
|
"esnext.json.raw-json": {
|
|
5646
5765
|
"android": "114",
|
|
@@ -5649,7 +5768,11 @@
|
|
|
5649
5768
|
"deno": "1.33",
|
|
5650
5769
|
"edge": "114",
|
|
5651
5770
|
"electron": "25.0",
|
|
5652
|
-
"
|
|
5771
|
+
"oculus": "28.0",
|
|
5772
|
+
"opera": "100",
|
|
5773
|
+
"opera-android": "76",
|
|
5774
|
+
"opera_mobile": "76",
|
|
5775
|
+
"quest": "28.0"
|
|
5653
5776
|
},
|
|
5654
5777
|
"esnext.map.delete-all": {},
|
|
5655
5778
|
"esnext.map.emplace": {},
|
|
@@ -5658,7 +5781,14 @@
|
|
|
5658
5781
|
"esnext.map.find": {},
|
|
5659
5782
|
"esnext.map.find-key": {},
|
|
5660
5783
|
"esnext.map.from": {},
|
|
5661
|
-
"esnext.map.group-by": {
|
|
5784
|
+
"esnext.map.group-by": {
|
|
5785
|
+
"android": "117",
|
|
5786
|
+
"chrome": "117",
|
|
5787
|
+
"chrome-android": "117",
|
|
5788
|
+
"edge": "117",
|
|
5789
|
+
"electron": "27.0",
|
|
5790
|
+
"opera": "103"
|
|
5791
|
+
},
|
|
5662
5792
|
"esnext.map.includes": {},
|
|
5663
5793
|
"esnext.map.key-by": {},
|
|
5664
5794
|
"esnext.map.key-of": {},
|
|
@@ -5675,6 +5805,7 @@
|
|
|
5675
5805
|
"esnext.math.deg-per-rad": {},
|
|
5676
5806
|
"esnext.math.degrees": {},
|
|
5677
5807
|
"esnext.math.fscale": {},
|
|
5808
|
+
"esnext.math.f16round": {},
|
|
5678
5809
|
"esnext.math.iaddh": {},
|
|
5679
5810
|
"esnext.math.imulh": {},
|
|
5680
5811
|
"esnext.math.isubh": {},
|
|
@@ -5711,7 +5842,14 @@
|
|
|
5711
5842
|
"esnext.object.iterate-entries": {},
|
|
5712
5843
|
"esnext.object.iterate-keys": {},
|
|
5713
5844
|
"esnext.object.iterate-values": {},
|
|
5714
|
-
"esnext.object.group-by": {
|
|
5845
|
+
"esnext.object.group-by": {
|
|
5846
|
+
"android": "117",
|
|
5847
|
+
"chrome": "117",
|
|
5848
|
+
"chrome-android": "117",
|
|
5849
|
+
"edge": "117",
|
|
5850
|
+
"electron": "27.0",
|
|
5851
|
+
"opera": "103"
|
|
5852
|
+
},
|
|
5715
5853
|
"esnext.observable": {},
|
|
5716
5854
|
"esnext.promise.all-settled": {
|
|
5717
5855
|
"android": "76",
|
|
@@ -5766,42 +5904,28 @@
|
|
|
5766
5904
|
"esnext.reflect.metadata": {},
|
|
5767
5905
|
"esnext.set.add-all": {},
|
|
5768
5906
|
"esnext.set.delete-all": {},
|
|
5769
|
-
"esnext.set.difference.v2": {
|
|
5770
|
-
"bun": "0.6.0"
|
|
5771
|
-
},
|
|
5907
|
+
"esnext.set.difference.v2": {},
|
|
5772
5908
|
"esnext.set.difference": {},
|
|
5773
5909
|
"esnext.set.every": {},
|
|
5774
5910
|
"esnext.set.filter": {},
|
|
5775
5911
|
"esnext.set.find": {},
|
|
5776
5912
|
"esnext.set.from": {},
|
|
5777
|
-
"esnext.set.intersection.v2": {
|
|
5778
|
-
"bun": "0.5.7"
|
|
5779
|
-
},
|
|
5913
|
+
"esnext.set.intersection.v2": {},
|
|
5780
5914
|
"esnext.set.intersection": {},
|
|
5781
|
-
"esnext.set.is-disjoint-from.v2": {
|
|
5782
|
-
"bun": "0.5.7"
|
|
5783
|
-
},
|
|
5915
|
+
"esnext.set.is-disjoint-from.v2": {},
|
|
5784
5916
|
"esnext.set.is-disjoint-from": {},
|
|
5785
|
-
"esnext.set.is-subset-of.v2": {
|
|
5786
|
-
"bun": "0.5.7"
|
|
5787
|
-
},
|
|
5917
|
+
"esnext.set.is-subset-of.v2": {},
|
|
5788
5918
|
"esnext.set.is-subset-of": {},
|
|
5789
|
-
"esnext.set.is-superset-of.v2": {
|
|
5790
|
-
"bun": "0.5.7"
|
|
5791
|
-
},
|
|
5919
|
+
"esnext.set.is-superset-of.v2": {},
|
|
5792
5920
|
"esnext.set.is-superset-of": {},
|
|
5793
5921
|
"esnext.set.join": {},
|
|
5794
5922
|
"esnext.set.map": {},
|
|
5795
5923
|
"esnext.set.of": {},
|
|
5796
5924
|
"esnext.set.reduce": {},
|
|
5797
5925
|
"esnext.set.some": {},
|
|
5798
|
-
"esnext.set.symmetric-difference.v2": {
|
|
5799
|
-
"bun": "0.5.7"
|
|
5800
|
-
},
|
|
5926
|
+
"esnext.set.symmetric-difference.v2": {},
|
|
5801
5927
|
"esnext.set.symmetric-difference": {},
|
|
5802
|
-
"esnext.set.union.v2": {
|
|
5803
|
-
"bun": "0.5.7"
|
|
5804
|
-
},
|
|
5928
|
+
"esnext.set.union.v2": {},
|
|
5805
5929
|
"esnext.set.union": {},
|
|
5806
5930
|
"esnext.string.at": {},
|
|
5807
5931
|
"esnext.string.cooked": {},
|
|
@@ -5887,8 +6011,12 @@
|
|
|
5887
6011
|
"safari": "16.4",
|
|
5888
6012
|
"samsung": "22.0"
|
|
5889
6013
|
},
|
|
5890
|
-
"esnext.symbol.async-dispose": {
|
|
5891
|
-
|
|
6014
|
+
"esnext.symbol.async-dispose": {
|
|
6015
|
+
"node": "20.5.0"
|
|
6016
|
+
},
|
|
6017
|
+
"esnext.symbol.dispose": {
|
|
6018
|
+
"node": "20.5.0"
|
|
6019
|
+
},
|
|
5892
6020
|
"esnext.symbol.is-registered-symbol": {},
|
|
5893
6021
|
"esnext.symbol.is-registered": {},
|
|
5894
6022
|
"esnext.symbol.is-well-known-symbol": {},
|
|
@@ -6265,7 +6393,9 @@
|
|
|
6265
6393
|
"deno": "1.33.2",
|
|
6266
6394
|
"firefox": "115",
|
|
6267
6395
|
"firefox-android": "115",
|
|
6268
|
-
"
|
|
6396
|
+
"ios": "17.0",
|
|
6397
|
+
"node": "20.1.0",
|
|
6398
|
+
"safari": "17.0"
|
|
6269
6399
|
},
|
|
6270
6400
|
"web.url.to-json": {
|
|
6271
6401
|
"android": "71",
|
|
@@ -6308,14 +6438,20 @@
|
|
|
6308
6438
|
"samsung": "9.0"
|
|
6309
6439
|
},
|
|
6310
6440
|
"web.url-search-params.delete": {
|
|
6441
|
+
"deno": "1.35",
|
|
6311
6442
|
"firefox": "115",
|
|
6312
6443
|
"firefox-android": "115",
|
|
6313
|
-
"
|
|
6444
|
+
"ios": "17.0",
|
|
6445
|
+
"node": "20.2.0",
|
|
6446
|
+
"safari": "17.0"
|
|
6314
6447
|
},
|
|
6315
6448
|
"web.url-search-params.has": {
|
|
6449
|
+
"deno": "1.35",
|
|
6316
6450
|
"firefox": "115",
|
|
6317
6451
|
"firefox-android": "115",
|
|
6318
|
-
"
|
|
6452
|
+
"ios": "17.0",
|
|
6453
|
+
"node": "20.2.0",
|
|
6454
|
+
"safari": "17.0"
|
|
6319
6455
|
},
|
|
6320
6456
|
"web.url-search-params.size": {
|
|
6321
6457
|
"android": "113",
|
|
@@ -6326,9 +6462,13 @@
|
|
|
6326
6462
|
"electron": "25.0",
|
|
6327
6463
|
"firefox": "112",
|
|
6328
6464
|
"firefox-android": "112",
|
|
6465
|
+
"ios": "17.0",
|
|
6329
6466
|
"node": "19.8.0",
|
|
6467
|
+
"oculus": "28.0",
|
|
6330
6468
|
"opera": "99",
|
|
6331
6469
|
"opera-android": "76",
|
|
6332
|
-
"opera_mobile": "76"
|
|
6470
|
+
"opera_mobile": "76",
|
|
6471
|
+
"quest": "28.0",
|
|
6472
|
+
"safari": "17.0"
|
|
6333
6473
|
}
|
|
6334
6474
|
}
|
package/entries.json
CHANGED
|
@@ -285,6 +285,10 @@
|
|
|
285
285
|
"esnext.bigint.range",
|
|
286
286
|
"esnext.composite-key",
|
|
287
287
|
"esnext.composite-symbol",
|
|
288
|
+
"esnext.data-view.get-float16",
|
|
289
|
+
"esnext.data-view.get-uint8-clamped",
|
|
290
|
+
"esnext.data-view.set-float16",
|
|
291
|
+
"esnext.data-view.set-uint8-clamped",
|
|
288
292
|
"esnext.disposable-stack.constructor",
|
|
289
293
|
"esnext.function.demethodize",
|
|
290
294
|
"esnext.function.is-callable",
|
|
@@ -337,6 +341,7 @@
|
|
|
337
341
|
"esnext.math.deg-per-rad",
|
|
338
342
|
"esnext.math.degrees",
|
|
339
343
|
"esnext.math.fscale",
|
|
344
|
+
"esnext.math.f16round",
|
|
340
345
|
"esnext.math.iaddh",
|
|
341
346
|
"esnext.math.imulh",
|
|
342
347
|
"esnext.math.isubh",
|
|
@@ -713,7 +718,9 @@
|
|
|
713
718
|
"esnext.array-buffer.detached",
|
|
714
719
|
"esnext.array-buffer.transfer",
|
|
715
720
|
"esnext.array-buffer.transfer-to-fixed-length",
|
|
721
|
+
"esnext.async-disposable-stack.constructor",
|
|
716
722
|
"esnext.async-iterator.constructor",
|
|
723
|
+
"esnext.async-iterator.async-dispose",
|
|
717
724
|
"esnext.async-iterator.drop",
|
|
718
725
|
"esnext.async-iterator.every",
|
|
719
726
|
"esnext.async-iterator.filter",
|
|
@@ -726,6 +733,8 @@
|
|
|
726
733
|
"esnext.async-iterator.some",
|
|
727
734
|
"esnext.async-iterator.take",
|
|
728
735
|
"esnext.async-iterator.to-array",
|
|
736
|
+
"esnext.data-view.get-float16",
|
|
737
|
+
"esnext.data-view.set-float16",
|
|
729
738
|
"esnext.disposable-stack.constructor",
|
|
730
739
|
"esnext.function.metadata",
|
|
731
740
|
"esnext.global-this",
|
|
@@ -747,9 +756,13 @@
|
|
|
747
756
|
"esnext.json.is-raw-json",
|
|
748
757
|
"esnext.json.parse",
|
|
749
758
|
"esnext.json.raw-json",
|
|
759
|
+
"esnext.map.group-by",
|
|
760
|
+
"esnext.math.f16round",
|
|
750
761
|
"esnext.object.has-own",
|
|
762
|
+
"esnext.object.group-by",
|
|
751
763
|
"esnext.promise.all-settled",
|
|
752
764
|
"esnext.promise.any",
|
|
765
|
+
"esnext.promise.with-resolvers",
|
|
753
766
|
"esnext.set.difference.v2",
|
|
754
767
|
"esnext.set.intersection.v2",
|
|
755
768
|
"esnext.set.is-disjoint-from.v2",
|
|
@@ -761,6 +774,7 @@
|
|
|
761
774
|
"esnext.string.match-all",
|
|
762
775
|
"esnext.string.replace-all",
|
|
763
776
|
"esnext.string.to-well-formed",
|
|
777
|
+
"esnext.symbol.async-dispose",
|
|
764
778
|
"esnext.symbol.dispose",
|
|
765
779
|
"esnext.symbol.metadata",
|
|
766
780
|
"esnext.typed-array.at",
|
|
@@ -1231,12 +1245,33 @@
|
|
|
1231
1245
|
"es.array.with",
|
|
1232
1246
|
"esnext.array.with"
|
|
1233
1247
|
],
|
|
1248
|
+
"core-js/actual/async-disposable-stack": [
|
|
1249
|
+
"es.error.cause",
|
|
1250
|
+
"es.error.to-string",
|
|
1251
|
+
"es.object.to-string",
|
|
1252
|
+
"es.promise",
|
|
1253
|
+
"esnext.suppressed-error.constructor",
|
|
1254
|
+
"esnext.async-disposable-stack.constructor",
|
|
1255
|
+
"esnext.async-iterator.async-dispose",
|
|
1256
|
+
"esnext.iterator.dispose"
|
|
1257
|
+
],
|
|
1258
|
+
"core-js/actual/async-disposable-stack/constructor": [
|
|
1259
|
+
"es.error.cause",
|
|
1260
|
+
"es.error.to-string",
|
|
1261
|
+
"es.object.to-string",
|
|
1262
|
+
"es.promise",
|
|
1263
|
+
"esnext.suppressed-error.constructor",
|
|
1264
|
+
"esnext.async-disposable-stack.constructor",
|
|
1265
|
+
"esnext.async-iterator.async-dispose",
|
|
1266
|
+
"esnext.iterator.dispose"
|
|
1267
|
+
],
|
|
1234
1268
|
"core-js/actual/async-iterator": [
|
|
1235
1269
|
"es.array.iterator",
|
|
1236
1270
|
"es.object.to-string",
|
|
1237
1271
|
"es.promise",
|
|
1238
1272
|
"es.string.iterator",
|
|
1239
1273
|
"esnext.async-iterator.constructor",
|
|
1274
|
+
"esnext.async-iterator.async-dispose",
|
|
1240
1275
|
"esnext.async-iterator.drop",
|
|
1241
1276
|
"esnext.async-iterator.every",
|
|
1242
1277
|
"esnext.async-iterator.filter",
|
|
@@ -1251,6 +1286,11 @@
|
|
|
1251
1286
|
"esnext.async-iterator.to-array",
|
|
1252
1287
|
"web.dom-collections.iterator"
|
|
1253
1288
|
],
|
|
1289
|
+
"core-js/actual/async-iterator/async-dispose": [
|
|
1290
|
+
"es.object.to-string",
|
|
1291
|
+
"es.promise",
|
|
1292
|
+
"esnext.async-iterator.async-dispose"
|
|
1293
|
+
],
|
|
1254
1294
|
"core-js/actual/async-iterator/drop": [
|
|
1255
1295
|
"es.object.to-string",
|
|
1256
1296
|
"es.promise",
|
|
@@ -1360,7 +1400,15 @@
|
|
|
1360
1400
|
"es.array-buffer.constructor",
|
|
1361
1401
|
"es.array-buffer.slice",
|
|
1362
1402
|
"es.data-view",
|
|
1363
|
-
"es.object.to-string"
|
|
1403
|
+
"es.object.to-string",
|
|
1404
|
+
"esnext.data-view.get-float16",
|
|
1405
|
+
"esnext.data-view.set-float16"
|
|
1406
|
+
],
|
|
1407
|
+
"core-js/actual/data-view/get-float16": [
|
|
1408
|
+
"esnext.data-view.get-float16"
|
|
1409
|
+
],
|
|
1410
|
+
"core-js/actual/data-view/set-float16": [
|
|
1411
|
+
"esnext.data-view.set-float16"
|
|
1364
1412
|
],
|
|
1365
1413
|
"core-js/actual/date": [
|
|
1366
1414
|
"es.date.get-year",
|
|
@@ -1824,8 +1872,13 @@
|
|
|
1824
1872
|
"es.map",
|
|
1825
1873
|
"es.object.to-string",
|
|
1826
1874
|
"es.string.iterator",
|
|
1875
|
+
"esnext.map.group-by",
|
|
1827
1876
|
"web.dom-collections.iterator"
|
|
1828
1877
|
],
|
|
1878
|
+
"core-js/actual/map/group-by": [
|
|
1879
|
+
"es.map",
|
|
1880
|
+
"esnext.map.group-by"
|
|
1881
|
+
],
|
|
1829
1882
|
"core-js/actual/math": [
|
|
1830
1883
|
"es.math.acosh",
|
|
1831
1884
|
"es.math.asinh",
|
|
@@ -1844,7 +1897,8 @@
|
|
|
1844
1897
|
"es.math.sinh",
|
|
1845
1898
|
"es.math.tanh",
|
|
1846
1899
|
"es.math.to-string-tag",
|
|
1847
|
-
"es.math.trunc"
|
|
1900
|
+
"es.math.trunc",
|
|
1901
|
+
"esnext.math.f16round"
|
|
1848
1902
|
],
|
|
1849
1903
|
"core-js/actual/math/acosh": [
|
|
1850
1904
|
"es.math.acosh"
|
|
@@ -1867,6 +1921,9 @@
|
|
|
1867
1921
|
"core-js/actual/math/expm1": [
|
|
1868
1922
|
"es.math.expm1"
|
|
1869
1923
|
],
|
|
1924
|
+
"core-js/actual/math/f16round": [
|
|
1925
|
+
"esnext.math.f16round"
|
|
1926
|
+
],
|
|
1870
1927
|
"core-js/actual/math/fround": [
|
|
1871
1928
|
"es.math.fround"
|
|
1872
1929
|
],
|
|
@@ -2000,6 +2057,7 @@
|
|
|
2000
2057
|
"es.object.to-string",
|
|
2001
2058
|
"es.object.values",
|
|
2002
2059
|
"es.reflect.to-string-tag",
|
|
2060
|
+
"esnext.object.group-by",
|
|
2003
2061
|
"web.dom-collections.iterator"
|
|
2004
2062
|
],
|
|
2005
2063
|
"core-js/actual/object/assign": [
|
|
@@ -2046,6 +2104,10 @@
|
|
|
2046
2104
|
"core-js/actual/object/get-prototype-of": [
|
|
2047
2105
|
"es.object.get-prototype-of"
|
|
2048
2106
|
],
|
|
2107
|
+
"core-js/actual/object/group-by": [
|
|
2108
|
+
"es.object.create",
|
|
2109
|
+
"esnext.object.group-by"
|
|
2110
|
+
],
|
|
2049
2111
|
"core-js/actual/object/has-own": [
|
|
2050
2112
|
"es.object.has-own"
|
|
2051
2113
|
],
|
|
@@ -2106,6 +2168,7 @@
|
|
|
2106
2168
|
"es.promise.any",
|
|
2107
2169
|
"es.promise.finally",
|
|
2108
2170
|
"es.string.iterator",
|
|
2171
|
+
"esnext.promise.with-resolvers",
|
|
2109
2172
|
"web.dom-collections.iterator"
|
|
2110
2173
|
],
|
|
2111
2174
|
"core-js/actual/promise/all-settled": [
|
|
@@ -2130,6 +2193,10 @@
|
|
|
2130
2193
|
"es.promise",
|
|
2131
2194
|
"es.promise.finally"
|
|
2132
2195
|
],
|
|
2196
|
+
"core-js/actual/promise/with-resolvers": [
|
|
2197
|
+
"es.promise",
|
|
2198
|
+
"esnext.promise.with-resolvers"
|
|
2199
|
+
],
|
|
2133
2200
|
"core-js/actual/queue-microtask": [
|
|
2134
2201
|
"web.queue-microtask"
|
|
2135
2202
|
],
|
|
@@ -2648,10 +2715,14 @@
|
|
|
2648
2715
|
"es.object.to-string",
|
|
2649
2716
|
"es.reflect.to-string-tag",
|
|
2650
2717
|
"esnext.function.metadata",
|
|
2718
|
+
"esnext.symbol.async-dispose",
|
|
2651
2719
|
"esnext.symbol.dispose",
|
|
2652
2720
|
"esnext.symbol.metadata",
|
|
2653
2721
|
"web.dom-collections.iterator"
|
|
2654
2722
|
],
|
|
2723
|
+
"core-js/actual/symbol/async-dispose": [
|
|
2724
|
+
"esnext.symbol.async-dispose"
|
|
2725
|
+
],
|
|
2655
2726
|
"core-js/actual/symbol/async-iterator": [
|
|
2656
2727
|
"es.symbol.async-iterator"
|
|
2657
2728
|
],
|
|
@@ -5856,6 +5927,10 @@
|
|
|
5856
5927
|
"esnext.bigint.range",
|
|
5857
5928
|
"esnext.composite-key",
|
|
5858
5929
|
"esnext.composite-symbol",
|
|
5930
|
+
"esnext.data-view.get-float16",
|
|
5931
|
+
"esnext.data-view.get-uint8-clamped",
|
|
5932
|
+
"esnext.data-view.set-float16",
|
|
5933
|
+
"esnext.data-view.set-uint8-clamped",
|
|
5859
5934
|
"esnext.disposable-stack.constructor",
|
|
5860
5935
|
"esnext.function.demethodize",
|
|
5861
5936
|
"esnext.function.is-callable",
|
|
@@ -5908,6 +5983,7 @@
|
|
|
5908
5983
|
"esnext.math.deg-per-rad",
|
|
5909
5984
|
"esnext.math.degrees",
|
|
5910
5985
|
"esnext.math.fscale",
|
|
5986
|
+
"esnext.math.f16round",
|
|
5911
5987
|
"esnext.math.iaddh",
|
|
5912
5988
|
"esnext.math.imulh",
|
|
5913
5989
|
"esnext.math.isubh",
|
|
@@ -6692,7 +6768,23 @@
|
|
|
6692
6768
|
"es.array-buffer.constructor",
|
|
6693
6769
|
"es.array-buffer.slice",
|
|
6694
6770
|
"es.data-view",
|
|
6695
|
-
"es.object.to-string"
|
|
6771
|
+
"es.object.to-string",
|
|
6772
|
+
"esnext.data-view.get-float16",
|
|
6773
|
+
"esnext.data-view.get-uint8-clamped",
|
|
6774
|
+
"esnext.data-view.set-float16",
|
|
6775
|
+
"esnext.data-view.set-uint8-clamped"
|
|
6776
|
+
],
|
|
6777
|
+
"core-js/features/data-view/get-float16": [
|
|
6778
|
+
"esnext.data-view.get-float16"
|
|
6779
|
+
],
|
|
6780
|
+
"core-js/features/data-view/get-uint8-clamped": [
|
|
6781
|
+
"esnext.data-view.get-uint8-clamped"
|
|
6782
|
+
],
|
|
6783
|
+
"core-js/features/data-view/set-float16": [
|
|
6784
|
+
"esnext.data-view.set-float16"
|
|
6785
|
+
],
|
|
6786
|
+
"core-js/features/data-view/set-uint8-clamped": [
|
|
6787
|
+
"esnext.data-view.set-uint8-clamped"
|
|
6696
6788
|
],
|
|
6697
6789
|
"core-js/features/date": [
|
|
6698
6790
|
"es.date.get-year",
|
|
@@ -7352,6 +7444,7 @@
|
|
|
7352
7444
|
"esnext.math.deg-per-rad",
|
|
7353
7445
|
"esnext.math.degrees",
|
|
7354
7446
|
"esnext.math.fscale",
|
|
7447
|
+
"esnext.math.f16round",
|
|
7355
7448
|
"esnext.math.iaddh",
|
|
7356
7449
|
"esnext.math.imulh",
|
|
7357
7450
|
"esnext.math.isubh",
|
|
@@ -7392,6 +7485,9 @@
|
|
|
7392
7485
|
"core-js/features/math/expm1": [
|
|
7393
7486
|
"es.math.expm1"
|
|
7394
7487
|
],
|
|
7488
|
+
"core-js/features/math/f16round": [
|
|
7489
|
+
"esnext.math.f16round"
|
|
7490
|
+
],
|
|
7395
7491
|
"core-js/features/math/fround": [
|
|
7396
7492
|
"es.math.fround"
|
|
7397
7493
|
],
|
|
@@ -9629,6 +9725,10 @@
|
|
|
9629
9725
|
"esnext.bigint.range",
|
|
9630
9726
|
"esnext.composite-key",
|
|
9631
9727
|
"esnext.composite-symbol",
|
|
9728
|
+
"esnext.data-view.get-float16",
|
|
9729
|
+
"esnext.data-view.get-uint8-clamped",
|
|
9730
|
+
"esnext.data-view.set-float16",
|
|
9731
|
+
"esnext.data-view.set-uint8-clamped",
|
|
9632
9732
|
"esnext.disposable-stack.constructor",
|
|
9633
9733
|
"esnext.function.demethodize",
|
|
9634
9734
|
"esnext.function.is-callable",
|
|
@@ -9681,6 +9781,7 @@
|
|
|
9681
9781
|
"esnext.math.deg-per-rad",
|
|
9682
9782
|
"esnext.math.degrees",
|
|
9683
9783
|
"esnext.math.fscale",
|
|
9784
|
+
"esnext.math.f16round",
|
|
9684
9785
|
"esnext.math.iaddh",
|
|
9685
9786
|
"esnext.math.imulh",
|
|
9686
9787
|
"esnext.math.isubh",
|
|
@@ -10465,7 +10566,23 @@
|
|
|
10465
10566
|
"es.array-buffer.constructor",
|
|
10466
10567
|
"es.array-buffer.slice",
|
|
10467
10568
|
"es.data-view",
|
|
10468
|
-
"es.object.to-string"
|
|
10569
|
+
"es.object.to-string",
|
|
10570
|
+
"esnext.data-view.get-float16",
|
|
10571
|
+
"esnext.data-view.get-uint8-clamped",
|
|
10572
|
+
"esnext.data-view.set-float16",
|
|
10573
|
+
"esnext.data-view.set-uint8-clamped"
|
|
10574
|
+
],
|
|
10575
|
+
"core-js/full/data-view/get-float16": [
|
|
10576
|
+
"esnext.data-view.get-float16"
|
|
10577
|
+
],
|
|
10578
|
+
"core-js/full/data-view/get-uint8-clamped": [
|
|
10579
|
+
"esnext.data-view.get-uint8-clamped"
|
|
10580
|
+
],
|
|
10581
|
+
"core-js/full/data-view/set-float16": [
|
|
10582
|
+
"esnext.data-view.set-float16"
|
|
10583
|
+
],
|
|
10584
|
+
"core-js/full/data-view/set-uint8-clamped": [
|
|
10585
|
+
"esnext.data-view.set-uint8-clamped"
|
|
10469
10586
|
],
|
|
10470
10587
|
"core-js/full/date": [
|
|
10471
10588
|
"es.date.get-year",
|
|
@@ -11125,6 +11242,7 @@
|
|
|
11125
11242
|
"esnext.math.deg-per-rad",
|
|
11126
11243
|
"esnext.math.degrees",
|
|
11127
11244
|
"esnext.math.fscale",
|
|
11245
|
+
"esnext.math.f16round",
|
|
11128
11246
|
"esnext.math.iaddh",
|
|
11129
11247
|
"esnext.math.imulh",
|
|
11130
11248
|
"esnext.math.isubh",
|
|
@@ -11165,6 +11283,9 @@
|
|
|
11165
11283
|
"core-js/full/math/expm1": [
|
|
11166
11284
|
"es.math.expm1"
|
|
11167
11285
|
],
|
|
11286
|
+
"core-js/full/math/f16round": [
|
|
11287
|
+
"esnext.math.f16round"
|
|
11288
|
+
],
|
|
11168
11289
|
"core-js/full/math/fround": [
|
|
11169
11290
|
"es.math.fround"
|
|
11170
11291
|
],
|
|
@@ -14022,6 +14143,18 @@
|
|
|
14022
14143
|
"core-js/modules/esnext.composite-symbol": [
|
|
14023
14144
|
"esnext.composite-symbol"
|
|
14024
14145
|
],
|
|
14146
|
+
"core-js/modules/esnext.data-view.get-float16": [
|
|
14147
|
+
"esnext.data-view.get-float16"
|
|
14148
|
+
],
|
|
14149
|
+
"core-js/modules/esnext.data-view.get-uint8-clamped": [
|
|
14150
|
+
"esnext.data-view.get-uint8-clamped"
|
|
14151
|
+
],
|
|
14152
|
+
"core-js/modules/esnext.data-view.set-float16": [
|
|
14153
|
+
"esnext.data-view.set-float16"
|
|
14154
|
+
],
|
|
14155
|
+
"core-js/modules/esnext.data-view.set-uint8-clamped": [
|
|
14156
|
+
"esnext.data-view.set-uint8-clamped"
|
|
14157
|
+
],
|
|
14025
14158
|
"core-js/modules/esnext.disposable-stack.constructor": [
|
|
14026
14159
|
"esnext.disposable-stack.constructor"
|
|
14027
14160
|
],
|
|
@@ -14175,6 +14308,9 @@
|
|
|
14175
14308
|
"core-js/modules/esnext.math.degrees": [
|
|
14176
14309
|
"esnext.math.degrees"
|
|
14177
14310
|
],
|
|
14311
|
+
"core-js/modules/esnext.math.f16round": [
|
|
14312
|
+
"esnext.math.f16round"
|
|
14313
|
+
],
|
|
14178
14314
|
"core-js/modules/esnext.math.fscale": [
|
|
14179
14315
|
"esnext.math.fscale"
|
|
14180
14316
|
],
|
|
@@ -14602,6 +14738,10 @@
|
|
|
14602
14738
|
"esnext.bigint.range",
|
|
14603
14739
|
"esnext.composite-key",
|
|
14604
14740
|
"esnext.composite-symbol",
|
|
14741
|
+
"esnext.data-view.get-float16",
|
|
14742
|
+
"esnext.data-view.get-uint8-clamped",
|
|
14743
|
+
"esnext.data-view.set-float16",
|
|
14744
|
+
"esnext.data-view.set-uint8-clamped",
|
|
14605
14745
|
"esnext.disposable-stack.constructor",
|
|
14606
14746
|
"esnext.function.demethodize",
|
|
14607
14747
|
"esnext.function.is-callable",
|
|
@@ -14654,6 +14794,7 @@
|
|
|
14654
14794
|
"esnext.math.deg-per-rad",
|
|
14655
14795
|
"esnext.math.degrees",
|
|
14656
14796
|
"esnext.math.fscale",
|
|
14797
|
+
"esnext.math.f16round",
|
|
14657
14798
|
"esnext.math.iaddh",
|
|
14658
14799
|
"esnext.math.imulh",
|
|
14659
14800
|
"esnext.math.isubh",
|
|
@@ -14911,6 +15052,10 @@
|
|
|
14911
15052
|
"esnext.weak-set.from",
|
|
14912
15053
|
"esnext.weak-set.of"
|
|
14913
15054
|
],
|
|
15055
|
+
"core-js/proposals/data-view-get-set-uint8-clamped": [
|
|
15056
|
+
"esnext.data-view.get-uint8-clamped",
|
|
15057
|
+
"esnext.data-view.set-uint8-clamped"
|
|
15058
|
+
],
|
|
14914
15059
|
"core-js/proposals/decorator-metadata": [
|
|
14915
15060
|
"esnext.symbol.metadata-key"
|
|
14916
15061
|
],
|
|
@@ -14933,10 +15078,18 @@
|
|
|
14933
15078
|
],
|
|
14934
15079
|
"core-js/proposals/explicit-resource-management": [
|
|
14935
15080
|
"esnext.suppressed-error.constructor",
|
|
15081
|
+
"esnext.async-disposable-stack.constructor",
|
|
15082
|
+
"esnext.async-iterator.async-dispose",
|
|
14936
15083
|
"esnext.disposable-stack.constructor",
|
|
14937
15084
|
"esnext.iterator.dispose",
|
|
15085
|
+
"esnext.symbol.async-dispose",
|
|
14938
15086
|
"esnext.symbol.dispose"
|
|
14939
15087
|
],
|
|
15088
|
+
"core-js/proposals/float16": [
|
|
15089
|
+
"esnext.data-view.get-float16",
|
|
15090
|
+
"esnext.data-view.set-float16",
|
|
15091
|
+
"esnext.math.f16round"
|
|
15092
|
+
],
|
|
14940
15093
|
"core-js/proposals/function-demethodize": [
|
|
14941
15094
|
"esnext.function.demethodize"
|
|
14942
15095
|
],
|
|
@@ -17613,6 +17766,10 @@
|
|
|
17613
17766
|
"esnext.bigint.range",
|
|
17614
17767
|
"esnext.composite-key",
|
|
17615
17768
|
"esnext.composite-symbol",
|
|
17769
|
+
"esnext.data-view.get-float16",
|
|
17770
|
+
"esnext.data-view.get-uint8-clamped",
|
|
17771
|
+
"esnext.data-view.set-float16",
|
|
17772
|
+
"esnext.data-view.set-uint8-clamped",
|
|
17616
17773
|
"esnext.disposable-stack.constructor",
|
|
17617
17774
|
"esnext.function.demethodize",
|
|
17618
17775
|
"esnext.function.is-callable",
|
|
@@ -17665,6 +17822,7 @@
|
|
|
17665
17822
|
"esnext.math.deg-per-rad",
|
|
17666
17823
|
"esnext.math.degrees",
|
|
17667
17824
|
"esnext.math.fscale",
|
|
17825
|
+
"esnext.math.f16round",
|
|
17668
17826
|
"esnext.math.iaddh",
|
|
17669
17827
|
"esnext.math.imulh",
|
|
17670
17828
|
"esnext.math.isubh",
|
|
@@ -17815,6 +17973,10 @@
|
|
|
17815
17973
|
"esnext.bigint.range",
|
|
17816
17974
|
"esnext.composite-key",
|
|
17817
17975
|
"esnext.composite-symbol",
|
|
17976
|
+
"esnext.data-view.get-float16",
|
|
17977
|
+
"esnext.data-view.get-uint8-clamped",
|
|
17978
|
+
"esnext.data-view.set-float16",
|
|
17979
|
+
"esnext.data-view.set-uint8-clamped",
|
|
17818
17980
|
"esnext.disposable-stack.constructor",
|
|
17819
17981
|
"esnext.function.demethodize",
|
|
17820
17982
|
"esnext.function.is-callable",
|
|
@@ -17867,6 +18029,7 @@
|
|
|
17867
18029
|
"esnext.math.deg-per-rad",
|
|
17868
18030
|
"esnext.math.degrees",
|
|
17869
18031
|
"esnext.math.fscale",
|
|
18032
|
+
"esnext.math.f16round",
|
|
17870
18033
|
"esnext.math.iaddh",
|
|
17871
18034
|
"esnext.math.imulh",
|
|
17872
18035
|
"esnext.math.isubh",
|
|
@@ -18007,6 +18170,10 @@
|
|
|
18007
18170
|
"esnext.bigint.range",
|
|
18008
18171
|
"esnext.composite-key",
|
|
18009
18172
|
"esnext.composite-symbol",
|
|
18173
|
+
"esnext.data-view.get-float16",
|
|
18174
|
+
"esnext.data-view.get-uint8-clamped",
|
|
18175
|
+
"esnext.data-view.set-float16",
|
|
18176
|
+
"esnext.data-view.set-uint8-clamped",
|
|
18010
18177
|
"esnext.disposable-stack.constructor",
|
|
18011
18178
|
"esnext.function.metadata",
|
|
18012
18179
|
"esnext.global-this",
|
|
@@ -18055,6 +18222,7 @@
|
|
|
18055
18222
|
"esnext.math.deg-per-rad",
|
|
18056
18223
|
"esnext.math.degrees",
|
|
18057
18224
|
"esnext.math.fscale",
|
|
18225
|
+
"esnext.math.f16round",
|
|
18058
18226
|
"esnext.math.rad-per-deg",
|
|
18059
18227
|
"esnext.math.radians",
|
|
18060
18228
|
"esnext.math.scale",
|
|
@@ -18174,6 +18342,8 @@
|
|
|
18174
18342
|
"esnext.async-iterator.some",
|
|
18175
18343
|
"esnext.async-iterator.take",
|
|
18176
18344
|
"esnext.async-iterator.to-array",
|
|
18345
|
+
"esnext.data-view.get-float16",
|
|
18346
|
+
"esnext.data-view.set-float16",
|
|
18177
18347
|
"esnext.disposable-stack.constructor",
|
|
18178
18348
|
"esnext.function.metadata",
|
|
18179
18349
|
"esnext.global-this",
|
|
@@ -18200,6 +18370,7 @@
|
|
|
18200
18370
|
"esnext.json.raw-json",
|
|
18201
18371
|
"esnext.map.emplace",
|
|
18202
18372
|
"esnext.map.group-by",
|
|
18373
|
+
"esnext.math.f16round",
|
|
18203
18374
|
"esnext.object.has-own",
|
|
18204
18375
|
"esnext.object.group-by",
|
|
18205
18376
|
"esnext.promise.all-settled",
|
|
@@ -18261,7 +18432,9 @@
|
|
|
18261
18432
|
"esnext.array-buffer.detached",
|
|
18262
18433
|
"esnext.array-buffer.transfer",
|
|
18263
18434
|
"esnext.array-buffer.transfer-to-fixed-length",
|
|
18435
|
+
"esnext.async-disposable-stack.constructor",
|
|
18264
18436
|
"esnext.async-iterator.constructor",
|
|
18437
|
+
"esnext.async-iterator.async-dispose",
|
|
18265
18438
|
"esnext.async-iterator.drop",
|
|
18266
18439
|
"esnext.async-iterator.every",
|
|
18267
18440
|
"esnext.async-iterator.filter",
|
|
@@ -18274,6 +18447,8 @@
|
|
|
18274
18447
|
"esnext.async-iterator.some",
|
|
18275
18448
|
"esnext.async-iterator.take",
|
|
18276
18449
|
"esnext.async-iterator.to-array",
|
|
18450
|
+
"esnext.data-view.get-float16",
|
|
18451
|
+
"esnext.data-view.set-float16",
|
|
18277
18452
|
"esnext.disposable-stack.constructor",
|
|
18278
18453
|
"esnext.function.metadata",
|
|
18279
18454
|
"esnext.global-this",
|
|
@@ -18295,9 +18470,13 @@
|
|
|
18295
18470
|
"esnext.json.is-raw-json",
|
|
18296
18471
|
"esnext.json.parse",
|
|
18297
18472
|
"esnext.json.raw-json",
|
|
18473
|
+
"esnext.map.group-by",
|
|
18474
|
+
"esnext.math.f16round",
|
|
18298
18475
|
"esnext.object.has-own",
|
|
18476
|
+
"esnext.object.group-by",
|
|
18299
18477
|
"esnext.promise.all-settled",
|
|
18300
18478
|
"esnext.promise.any",
|
|
18479
|
+
"esnext.promise.with-resolvers",
|
|
18301
18480
|
"esnext.set.difference.v2",
|
|
18302
18481
|
"esnext.set.intersection.v2",
|
|
18303
18482
|
"esnext.set.is-disjoint-from.v2",
|
|
@@ -18309,6 +18488,7 @@
|
|
|
18309
18488
|
"esnext.string.match-all",
|
|
18310
18489
|
"esnext.string.replace-all",
|
|
18311
18490
|
"esnext.string.to-well-formed",
|
|
18491
|
+
"esnext.symbol.async-dispose",
|
|
18312
18492
|
"esnext.symbol.dispose",
|
|
18313
18493
|
"esnext.symbol.metadata",
|
|
18314
18494
|
"esnext.typed-array.at",
|
|
@@ -18390,6 +18570,10 @@
|
|
|
18390
18570
|
"esnext.bigint.range",
|
|
18391
18571
|
"esnext.composite-key",
|
|
18392
18572
|
"esnext.composite-symbol",
|
|
18573
|
+
"esnext.data-view.get-float16",
|
|
18574
|
+
"esnext.data-view.get-uint8-clamped",
|
|
18575
|
+
"esnext.data-view.set-float16",
|
|
18576
|
+
"esnext.data-view.set-uint8-clamped",
|
|
18393
18577
|
"esnext.disposable-stack.constructor",
|
|
18394
18578
|
"esnext.function.demethodize",
|
|
18395
18579
|
"esnext.function.is-callable",
|
|
@@ -18442,6 +18626,7 @@
|
|
|
18442
18626
|
"esnext.math.deg-per-rad",
|
|
18443
18627
|
"esnext.math.degrees",
|
|
18444
18628
|
"esnext.math.fscale",
|
|
18629
|
+
"esnext.math.f16round",
|
|
18445
18630
|
"esnext.math.iaddh",
|
|
18446
18631
|
"esnext.math.imulh",
|
|
18447
18632
|
"esnext.math.isubh",
|
package/modules-by-versions.json
CHANGED
|
@@ -504,5 +504,12 @@
|
|
|
504
504
|
"esnext.symbol.is-well-known-symbol",
|
|
505
505
|
"web.url-search-params.delete",
|
|
506
506
|
"web.url-search-params.has"
|
|
507
|
+
],
|
|
508
|
+
"3.32": [
|
|
509
|
+
"esnext.data-view.get-float16",
|
|
510
|
+
"esnext.data-view.get-uint8-clamped",
|
|
511
|
+
"esnext.data-view.set-float16",
|
|
512
|
+
"esnext.data-view.set-uint8-clamped",
|
|
513
|
+
"esnext.math.f16round"
|
|
507
514
|
]
|
|
508
515
|
}
|
package/modules.json
CHANGED
|
@@ -284,6 +284,10 @@
|
|
|
284
284
|
"esnext.bigint.range",
|
|
285
285
|
"esnext.composite-key",
|
|
286
286
|
"esnext.composite-symbol",
|
|
287
|
+
"esnext.data-view.get-float16",
|
|
288
|
+
"esnext.data-view.get-uint8-clamped",
|
|
289
|
+
"esnext.data-view.set-float16",
|
|
290
|
+
"esnext.data-view.set-uint8-clamped",
|
|
287
291
|
"esnext.disposable-stack.constructor",
|
|
288
292
|
"esnext.function.demethodize",
|
|
289
293
|
"esnext.function.is-callable",
|
|
@@ -336,6 +340,7 @@
|
|
|
336
340
|
"esnext.math.deg-per-rad",
|
|
337
341
|
"esnext.math.degrees",
|
|
338
342
|
"esnext.math.fscale",
|
|
343
|
+
"esnext.math.f16round",
|
|
339
344
|
"esnext.math.iaddh",
|
|
340
345
|
"esnext.math.imulh",
|
|
341
346
|
"esnext.math.isubh",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.0",
|
|
4
4
|
"description": "core-js compat",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
"main": "index.js",
|
|
22
22
|
"types": "index.d.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"browserslist": "^4.21.
|
|
24
|
+
"browserslist": "^4.21.9"
|
|
25
25
|
}
|
|
26
26
|
}
|