core-js-compat 3.27.0 → 3.27.1
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/data.json +1 -1
- package/entries.json +112 -10
- package/package.json +1 -1
package/data.json
CHANGED
package/entries.json
CHANGED
|
@@ -1201,7 +1201,18 @@
|
|
|
1201
1201
|
"es.promise",
|
|
1202
1202
|
"es.string.iterator",
|
|
1203
1203
|
"esnext.async-iterator.constructor",
|
|
1204
|
+
"esnext.async-iterator.drop",
|
|
1205
|
+
"esnext.async-iterator.every",
|
|
1206
|
+
"esnext.async-iterator.filter",
|
|
1207
|
+
"esnext.async-iterator.find",
|
|
1208
|
+
"esnext.async-iterator.flat-map",
|
|
1209
|
+
"esnext.async-iterator.for-each",
|
|
1204
1210
|
"esnext.async-iterator.from",
|
|
1211
|
+
"esnext.async-iterator.map",
|
|
1212
|
+
"esnext.async-iterator.reduce",
|
|
1213
|
+
"esnext.async-iterator.some",
|
|
1214
|
+
"esnext.async-iterator.take",
|
|
1215
|
+
"esnext.async-iterator.to-array",
|
|
1205
1216
|
"web.dom-collections.iterator"
|
|
1206
1217
|
],
|
|
1207
1218
|
"core-js/actual/async-iterator/map": [
|
|
@@ -1296,15 +1307,19 @@
|
|
|
1296
1307
|
],
|
|
1297
1308
|
"core-js/actual/disposable-stack": [
|
|
1298
1309
|
"es.error.cause",
|
|
1310
|
+
"es.error.to-string",
|
|
1299
1311
|
"es.object.to-string",
|
|
1300
1312
|
"esnext.suppressed-error.constructor",
|
|
1301
|
-
"esnext.disposable-stack.constructor"
|
|
1313
|
+
"esnext.disposable-stack.constructor",
|
|
1314
|
+
"esnext.iterator.dispose"
|
|
1302
1315
|
],
|
|
1303
1316
|
"core-js/actual/disposable-stack/constructor": [
|
|
1304
1317
|
"es.error.cause",
|
|
1318
|
+
"es.error.to-string",
|
|
1305
1319
|
"es.object.to-string",
|
|
1306
1320
|
"esnext.suppressed-error.constructor",
|
|
1307
|
-
"esnext.disposable-stack.constructor"
|
|
1321
|
+
"esnext.disposable-stack.constructor",
|
|
1322
|
+
"esnext.iterator.dispose"
|
|
1308
1323
|
],
|
|
1309
1324
|
"core-js/actual/dom-collections": [
|
|
1310
1325
|
"es.array.iterator",
|
|
@@ -1626,9 +1641,23 @@
|
|
|
1626
1641
|
"core-js/actual/iterator/from": [
|
|
1627
1642
|
"es.array.iterator",
|
|
1628
1643
|
"es.object.to-string",
|
|
1644
|
+
"es.promise",
|
|
1629
1645
|
"es.string.iterator",
|
|
1630
1646
|
"esnext.iterator.constructor",
|
|
1647
|
+
"esnext.iterator.dispose",
|
|
1648
|
+
"esnext.iterator.drop",
|
|
1649
|
+
"esnext.iterator.every",
|
|
1650
|
+
"esnext.iterator.filter",
|
|
1651
|
+
"esnext.iterator.find",
|
|
1652
|
+
"esnext.iterator.flat-map",
|
|
1653
|
+
"esnext.iterator.for-each",
|
|
1631
1654
|
"esnext.iterator.from",
|
|
1655
|
+
"esnext.iterator.map",
|
|
1656
|
+
"esnext.iterator.reduce",
|
|
1657
|
+
"esnext.iterator.some",
|
|
1658
|
+
"esnext.iterator.take",
|
|
1659
|
+
"esnext.iterator.to-array",
|
|
1660
|
+
"esnext.iterator.to-async",
|
|
1632
1661
|
"web.dom-collections.iterator"
|
|
1633
1662
|
],
|
|
1634
1663
|
"core-js/actual/iterator/map": [
|
|
@@ -2470,6 +2499,7 @@
|
|
|
2470
2499
|
],
|
|
2471
2500
|
"core-js/actual/suppressed-error": [
|
|
2472
2501
|
"es.error.cause",
|
|
2502
|
+
"es.error.to-string",
|
|
2473
2503
|
"esnext.suppressed-error.constructor"
|
|
2474
2504
|
],
|
|
2475
2505
|
"core-js/actual/symbol": [
|
|
@@ -6113,17 +6143,23 @@
|
|
|
6113
6143
|
],
|
|
6114
6144
|
"core-js/features/async-disposable-stack": [
|
|
6115
6145
|
"es.error.cause",
|
|
6146
|
+
"es.error.to-string",
|
|
6116
6147
|
"es.object.to-string",
|
|
6117
6148
|
"es.promise",
|
|
6118
6149
|
"esnext.suppressed-error.constructor",
|
|
6119
|
-
"esnext.async-disposable-stack.constructor"
|
|
6150
|
+
"esnext.async-disposable-stack.constructor",
|
|
6151
|
+
"esnext.async-iterator.async-dispose",
|
|
6152
|
+
"esnext.iterator.dispose"
|
|
6120
6153
|
],
|
|
6121
6154
|
"core-js/features/async-disposable-stack/constructor": [
|
|
6122
6155
|
"es.error.cause",
|
|
6156
|
+
"es.error.to-string",
|
|
6123
6157
|
"es.object.to-string",
|
|
6124
6158
|
"es.promise",
|
|
6125
6159
|
"esnext.suppressed-error.constructor",
|
|
6126
|
-
"esnext.async-disposable-stack.constructor"
|
|
6160
|
+
"esnext.async-disposable-stack.constructor",
|
|
6161
|
+
"esnext.async-iterator.async-dispose",
|
|
6162
|
+
"esnext.iterator.dispose"
|
|
6127
6163
|
],
|
|
6128
6164
|
"core-js/features/async-iterator": [
|
|
6129
6165
|
"es.array.iterator",
|
|
@@ -6201,7 +6237,18 @@
|
|
|
6201
6237
|
"es.promise",
|
|
6202
6238
|
"es.string.iterator",
|
|
6203
6239
|
"esnext.async-iterator.constructor",
|
|
6240
|
+
"esnext.async-iterator.drop",
|
|
6241
|
+
"esnext.async-iterator.every",
|
|
6242
|
+
"esnext.async-iterator.filter",
|
|
6243
|
+
"esnext.async-iterator.find",
|
|
6244
|
+
"esnext.async-iterator.flat-map",
|
|
6245
|
+
"esnext.async-iterator.for-each",
|
|
6204
6246
|
"esnext.async-iterator.from",
|
|
6247
|
+
"esnext.async-iterator.map",
|
|
6248
|
+
"esnext.async-iterator.reduce",
|
|
6249
|
+
"esnext.async-iterator.some",
|
|
6250
|
+
"esnext.async-iterator.take",
|
|
6251
|
+
"esnext.async-iterator.to-array",
|
|
6205
6252
|
"web.dom-collections.iterator"
|
|
6206
6253
|
],
|
|
6207
6254
|
"core-js/features/async-iterator/indexed": [
|
|
@@ -6317,15 +6364,19 @@
|
|
|
6317
6364
|
],
|
|
6318
6365
|
"core-js/features/disposable-stack": [
|
|
6319
6366
|
"es.error.cause",
|
|
6367
|
+
"es.error.to-string",
|
|
6320
6368
|
"es.object.to-string",
|
|
6321
6369
|
"esnext.suppressed-error.constructor",
|
|
6322
|
-
"esnext.disposable-stack.constructor"
|
|
6370
|
+
"esnext.disposable-stack.constructor",
|
|
6371
|
+
"esnext.iterator.dispose"
|
|
6323
6372
|
],
|
|
6324
6373
|
"core-js/features/disposable-stack/constructor": [
|
|
6325
6374
|
"es.error.cause",
|
|
6375
|
+
"es.error.to-string",
|
|
6326
6376
|
"es.object.to-string",
|
|
6327
6377
|
"esnext.suppressed-error.constructor",
|
|
6328
|
-
"esnext.disposable-stack.constructor"
|
|
6378
|
+
"esnext.disposable-stack.constructor",
|
|
6379
|
+
"esnext.iterator.dispose"
|
|
6329
6380
|
],
|
|
6330
6381
|
"core-js/features/dom-collections": [
|
|
6331
6382
|
"es.array.iterator",
|
|
@@ -6691,9 +6742,23 @@
|
|
|
6691
6742
|
"core-js/features/iterator/from": [
|
|
6692
6743
|
"es.array.iterator",
|
|
6693
6744
|
"es.object.to-string",
|
|
6745
|
+
"es.promise",
|
|
6694
6746
|
"es.string.iterator",
|
|
6695
6747
|
"esnext.iterator.constructor",
|
|
6748
|
+
"esnext.iterator.dispose",
|
|
6749
|
+
"esnext.iterator.drop",
|
|
6750
|
+
"esnext.iterator.every",
|
|
6751
|
+
"esnext.iterator.filter",
|
|
6752
|
+
"esnext.iterator.find",
|
|
6753
|
+
"esnext.iterator.flat-map",
|
|
6754
|
+
"esnext.iterator.for-each",
|
|
6696
6755
|
"esnext.iterator.from",
|
|
6756
|
+
"esnext.iterator.map",
|
|
6757
|
+
"esnext.iterator.reduce",
|
|
6758
|
+
"esnext.iterator.some",
|
|
6759
|
+
"esnext.iterator.take",
|
|
6760
|
+
"esnext.iterator.to-array",
|
|
6761
|
+
"esnext.iterator.to-async",
|
|
6697
6762
|
"web.dom-collections.iterator"
|
|
6698
6763
|
],
|
|
6699
6764
|
"core-js/features/iterator/indexed": [
|
|
@@ -7901,6 +7966,7 @@
|
|
|
7901
7966
|
],
|
|
7902
7967
|
"core-js/features/suppressed-error": [
|
|
7903
7968
|
"es.error.cause",
|
|
7969
|
+
"es.error.to-string",
|
|
7904
7970
|
"esnext.suppressed-error.constructor"
|
|
7905
7971
|
],
|
|
7906
7972
|
"core-js/features/symbol": [
|
|
@@ -9650,17 +9716,23 @@
|
|
|
9650
9716
|
],
|
|
9651
9717
|
"core-js/full/async-disposable-stack": [
|
|
9652
9718
|
"es.error.cause",
|
|
9719
|
+
"es.error.to-string",
|
|
9653
9720
|
"es.object.to-string",
|
|
9654
9721
|
"es.promise",
|
|
9655
9722
|
"esnext.suppressed-error.constructor",
|
|
9656
|
-
"esnext.async-disposable-stack.constructor"
|
|
9723
|
+
"esnext.async-disposable-stack.constructor",
|
|
9724
|
+
"esnext.async-iterator.async-dispose",
|
|
9725
|
+
"esnext.iterator.dispose"
|
|
9657
9726
|
],
|
|
9658
9727
|
"core-js/full/async-disposable-stack/constructor": [
|
|
9659
9728
|
"es.error.cause",
|
|
9729
|
+
"es.error.to-string",
|
|
9660
9730
|
"es.object.to-string",
|
|
9661
9731
|
"es.promise",
|
|
9662
9732
|
"esnext.suppressed-error.constructor",
|
|
9663
|
-
"esnext.async-disposable-stack.constructor"
|
|
9733
|
+
"esnext.async-disposable-stack.constructor",
|
|
9734
|
+
"esnext.async-iterator.async-dispose",
|
|
9735
|
+
"esnext.iterator.dispose"
|
|
9664
9736
|
],
|
|
9665
9737
|
"core-js/full/async-iterator": [
|
|
9666
9738
|
"es.array.iterator",
|
|
@@ -9738,7 +9810,18 @@
|
|
|
9738
9810
|
"es.promise",
|
|
9739
9811
|
"es.string.iterator",
|
|
9740
9812
|
"esnext.async-iterator.constructor",
|
|
9813
|
+
"esnext.async-iterator.drop",
|
|
9814
|
+
"esnext.async-iterator.every",
|
|
9815
|
+
"esnext.async-iterator.filter",
|
|
9816
|
+
"esnext.async-iterator.find",
|
|
9817
|
+
"esnext.async-iterator.flat-map",
|
|
9818
|
+
"esnext.async-iterator.for-each",
|
|
9741
9819
|
"esnext.async-iterator.from",
|
|
9820
|
+
"esnext.async-iterator.map",
|
|
9821
|
+
"esnext.async-iterator.reduce",
|
|
9822
|
+
"esnext.async-iterator.some",
|
|
9823
|
+
"esnext.async-iterator.take",
|
|
9824
|
+
"esnext.async-iterator.to-array",
|
|
9742
9825
|
"web.dom-collections.iterator"
|
|
9743
9826
|
],
|
|
9744
9827
|
"core-js/full/async-iterator/indexed": [
|
|
@@ -9854,15 +9937,19 @@
|
|
|
9854
9937
|
],
|
|
9855
9938
|
"core-js/full/disposable-stack": [
|
|
9856
9939
|
"es.error.cause",
|
|
9940
|
+
"es.error.to-string",
|
|
9857
9941
|
"es.object.to-string",
|
|
9858
9942
|
"esnext.suppressed-error.constructor",
|
|
9859
|
-
"esnext.disposable-stack.constructor"
|
|
9943
|
+
"esnext.disposable-stack.constructor",
|
|
9944
|
+
"esnext.iterator.dispose"
|
|
9860
9945
|
],
|
|
9861
9946
|
"core-js/full/disposable-stack/constructor": [
|
|
9862
9947
|
"es.error.cause",
|
|
9948
|
+
"es.error.to-string",
|
|
9863
9949
|
"es.object.to-string",
|
|
9864
9950
|
"esnext.suppressed-error.constructor",
|
|
9865
|
-
"esnext.disposable-stack.constructor"
|
|
9951
|
+
"esnext.disposable-stack.constructor",
|
|
9952
|
+
"esnext.iterator.dispose"
|
|
9866
9953
|
],
|
|
9867
9954
|
"core-js/full/dom-collections": [
|
|
9868
9955
|
"es.array.iterator",
|
|
@@ -10228,9 +10315,23 @@
|
|
|
10228
10315
|
"core-js/full/iterator/from": [
|
|
10229
10316
|
"es.array.iterator",
|
|
10230
10317
|
"es.object.to-string",
|
|
10318
|
+
"es.promise",
|
|
10231
10319
|
"es.string.iterator",
|
|
10232
10320
|
"esnext.iterator.constructor",
|
|
10321
|
+
"esnext.iterator.dispose",
|
|
10322
|
+
"esnext.iterator.drop",
|
|
10323
|
+
"esnext.iterator.every",
|
|
10324
|
+
"esnext.iterator.filter",
|
|
10325
|
+
"esnext.iterator.find",
|
|
10326
|
+
"esnext.iterator.flat-map",
|
|
10327
|
+
"esnext.iterator.for-each",
|
|
10233
10328
|
"esnext.iterator.from",
|
|
10329
|
+
"esnext.iterator.map",
|
|
10330
|
+
"esnext.iterator.reduce",
|
|
10331
|
+
"esnext.iterator.some",
|
|
10332
|
+
"esnext.iterator.take",
|
|
10333
|
+
"esnext.iterator.to-array",
|
|
10334
|
+
"esnext.iterator.to-async",
|
|
10234
10335
|
"web.dom-collections.iterator"
|
|
10235
10336
|
],
|
|
10236
10337
|
"core-js/full/iterator/indexed": [
|
|
@@ -11438,6 +11539,7 @@
|
|
|
11438
11539
|
],
|
|
11439
11540
|
"core-js/full/suppressed-error": [
|
|
11440
11541
|
"es.error.cause",
|
|
11542
|
+
"es.error.to-string",
|
|
11441
11543
|
"esnext.suppressed-error.constructor"
|
|
11442
11544
|
],
|
|
11443
11545
|
"core-js/full/symbol": [
|