core-js-compat 3.31.1 → 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 +138 -52
- package/entries.json +189 -4
- package/modules-by-versions.json +7 -0
- package/modules.json +5 -0
- package/package.json +1 -1
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
|
@@ -5593,6 +5593,10 @@
|
|
|
5593
5593
|
"esnext.bigint.range": {},
|
|
5594
5594
|
"esnext.composite-key": {},
|
|
5595
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": {},
|
|
5596
5600
|
"esnext.disposable-stack.constructor": {},
|
|
5597
5601
|
"esnext.function.demethodize": {},
|
|
5598
5602
|
"esnext.function.is-callable": {},
|
|
@@ -5622,23 +5626,114 @@
|
|
|
5622
5626
|
"safari": "12.1",
|
|
5623
5627
|
"samsung": "10.0"
|
|
5624
5628
|
},
|
|
5625
|
-
"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
|
+
},
|
|
5626
5637
|
"esnext.iterator.as-indexed-pairs": {},
|
|
5627
5638
|
"esnext.iterator.dispose": {},
|
|
5628
|
-
"esnext.iterator.drop": {
|
|
5629
|
-
|
|
5630
|
-
|
|
5631
|
-
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
|
|
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
|
+
},
|
|
5635
5695
|
"esnext.iterator.indexed": {},
|
|
5636
|
-
"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
|
+
},
|
|
5637
5704
|
"esnext.iterator.range": {},
|
|
5638
|
-
"esnext.iterator.reduce": {
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
|
|
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
|
+
},
|
|
5642
5737
|
"esnext.iterator.to-async": {},
|
|
5643
5738
|
"esnext.json.is-raw-json": {
|
|
5644
5739
|
"android": "114",
|
|
@@ -5686,7 +5781,14 @@
|
|
|
5686
5781
|
"esnext.map.find": {},
|
|
5687
5782
|
"esnext.map.find-key": {},
|
|
5688
5783
|
"esnext.map.from": {},
|
|
5689
|
-
"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
|
+
},
|
|
5690
5792
|
"esnext.map.includes": {},
|
|
5691
5793
|
"esnext.map.key-by": {},
|
|
5692
5794
|
"esnext.map.key-of": {},
|
|
@@ -5703,6 +5805,7 @@
|
|
|
5703
5805
|
"esnext.math.deg-per-rad": {},
|
|
5704
5806
|
"esnext.math.degrees": {},
|
|
5705
5807
|
"esnext.math.fscale": {},
|
|
5808
|
+
"esnext.math.f16round": {},
|
|
5706
5809
|
"esnext.math.iaddh": {},
|
|
5707
5810
|
"esnext.math.imulh": {},
|
|
5708
5811
|
"esnext.math.isubh": {},
|
|
@@ -5739,7 +5842,14 @@
|
|
|
5739
5842
|
"esnext.object.iterate-entries": {},
|
|
5740
5843
|
"esnext.object.iterate-keys": {},
|
|
5741
5844
|
"esnext.object.iterate-values": {},
|
|
5742
|
-
"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
|
+
},
|
|
5743
5853
|
"esnext.observable": {},
|
|
5744
5854
|
"esnext.promise.all-settled": {
|
|
5745
5855
|
"android": "76",
|
|
@@ -5794,56 +5904,28 @@
|
|
|
5794
5904
|
"esnext.reflect.metadata": {},
|
|
5795
5905
|
"esnext.set.add-all": {},
|
|
5796
5906
|
"esnext.set.delete-all": {},
|
|
5797
|
-
"esnext.set.difference.v2": {
|
|
5798
|
-
"bun": "0.6.0",
|
|
5799
|
-
"ios": "17.0",
|
|
5800
|
-
"safari": "17.0"
|
|
5801
|
-
},
|
|
5907
|
+
"esnext.set.difference.v2": {},
|
|
5802
5908
|
"esnext.set.difference": {},
|
|
5803
5909
|
"esnext.set.every": {},
|
|
5804
5910
|
"esnext.set.filter": {},
|
|
5805
5911
|
"esnext.set.find": {},
|
|
5806
5912
|
"esnext.set.from": {},
|
|
5807
|
-
"esnext.set.intersection.v2": {
|
|
5808
|
-
"bun": "0.5.7",
|
|
5809
|
-
"ios": "17.0",
|
|
5810
|
-
"safari": "17.0"
|
|
5811
|
-
},
|
|
5913
|
+
"esnext.set.intersection.v2": {},
|
|
5812
5914
|
"esnext.set.intersection": {},
|
|
5813
|
-
"esnext.set.is-disjoint-from.v2": {
|
|
5814
|
-
"bun": "0.5.7",
|
|
5815
|
-
"ios": "17.0",
|
|
5816
|
-
"safari": "17.0"
|
|
5817
|
-
},
|
|
5915
|
+
"esnext.set.is-disjoint-from.v2": {},
|
|
5818
5916
|
"esnext.set.is-disjoint-from": {},
|
|
5819
|
-
"esnext.set.is-subset-of.v2": {
|
|
5820
|
-
"bun": "0.5.7",
|
|
5821
|
-
"ios": "17.0",
|
|
5822
|
-
"safari": "17.0"
|
|
5823
|
-
},
|
|
5917
|
+
"esnext.set.is-subset-of.v2": {},
|
|
5824
5918
|
"esnext.set.is-subset-of": {},
|
|
5825
|
-
"esnext.set.is-superset-of.v2": {
|
|
5826
|
-
"bun": "0.5.7",
|
|
5827
|
-
"ios": "17.0",
|
|
5828
|
-
"safari": "17.0"
|
|
5829
|
-
},
|
|
5919
|
+
"esnext.set.is-superset-of.v2": {},
|
|
5830
5920
|
"esnext.set.is-superset-of": {},
|
|
5831
5921
|
"esnext.set.join": {},
|
|
5832
5922
|
"esnext.set.map": {},
|
|
5833
5923
|
"esnext.set.of": {},
|
|
5834
5924
|
"esnext.set.reduce": {},
|
|
5835
5925
|
"esnext.set.some": {},
|
|
5836
|
-
"esnext.set.symmetric-difference.v2": {
|
|
5837
|
-
"bun": "0.5.7",
|
|
5838
|
-
"ios": "17.0",
|
|
5839
|
-
"safari": "17.0"
|
|
5840
|
-
},
|
|
5926
|
+
"esnext.set.symmetric-difference.v2": {},
|
|
5841
5927
|
"esnext.set.symmetric-difference": {},
|
|
5842
|
-
"esnext.set.union.v2": {
|
|
5843
|
-
"bun": "0.5.7",
|
|
5844
|
-
"ios": "17.0",
|
|
5845
|
-
"safari": "17.0"
|
|
5846
|
-
},
|
|
5928
|
+
"esnext.set.union.v2": {},
|
|
5847
5929
|
"esnext.set.union": {},
|
|
5848
5930
|
"esnext.string.at": {},
|
|
5849
5931
|
"esnext.string.cooked": {},
|
|
@@ -5929,8 +6011,12 @@
|
|
|
5929
6011
|
"safari": "16.4",
|
|
5930
6012
|
"samsung": "22.0"
|
|
5931
6013
|
},
|
|
5932
|
-
"esnext.symbol.async-dispose": {
|
|
5933
|
-
|
|
6014
|
+
"esnext.symbol.async-dispose": {
|
|
6015
|
+
"node": "20.5.0"
|
|
6016
|
+
},
|
|
6017
|
+
"esnext.symbol.dispose": {
|
|
6018
|
+
"node": "20.5.0"
|
|
6019
|
+
},
|
|
5934
6020
|
"esnext.symbol.is-registered-symbol": {},
|
|
5935
6021
|
"esnext.symbol.is-registered": {},
|
|
5936
6022
|
"esnext.symbol.is-well-known-symbol": {},
|
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",
|