core-js-compat 3.17.2 → 3.18.2
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 +38 -16
- package/entries.json +58 -0
- package/modules-by-versions.json +4 -0
- package/modules.json +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ const {
|
|
|
7
7
|
} = require('core-js-compat')({
|
|
8
8
|
targets: '> 2.5%', // browserslist query or object of minimum environment versions to support
|
|
9
9
|
filter: /^(es|web)\./, // optional filter - string-prefix, regexp or list of modules
|
|
10
|
-
version: '3.
|
|
10
|
+
version: '3.18', // used `core-js` version, by default - the latest
|
|
11
11
|
});
|
|
12
12
|
|
|
13
13
|
console.log(targets);
|
|
@@ -92,9 +92,9 @@ require('core-js-compat/modules'); // => Array<ModuleName>
|
|
|
92
92
|
require('core-js-compat').modules; // => Array<ModuleName>
|
|
93
93
|
|
|
94
94
|
// the subset of modules which available in the passed `core-js` version:
|
|
95
|
-
require('core-js-compat/get-modules-list-for-target-version')('3.
|
|
95
|
+
require('core-js-compat/get-modules-list-for-target-version')('3.18'); // => Array<ModuleName>
|
|
96
96
|
// or
|
|
97
|
-
require('core-js-compat').getModulesListForTargetVersion('3.
|
|
97
|
+
require('core-js-compat').getModulesListForTargetVersion('3.18'); // => Array<ModuleName>
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
If you want to add new / update data about modules required for target engines, [follow this instruction](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#updating-core-js-compat-data).
|
package/data.json
CHANGED
|
@@ -242,7 +242,9 @@
|
|
|
242
242
|
"electron": "14.0",
|
|
243
243
|
"firefox": "90",
|
|
244
244
|
"node": "16.6",
|
|
245
|
-
"opera": "78"
|
|
245
|
+
"opera": "78",
|
|
246
|
+
"safari": "15.1",
|
|
247
|
+
"samsung": "16.0"
|
|
246
248
|
},
|
|
247
249
|
"es.array.concat": {
|
|
248
250
|
"android": "51",
|
|
@@ -423,7 +425,7 @@
|
|
|
423
425
|
"deno": "1.0",
|
|
424
426
|
"edge": "12",
|
|
425
427
|
"electron": "1.2",
|
|
426
|
-
"firefox": "
|
|
428
|
+
"firefox": "47",
|
|
427
429
|
"ie": "9",
|
|
428
430
|
"ios": "8.0",
|
|
429
431
|
"node": "6.5",
|
|
@@ -485,7 +487,7 @@
|
|
|
485
487
|
"deno": "1.0",
|
|
486
488
|
"edge": "12",
|
|
487
489
|
"electron": "1.2",
|
|
488
|
-
"firefox": "
|
|
490
|
+
"firefox": "47",
|
|
489
491
|
"ie": "9",
|
|
490
492
|
"ios": "8.0",
|
|
491
493
|
"node": "6.5",
|
|
@@ -1376,7 +1378,7 @@
|
|
|
1376
1378
|
"android": "37",
|
|
1377
1379
|
"chrome": "35",
|
|
1378
1380
|
"deno": "1.0",
|
|
1379
|
-
"edge": "
|
|
1381
|
+
"edge": "74",
|
|
1380
1382
|
"electron": "0.20",
|
|
1381
1383
|
"firefox": "39",
|
|
1382
1384
|
"ios": "11.0",
|
|
@@ -1390,7 +1392,7 @@
|
|
|
1390
1392
|
"android": "37",
|
|
1391
1393
|
"chrome": "35",
|
|
1392
1394
|
"deno": "1.0",
|
|
1393
|
-
"edge": "
|
|
1395
|
+
"edge": "74",
|
|
1394
1396
|
"electron": "0.20",
|
|
1395
1397
|
"firefox": "39",
|
|
1396
1398
|
"ios": "9.0",
|
|
@@ -1635,6 +1637,7 @@
|
|
|
1635
1637
|
"edge": "93",
|
|
1636
1638
|
"electron": "14.0",
|
|
1637
1639
|
"firefox": "92",
|
|
1640
|
+
"node": "16.9",
|
|
1638
1641
|
"opera": "79"
|
|
1639
1642
|
},
|
|
1640
1643
|
"es.object.is": {
|
|
@@ -1820,7 +1823,7 @@
|
|
|
1820
1823
|
"android": "37",
|
|
1821
1824
|
"chrome": "35",
|
|
1822
1825
|
"deno": "1.0",
|
|
1823
|
-
"edge": "
|
|
1826
|
+
"edge": "74",
|
|
1824
1827
|
"electron": "0.20",
|
|
1825
1828
|
"firefox": "8",
|
|
1826
1829
|
"ie": "8",
|
|
@@ -1836,7 +1839,7 @@
|
|
|
1836
1839
|
"android": "37",
|
|
1837
1840
|
"chrome": "35",
|
|
1838
1841
|
"deno": "1.0",
|
|
1839
|
-
"edge": "
|
|
1842
|
+
"edge": "74",
|
|
1840
1843
|
"electron": "0.20",
|
|
1841
1844
|
"firefox": "21",
|
|
1842
1845
|
"ie": "9",
|
|
@@ -2221,7 +2224,9 @@
|
|
|
2221
2224
|
"electron": "14.0",
|
|
2222
2225
|
"firefox": "90",
|
|
2223
2226
|
"node": "16.6",
|
|
2224
|
-
"opera": "78"
|
|
2227
|
+
"opera": "78",
|
|
2228
|
+
"safari": "15.1",
|
|
2229
|
+
"samsung": "16.0"
|
|
2225
2230
|
},
|
|
2226
2231
|
"es.string.code-point-at": {
|
|
2227
2232
|
"android": "41",
|
|
@@ -2460,7 +2465,7 @@
|
|
|
2460
2465
|
"edge": "12",
|
|
2461
2466
|
"electron": "0.20",
|
|
2462
2467
|
"firefox": "1",
|
|
2463
|
-
"ie": "
|
|
2468
|
+
"ie": "9",
|
|
2464
2469
|
"ios": "1.0",
|
|
2465
2470
|
"node": "0.0.3",
|
|
2466
2471
|
"opera": "4",
|
|
@@ -2851,7 +2856,9 @@
|
|
|
2851
2856
|
"electron": "14.0",
|
|
2852
2857
|
"firefox": "90",
|
|
2853
2858
|
"node": "16.6",
|
|
2854
|
-
"opera": "78"
|
|
2859
|
+
"opera": "78",
|
|
2860
|
+
"safari": "15.1",
|
|
2861
|
+
"samsung": "16.0"
|
|
2855
2862
|
},
|
|
2856
2863
|
"es.typed-array.copy-within": {
|
|
2857
2864
|
"android": "45",
|
|
@@ -3264,6 +3271,7 @@
|
|
|
3264
3271
|
"safari": "14.0",
|
|
3265
3272
|
"samsung": "14.0"
|
|
3266
3273
|
},
|
|
3274
|
+
"esnext.array.from-async": {},
|
|
3267
3275
|
"esnext.array.at": {
|
|
3268
3276
|
"android": "92",
|
|
3269
3277
|
"chrome": "92",
|
|
@@ -3272,12 +3280,18 @@
|
|
|
3272
3280
|
"electron": "14.0",
|
|
3273
3281
|
"firefox": "90",
|
|
3274
3282
|
"node": "16.6",
|
|
3275
|
-
"opera": "78"
|
|
3283
|
+
"opera": "78",
|
|
3284
|
+
"safari": "15.1",
|
|
3285
|
+
"samsung": "16.0"
|
|
3276
3286
|
},
|
|
3277
3287
|
"esnext.array.filter-out": {},
|
|
3278
3288
|
"esnext.array.filter-reject": {},
|
|
3279
|
-
"esnext.array.find-last": {
|
|
3280
|
-
|
|
3289
|
+
"esnext.array.find-last": {
|
|
3290
|
+
"safari": "15.1"
|
|
3291
|
+
},
|
|
3292
|
+
"esnext.array.find-last-index": {
|
|
3293
|
+
"safari": "15.1"
|
|
3294
|
+
},
|
|
3281
3295
|
"esnext.array.group-by": {},
|
|
3282
3296
|
"esnext.array.is-template-object": {},
|
|
3283
3297
|
"esnext.array.last-index": {},
|
|
@@ -3370,6 +3384,7 @@
|
|
|
3370
3384
|
"edge": "93",
|
|
3371
3385
|
"electron": "14.0",
|
|
3372
3386
|
"firefox": "92",
|
|
3387
|
+
"node": "16.9",
|
|
3373
3388
|
"opera": "79"
|
|
3374
3389
|
},
|
|
3375
3390
|
"esnext.object.iterate-entries": {},
|
|
@@ -3469,6 +3484,7 @@
|
|
|
3469
3484
|
"esnext.symbol.observable": {},
|
|
3470
3485
|
"esnext.symbol.pattern-match": {},
|
|
3471
3486
|
"esnext.symbol.replace-all": {},
|
|
3487
|
+
"esnext.typed-array.from-async": {},
|
|
3472
3488
|
"esnext.typed-array.at": {
|
|
3473
3489
|
"android": "92",
|
|
3474
3490
|
"chrome": "92",
|
|
@@ -3477,12 +3493,18 @@
|
|
|
3477
3493
|
"electron": "14.0",
|
|
3478
3494
|
"firefox": "90",
|
|
3479
3495
|
"node": "16.6",
|
|
3480
|
-
"opera": "78"
|
|
3496
|
+
"opera": "78",
|
|
3497
|
+
"safari": "15.1",
|
|
3498
|
+
"samsung": "16.0"
|
|
3481
3499
|
},
|
|
3482
3500
|
"esnext.typed-array.filter-out": {},
|
|
3483
3501
|
"esnext.typed-array.filter-reject": {},
|
|
3484
|
-
"esnext.typed-array.find-last": {
|
|
3485
|
-
|
|
3502
|
+
"esnext.typed-array.find-last": {
|
|
3503
|
+
"safari": "15.1"
|
|
3504
|
+
},
|
|
3505
|
+
"esnext.typed-array.find-last-index": {
|
|
3506
|
+
"safari": "15.1"
|
|
3507
|
+
},
|
|
3486
3508
|
"esnext.typed-array.group-by": {},
|
|
3487
3509
|
"esnext.typed-array.unique-by": {},
|
|
3488
3510
|
"esnext.weak-map.delete-all": {},
|
package/entries.json
CHANGED
|
@@ -223,6 +223,7 @@
|
|
|
223
223
|
"es.weak-map",
|
|
224
224
|
"es.weak-set",
|
|
225
225
|
"esnext.aggregate-error",
|
|
226
|
+
"esnext.array.from-async",
|
|
226
227
|
"esnext.array.at",
|
|
227
228
|
"esnext.array.filter-out",
|
|
228
229
|
"esnext.array.filter-reject",
|
|
@@ -346,6 +347,7 @@
|
|
|
346
347
|
"esnext.symbol.observable",
|
|
347
348
|
"esnext.symbol.pattern-match",
|
|
348
349
|
"esnext.symbol.replace-all",
|
|
350
|
+
"esnext.typed-array.from-async",
|
|
349
351
|
"esnext.typed-array.at",
|
|
350
352
|
"esnext.typed-array.filter-out",
|
|
351
353
|
"esnext.typed-array.filter-reject",
|
|
@@ -2549,6 +2551,7 @@
|
|
|
2549
2551
|
"es.weak-map",
|
|
2550
2552
|
"es.weak-set",
|
|
2551
2553
|
"esnext.aggregate-error",
|
|
2554
|
+
"esnext.array.from-async",
|
|
2552
2555
|
"esnext.array.at",
|
|
2553
2556
|
"esnext.array.filter-out",
|
|
2554
2557
|
"esnext.array.filter-reject",
|
|
@@ -2672,6 +2675,7 @@
|
|
|
2672
2675
|
"esnext.symbol.observable",
|
|
2673
2676
|
"esnext.symbol.pattern-match",
|
|
2674
2677
|
"esnext.symbol.replace-all",
|
|
2678
|
+
"esnext.typed-array.from-async",
|
|
2675
2679
|
"esnext.typed-array.at",
|
|
2676
2680
|
"esnext.typed-array.filter-out",
|
|
2677
2681
|
"esnext.typed-array.filter-reject",
|
|
@@ -2737,7 +2741,9 @@
|
|
|
2737
2741
|
"es.array.unscopables.flat-map",
|
|
2738
2742
|
"es.map",
|
|
2739
2743
|
"es.object.to-string",
|
|
2744
|
+
"es.promise",
|
|
2740
2745
|
"es.string.iterator",
|
|
2746
|
+
"esnext.array.from-async",
|
|
2741
2747
|
"esnext.array.at",
|
|
2742
2748
|
"esnext.array.filter-out",
|
|
2743
2749
|
"esnext.array.filter-reject",
|
|
@@ -2821,6 +2827,13 @@
|
|
|
2821
2827
|
"es.array.from",
|
|
2822
2828
|
"es.string.iterator"
|
|
2823
2829
|
],
|
|
2830
|
+
"core-js/features/array/from-async": [
|
|
2831
|
+
"es.array.iterator",
|
|
2832
|
+
"es.object.to-string",
|
|
2833
|
+
"es.promise",
|
|
2834
|
+
"es.string.iterator",
|
|
2835
|
+
"esnext.array.from-async"
|
|
2836
|
+
],
|
|
2824
2837
|
"core-js/features/array/group-by": [
|
|
2825
2838
|
"esnext.array.group-by"
|
|
2826
2839
|
],
|
|
@@ -4722,6 +4735,7 @@
|
|
|
4722
4735
|
"core-js/features/typed-array": [
|
|
4723
4736
|
"es.map",
|
|
4724
4737
|
"es.object.to-string",
|
|
4738
|
+
"es.promise",
|
|
4725
4739
|
"es.string.iterator",
|
|
4726
4740
|
"es.typed-array.float32-array",
|
|
4727
4741
|
"es.typed-array.float64-array",
|
|
@@ -4758,6 +4772,7 @@
|
|
|
4758
4772
|
"es.typed-array.subarray",
|
|
4759
4773
|
"es.typed-array.to-locale-string",
|
|
4760
4774
|
"es.typed-array.to-string",
|
|
4775
|
+
"esnext.typed-array.from-async",
|
|
4761
4776
|
"esnext.typed-array.at",
|
|
4762
4777
|
"esnext.typed-array.filter-out",
|
|
4763
4778
|
"esnext.typed-array.filter-reject",
|
|
@@ -4807,6 +4822,7 @@
|
|
|
4807
4822
|
"core-js/features/typed-array/float32-array": [
|
|
4808
4823
|
"es.map",
|
|
4809
4824
|
"es.object.to-string",
|
|
4825
|
+
"es.promise",
|
|
4810
4826
|
"es.string.iterator",
|
|
4811
4827
|
"es.typed-array.float32-array",
|
|
4812
4828
|
"es.typed-array.at",
|
|
@@ -4835,6 +4851,7 @@
|
|
|
4835
4851
|
"es.typed-array.subarray",
|
|
4836
4852
|
"es.typed-array.to-locale-string",
|
|
4837
4853
|
"es.typed-array.to-string",
|
|
4854
|
+
"esnext.typed-array.from-async",
|
|
4838
4855
|
"esnext.typed-array.at",
|
|
4839
4856
|
"esnext.typed-array.filter-out",
|
|
4840
4857
|
"esnext.typed-array.filter-reject",
|
|
@@ -4846,6 +4863,7 @@
|
|
|
4846
4863
|
"core-js/features/typed-array/float64-array": [
|
|
4847
4864
|
"es.map",
|
|
4848
4865
|
"es.object.to-string",
|
|
4866
|
+
"es.promise",
|
|
4849
4867
|
"es.string.iterator",
|
|
4850
4868
|
"es.typed-array.float64-array",
|
|
4851
4869
|
"es.typed-array.at",
|
|
@@ -4874,6 +4892,7 @@
|
|
|
4874
4892
|
"es.typed-array.subarray",
|
|
4875
4893
|
"es.typed-array.to-locale-string",
|
|
4876
4894
|
"es.typed-array.to-string",
|
|
4895
|
+
"esnext.typed-array.from-async",
|
|
4877
4896
|
"esnext.typed-array.at",
|
|
4878
4897
|
"esnext.typed-array.filter-out",
|
|
4879
4898
|
"esnext.typed-array.filter-reject",
|
|
@@ -4888,6 +4907,9 @@
|
|
|
4888
4907
|
"core-js/features/typed-array/from": [
|
|
4889
4908
|
"es.typed-array.from"
|
|
4890
4909
|
],
|
|
4910
|
+
"core-js/features/typed-array/from-async": [
|
|
4911
|
+
"esnext.typed-array.from-async"
|
|
4912
|
+
],
|
|
4891
4913
|
"core-js/features/typed-array/group-by": [
|
|
4892
4914
|
"esnext.typed-array.group-by"
|
|
4893
4915
|
],
|
|
@@ -4900,6 +4922,7 @@
|
|
|
4900
4922
|
"core-js/features/typed-array/int16-array": [
|
|
4901
4923
|
"es.map",
|
|
4902
4924
|
"es.object.to-string",
|
|
4925
|
+
"es.promise",
|
|
4903
4926
|
"es.string.iterator",
|
|
4904
4927
|
"es.typed-array.int16-array",
|
|
4905
4928
|
"es.typed-array.at",
|
|
@@ -4928,6 +4951,7 @@
|
|
|
4928
4951
|
"es.typed-array.subarray",
|
|
4929
4952
|
"es.typed-array.to-locale-string",
|
|
4930
4953
|
"es.typed-array.to-string",
|
|
4954
|
+
"esnext.typed-array.from-async",
|
|
4931
4955
|
"esnext.typed-array.at",
|
|
4932
4956
|
"esnext.typed-array.filter-out",
|
|
4933
4957
|
"esnext.typed-array.filter-reject",
|
|
@@ -4939,6 +4963,7 @@
|
|
|
4939
4963
|
"core-js/features/typed-array/int32-array": [
|
|
4940
4964
|
"es.map",
|
|
4941
4965
|
"es.object.to-string",
|
|
4966
|
+
"es.promise",
|
|
4942
4967
|
"es.string.iterator",
|
|
4943
4968
|
"es.typed-array.int32-array",
|
|
4944
4969
|
"es.typed-array.at",
|
|
@@ -4967,6 +4992,7 @@
|
|
|
4967
4992
|
"es.typed-array.subarray",
|
|
4968
4993
|
"es.typed-array.to-locale-string",
|
|
4969
4994
|
"es.typed-array.to-string",
|
|
4995
|
+
"esnext.typed-array.from-async",
|
|
4970
4996
|
"esnext.typed-array.at",
|
|
4971
4997
|
"esnext.typed-array.filter-out",
|
|
4972
4998
|
"esnext.typed-array.filter-reject",
|
|
@@ -4978,6 +5004,7 @@
|
|
|
4978
5004
|
"core-js/features/typed-array/int8-array": [
|
|
4979
5005
|
"es.map",
|
|
4980
5006
|
"es.object.to-string",
|
|
5007
|
+
"es.promise",
|
|
4981
5008
|
"es.string.iterator",
|
|
4982
5009
|
"es.typed-array.int8-array",
|
|
4983
5010
|
"es.typed-array.at",
|
|
@@ -5006,6 +5033,7 @@
|
|
|
5006
5033
|
"es.typed-array.subarray",
|
|
5007
5034
|
"es.typed-array.to-locale-string",
|
|
5008
5035
|
"es.typed-array.to-string",
|
|
5036
|
+
"esnext.typed-array.from-async",
|
|
5009
5037
|
"esnext.typed-array.at",
|
|
5010
5038
|
"esnext.typed-array.filter-out",
|
|
5011
5039
|
"esnext.typed-array.filter-reject",
|
|
@@ -5034,6 +5062,7 @@
|
|
|
5034
5062
|
"core-js/features/typed-array/methods": [
|
|
5035
5063
|
"es.map",
|
|
5036
5064
|
"es.object.to-string",
|
|
5065
|
+
"es.promise",
|
|
5037
5066
|
"es.string.iterator",
|
|
5038
5067
|
"es.typed-array.at",
|
|
5039
5068
|
"es.typed-array.copy-within",
|
|
@@ -5061,6 +5090,7 @@
|
|
|
5061
5090
|
"es.typed-array.subarray",
|
|
5062
5091
|
"es.typed-array.to-locale-string",
|
|
5063
5092
|
"es.typed-array.to-string",
|
|
5093
|
+
"esnext.typed-array.from-async",
|
|
5064
5094
|
"esnext.typed-array.at",
|
|
5065
5095
|
"esnext.typed-array.filter-out",
|
|
5066
5096
|
"esnext.typed-array.filter-reject",
|
|
@@ -5105,6 +5135,7 @@
|
|
|
5105
5135
|
"core-js/features/typed-array/uint16-array": [
|
|
5106
5136
|
"es.map",
|
|
5107
5137
|
"es.object.to-string",
|
|
5138
|
+
"es.promise",
|
|
5108
5139
|
"es.string.iterator",
|
|
5109
5140
|
"es.typed-array.uint16-array",
|
|
5110
5141
|
"es.typed-array.at",
|
|
@@ -5133,6 +5164,7 @@
|
|
|
5133
5164
|
"es.typed-array.subarray",
|
|
5134
5165
|
"es.typed-array.to-locale-string",
|
|
5135
5166
|
"es.typed-array.to-string",
|
|
5167
|
+
"esnext.typed-array.from-async",
|
|
5136
5168
|
"esnext.typed-array.at",
|
|
5137
5169
|
"esnext.typed-array.filter-out",
|
|
5138
5170
|
"esnext.typed-array.filter-reject",
|
|
@@ -5144,6 +5176,7 @@
|
|
|
5144
5176
|
"core-js/features/typed-array/uint32-array": [
|
|
5145
5177
|
"es.map",
|
|
5146
5178
|
"es.object.to-string",
|
|
5179
|
+
"es.promise",
|
|
5147
5180
|
"es.string.iterator",
|
|
5148
5181
|
"es.typed-array.uint32-array",
|
|
5149
5182
|
"es.typed-array.at",
|
|
@@ -5172,6 +5205,7 @@
|
|
|
5172
5205
|
"es.typed-array.subarray",
|
|
5173
5206
|
"es.typed-array.to-locale-string",
|
|
5174
5207
|
"es.typed-array.to-string",
|
|
5208
|
+
"esnext.typed-array.from-async",
|
|
5175
5209
|
"esnext.typed-array.at",
|
|
5176
5210
|
"esnext.typed-array.filter-out",
|
|
5177
5211
|
"esnext.typed-array.filter-reject",
|
|
@@ -5183,6 +5217,7 @@
|
|
|
5183
5217
|
"core-js/features/typed-array/uint8-array": [
|
|
5184
5218
|
"es.map",
|
|
5185
5219
|
"es.object.to-string",
|
|
5220
|
+
"es.promise",
|
|
5186
5221
|
"es.string.iterator",
|
|
5187
5222
|
"es.typed-array.uint8-array",
|
|
5188
5223
|
"es.typed-array.at",
|
|
@@ -5211,6 +5246,7 @@
|
|
|
5211
5246
|
"es.typed-array.subarray",
|
|
5212
5247
|
"es.typed-array.to-locale-string",
|
|
5213
5248
|
"es.typed-array.to-string",
|
|
5249
|
+
"esnext.typed-array.from-async",
|
|
5214
5250
|
"esnext.typed-array.at",
|
|
5215
5251
|
"esnext.typed-array.filter-out",
|
|
5216
5252
|
"esnext.typed-array.filter-reject",
|
|
@@ -5222,6 +5258,7 @@
|
|
|
5222
5258
|
"core-js/features/typed-array/uint8-clamped-array": [
|
|
5223
5259
|
"es.map",
|
|
5224
5260
|
"es.object.to-string",
|
|
5261
|
+
"es.promise",
|
|
5225
5262
|
"es.string.iterator",
|
|
5226
5263
|
"es.typed-array.uint8-clamped-array",
|
|
5227
5264
|
"es.typed-array.at",
|
|
@@ -5250,6 +5287,7 @@
|
|
|
5250
5287
|
"es.typed-array.subarray",
|
|
5251
5288
|
"es.typed-array.to-locale-string",
|
|
5252
5289
|
"es.typed-array.to-string",
|
|
5290
|
+
"esnext.typed-array.from-async",
|
|
5253
5291
|
"esnext.typed-array.at",
|
|
5254
5292
|
"esnext.typed-array.filter-out",
|
|
5255
5293
|
"esnext.typed-array.filter-reject",
|
|
@@ -6032,6 +6070,9 @@
|
|
|
6032
6070
|
"core-js/modules/esnext.array.find-last-index": [
|
|
6033
6071
|
"esnext.array.find-last-index"
|
|
6034
6072
|
],
|
|
6073
|
+
"core-js/modules/esnext.array.from-async": [
|
|
6074
|
+
"esnext.array.from-async"
|
|
6075
|
+
],
|
|
6035
6076
|
"core-js/modules/esnext.array.group-by": [
|
|
6036
6077
|
"esnext.array.group-by"
|
|
6037
6078
|
],
|
|
@@ -6404,6 +6445,9 @@
|
|
|
6404
6445
|
"core-js/modules/esnext.typed-array.find-last-index": [
|
|
6405
6446
|
"esnext.typed-array.find-last-index"
|
|
6406
6447
|
],
|
|
6448
|
+
"core-js/modules/esnext.typed-array.from-async": [
|
|
6449
|
+
"esnext.typed-array.from-async"
|
|
6450
|
+
],
|
|
6407
6451
|
"core-js/modules/esnext.typed-array.group-by": [
|
|
6408
6452
|
"esnext.typed-array.group-by"
|
|
6409
6453
|
],
|
|
@@ -6465,6 +6509,7 @@
|
|
|
6465
6509
|
"es.map",
|
|
6466
6510
|
"es.string.at-alternative",
|
|
6467
6511
|
"esnext.aggregate-error",
|
|
6512
|
+
"esnext.array.from-async",
|
|
6468
6513
|
"esnext.array.at",
|
|
6469
6514
|
"esnext.array.filter-out",
|
|
6470
6515
|
"esnext.array.filter-reject",
|
|
@@ -6588,6 +6633,7 @@
|
|
|
6588
6633
|
"esnext.symbol.observable",
|
|
6589
6634
|
"esnext.symbol.pattern-match",
|
|
6590
6635
|
"esnext.symbol.replace-all",
|
|
6636
|
+
"esnext.typed-array.from-async",
|
|
6591
6637
|
"esnext.typed-array.at",
|
|
6592
6638
|
"esnext.typed-array.filter-out",
|
|
6593
6639
|
"esnext.typed-array.filter-reject",
|
|
@@ -6623,6 +6669,10 @@
|
|
|
6623
6669
|
"esnext.typed-array.find-last",
|
|
6624
6670
|
"esnext.typed-array.find-last-index"
|
|
6625
6671
|
],
|
|
6672
|
+
"core-js/proposals/array-from-async": [
|
|
6673
|
+
"esnext.array.from-async",
|
|
6674
|
+
"esnext.typed-array.from-async"
|
|
6675
|
+
],
|
|
6626
6676
|
"core-js/proposals/array-grouping": [
|
|
6627
6677
|
"esnext.array.group-by",
|
|
6628
6678
|
"esnext.typed-array.group-by"
|
|
@@ -8855,6 +8905,7 @@
|
|
|
8855
8905
|
"es.map",
|
|
8856
8906
|
"es.string.at-alternative",
|
|
8857
8907
|
"esnext.aggregate-error",
|
|
8908
|
+
"esnext.array.from-async",
|
|
8858
8909
|
"esnext.array.at",
|
|
8859
8910
|
"esnext.array.filter-out",
|
|
8860
8911
|
"esnext.array.filter-reject",
|
|
@@ -8978,6 +9029,7 @@
|
|
|
8978
9029
|
"esnext.symbol.observable",
|
|
8979
9030
|
"esnext.symbol.pattern-match",
|
|
8980
9031
|
"esnext.symbol.replace-all",
|
|
9032
|
+
"esnext.typed-array.from-async",
|
|
8981
9033
|
"esnext.typed-array.at",
|
|
8982
9034
|
"esnext.typed-array.filter-out",
|
|
8983
9035
|
"esnext.typed-array.filter-reject",
|
|
@@ -9002,6 +9054,7 @@
|
|
|
9002
9054
|
"es.map",
|
|
9003
9055
|
"es.string.at-alternative",
|
|
9004
9056
|
"esnext.aggregate-error",
|
|
9057
|
+
"esnext.array.from-async",
|
|
9005
9058
|
"esnext.array.at",
|
|
9006
9059
|
"esnext.array.filter-out",
|
|
9007
9060
|
"esnext.array.filter-reject",
|
|
@@ -9116,6 +9169,7 @@
|
|
|
9116
9169
|
"esnext.symbol.observable",
|
|
9117
9170
|
"esnext.symbol.pattern-match",
|
|
9118
9171
|
"esnext.symbol.replace-all",
|
|
9172
|
+
"esnext.typed-array.from-async",
|
|
9119
9173
|
"esnext.typed-array.at",
|
|
9120
9174
|
"esnext.typed-array.filter-out",
|
|
9121
9175
|
"esnext.typed-array.filter-reject",
|
|
@@ -9140,6 +9194,7 @@
|
|
|
9140
9194
|
"es.map",
|
|
9141
9195
|
"es.string.at-alternative",
|
|
9142
9196
|
"esnext.aggregate-error",
|
|
9197
|
+
"esnext.array.from-async",
|
|
9143
9198
|
"esnext.array.at",
|
|
9144
9199
|
"esnext.array.filter-out",
|
|
9145
9200
|
"esnext.array.filter-reject",
|
|
@@ -9249,6 +9304,7 @@
|
|
|
9249
9304
|
"esnext.symbol.observable",
|
|
9250
9305
|
"esnext.symbol.pattern-match",
|
|
9251
9306
|
"esnext.symbol.replace-all",
|
|
9307
|
+
"esnext.typed-array.from-async",
|
|
9252
9308
|
"esnext.typed-array.at",
|
|
9253
9309
|
"esnext.typed-array.filter-out",
|
|
9254
9310
|
"esnext.typed-array.filter-reject",
|
|
@@ -9361,6 +9417,7 @@
|
|
|
9361
9417
|
"es.map",
|
|
9362
9418
|
"es.string.at-alternative",
|
|
9363
9419
|
"esnext.aggregate-error",
|
|
9420
|
+
"esnext.array.from-async",
|
|
9364
9421
|
"esnext.array.at",
|
|
9365
9422
|
"esnext.array.filter-out",
|
|
9366
9423
|
"esnext.array.filter-reject",
|
|
@@ -9484,6 +9541,7 @@
|
|
|
9484
9541
|
"esnext.symbol.observable",
|
|
9485
9542
|
"esnext.symbol.pattern-match",
|
|
9486
9543
|
"esnext.symbol.replace-all",
|
|
9544
|
+
"esnext.typed-array.from-async",
|
|
9487
9545
|
"esnext.typed-array.at",
|
|
9488
9546
|
"esnext.typed-array.filter-out",
|
|
9489
9547
|
"esnext.typed-array.filter-reject",
|
package/modules-by-versions.json
CHANGED
package/modules.json
CHANGED
|
@@ -222,6 +222,7 @@
|
|
|
222
222
|
"es.weak-map",
|
|
223
223
|
"es.weak-set",
|
|
224
224
|
"esnext.aggregate-error",
|
|
225
|
+
"esnext.array.from-async",
|
|
225
226
|
"esnext.array.at",
|
|
226
227
|
"esnext.array.filter-out",
|
|
227
228
|
"esnext.array.filter-reject",
|
|
@@ -345,6 +346,7 @@
|
|
|
345
346
|
"esnext.symbol.observable",
|
|
346
347
|
"esnext.symbol.pattern-match",
|
|
347
348
|
"esnext.symbol.replace-all",
|
|
349
|
+
"esnext.typed-array.from-async",
|
|
348
350
|
"esnext.typed-array.at",
|
|
349
351
|
"esnext.typed-array.filter-out",
|
|
350
352
|
"esnext.typed-array.filter-reject",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
3
|
"description": "core-js compat",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.18.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"browserslist": "^4.
|
|
12
|
+
"browserslist": "^4.17.3",
|
|
13
13
|
"semver": "7.0.0"
|
|
14
14
|
},
|
|
15
15
|
"funding": {
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"url": "https://opencollective.com/core-js"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "ac4a27025eb557d7c7a94b928236fbcb6f21ba0e"
|
|
21
21
|
}
|