core-js-compat 3.17.3 → 3.18.3

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 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.17', // used `core-js` version, by default - the latest
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.17'); // => Array<ModuleName>
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.17'); // => Array<ModuleName>
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
@@ -243,6 +243,7 @@
243
243
  "firefox": "90",
244
244
  "node": "16.6",
245
245
  "opera": "78",
246
+ "safari": "15.1",
246
247
  "samsung": "16.0"
247
248
  },
248
249
  "es.array.concat": {
@@ -424,7 +425,7 @@
424
425
  "deno": "1.0",
425
426
  "edge": "12",
426
427
  "electron": "1.2",
427
- "firefox": "4",
428
+ "firefox": "47",
428
429
  "ie": "9",
429
430
  "ios": "8.0",
430
431
  "node": "6.5",
@@ -486,7 +487,7 @@
486
487
  "deno": "1.0",
487
488
  "edge": "12",
488
489
  "electron": "1.2",
489
- "firefox": "4",
490
+ "firefox": "47",
490
491
  "ie": "9",
491
492
  "ios": "8.0",
492
493
  "node": "6.5",
@@ -1377,7 +1378,7 @@
1377
1378
  "android": "37",
1378
1379
  "chrome": "35",
1379
1380
  "deno": "1.0",
1380
- "edge": "13",
1381
+ "edge": "74",
1381
1382
  "electron": "0.20",
1382
1383
  "firefox": "39",
1383
1384
  "ios": "11.0",
@@ -1391,7 +1392,7 @@
1391
1392
  "android": "37",
1392
1393
  "chrome": "35",
1393
1394
  "deno": "1.0",
1394
- "edge": "13",
1395
+ "edge": "74",
1395
1396
  "electron": "0.20",
1396
1397
  "firefox": "39",
1397
1398
  "ios": "9.0",
@@ -1637,7 +1638,8 @@
1637
1638
  "electron": "14.0",
1638
1639
  "firefox": "92",
1639
1640
  "node": "16.9",
1640
- "opera": "79"
1641
+ "opera": "79",
1642
+ "safari": "15.1"
1641
1643
  },
1642
1644
  "es.object.is": {
1643
1645
  "android": "4.1",
@@ -1822,7 +1824,7 @@
1822
1824
  "android": "37",
1823
1825
  "chrome": "35",
1824
1826
  "deno": "1.0",
1825
- "edge": "12",
1827
+ "edge": "74",
1826
1828
  "electron": "0.20",
1827
1829
  "firefox": "8",
1828
1830
  "ie": "8",
@@ -1838,7 +1840,7 @@
1838
1840
  "android": "37",
1839
1841
  "chrome": "35",
1840
1842
  "deno": "1.0",
1841
- "edge": "12",
1843
+ "edge": "74",
1842
1844
  "electron": "0.20",
1843
1845
  "firefox": "21",
1844
1846
  "ie": "9",
@@ -2224,6 +2226,7 @@
2224
2226
  "firefox": "90",
2225
2227
  "node": "16.6",
2226
2228
  "opera": "78",
2229
+ "safari": "15.1",
2227
2230
  "samsung": "16.0"
2228
2231
  },
2229
2232
  "es.string.code-point-at": {
@@ -2463,7 +2466,7 @@
2463
2466
  "edge": "12",
2464
2467
  "electron": "0.20",
2465
2468
  "firefox": "1",
2466
- "ie": "4",
2469
+ "ie": "9",
2467
2470
  "ios": "1.0",
2468
2471
  "node": "0.0.3",
2469
2472
  "opera": "4",
@@ -2855,6 +2858,7 @@
2855
2858
  "firefox": "90",
2856
2859
  "node": "16.6",
2857
2860
  "opera": "78",
2861
+ "safari": "15.1",
2858
2862
  "samsung": "16.0"
2859
2863
  },
2860
2864
  "es.typed-array.copy-within": {
@@ -3268,6 +3272,7 @@
3268
3272
  "safari": "14.0",
3269
3273
  "samsung": "14.0"
3270
3274
  },
3275
+ "esnext.array.from-async": {},
3271
3276
  "esnext.array.at": {
3272
3277
  "android": "92",
3273
3278
  "chrome": "92",
@@ -3277,12 +3282,17 @@
3277
3282
  "firefox": "90",
3278
3283
  "node": "16.6",
3279
3284
  "opera": "78",
3285
+ "safari": "15.1",
3280
3286
  "samsung": "16.0"
3281
3287
  },
3282
3288
  "esnext.array.filter-out": {},
3283
3289
  "esnext.array.filter-reject": {},
3284
- "esnext.array.find-last": {},
3285
- "esnext.array.find-last-index": {},
3290
+ "esnext.array.find-last": {
3291
+ "safari": "15.1"
3292
+ },
3293
+ "esnext.array.find-last-index": {
3294
+ "safari": "15.1"
3295
+ },
3286
3296
  "esnext.array.group-by": {},
3287
3297
  "esnext.array.is-template-object": {},
3288
3298
  "esnext.array.last-index": {},
@@ -3376,7 +3386,8 @@
3376
3386
  "electron": "14.0",
3377
3387
  "firefox": "92",
3378
3388
  "node": "16.9",
3379
- "opera": "79"
3389
+ "opera": "79",
3390
+ "safari": "15.1"
3380
3391
  },
3381
3392
  "esnext.object.iterate-entries": {},
3382
3393
  "esnext.object.iterate-keys": {},
@@ -3475,6 +3486,7 @@
3475
3486
  "esnext.symbol.observable": {},
3476
3487
  "esnext.symbol.pattern-match": {},
3477
3488
  "esnext.symbol.replace-all": {},
3489
+ "esnext.typed-array.from-async": {},
3478
3490
  "esnext.typed-array.at": {
3479
3491
  "android": "92",
3480
3492
  "chrome": "92",
@@ -3484,12 +3496,17 @@
3484
3496
  "firefox": "90",
3485
3497
  "node": "16.6",
3486
3498
  "opera": "78",
3499
+ "safari": "15.1",
3487
3500
  "samsung": "16.0"
3488
3501
  },
3489
3502
  "esnext.typed-array.filter-out": {},
3490
3503
  "esnext.typed-array.filter-reject": {},
3491
- "esnext.typed-array.find-last": {},
3492
- "esnext.typed-array.find-last-index": {},
3504
+ "esnext.typed-array.find-last": {
3505
+ "safari": "15.1"
3506
+ },
3507
+ "esnext.typed-array.find-last-index": {
3508
+ "safari": "15.1"
3509
+ },
3493
3510
  "esnext.typed-array.group-by": {},
3494
3511
  "esnext.typed-array.unique-by": {},
3495
3512
  "esnext.weak-map.delete-all": {},
@@ -3506,7 +3523,6 @@
3506
3523
  "chrome": "58",
3507
3524
  "deno": "1.0",
3508
3525
  "edge": "16",
3509
- "electron": "1.7",
3510
3526
  "firefox": "50",
3511
3527
  "ios": "10.0",
3512
3528
  "node": "0.0.1",
@@ -3521,7 +3537,6 @@
3521
3537
  "chrome": "66",
3522
3538
  "deno": "1.0",
3523
3539
  "edge": "74",
3524
- "electron": "3.0",
3525
3540
  "firefox": "60",
3526
3541
  "ios": "13.4",
3527
3542
  "node": "0.0.1",
@@ -3540,7 +3555,6 @@
3540
3555
  "chrome": "71",
3541
3556
  "deno": "1.0",
3542
3557
  "edge": "74",
3543
- "electron": "5.0",
3544
3558
  "firefox": "69",
3545
3559
  "ios": "12.2",
3546
3560
  "node": "12.0",
@@ -3554,7 +3568,6 @@
3554
3568
  "chrome": "1",
3555
3569
  "deno": "1.0",
3556
3570
  "edge": "12",
3557
- "electron": "0.20",
3558
3571
  "firefox": "1",
3559
3572
  "ie": "10",
3560
3573
  "ios": "1.0",
@@ -3571,7 +3584,6 @@
3571
3584
  "chrome": "67",
3572
3585
  "deno": "1.0",
3573
3586
  "edge": "74",
3574
- "electron": "4.0",
3575
3587
  "firefox": "57",
3576
3588
  "ios": "14.0",
3577
3589
  "node": "10.0",
@@ -3585,7 +3597,6 @@
3585
3597
  "chrome": "71",
3586
3598
  "deno": "1.0",
3587
3599
  "edge": "74",
3588
- "electron": "5.0",
3589
3600
  "firefox": "57",
3590
3601
  "ios": "14.0",
3591
3602
  "node": "10.0",
@@ -3599,7 +3610,6 @@
3599
3610
  "chrome": "67",
3600
3611
  "deno": "1.0",
3601
3612
  "edge": "74",
3602
- "electron": "4.0",
3603
3613
  "firefox": "57",
3604
3614
  "ios": "14.0",
3605
3615
  "node": "10.0",
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",
@@ -398,5 +398,9 @@
398
398
  "es.object.has-own",
399
399
  "es.string.at-alternative",
400
400
  "es.typed-array.at"
401
+ ],
402
+ "3.18": [
403
+ "esnext.array.from-async",
404
+ "esnext.typed-array.from-async"
401
405
  ]
402
406
  }
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.17.3",
4
+ "version": "3.18.3",
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.17.0",
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": "c65f52bdd73b4ff6eee0bd3ec39ddad901dbfa49"
20
+ "gitHead": "11f8efbfd552c8fca86188554ec3a8003580dd0c"
21
21
  }