core-js-compat 3.40.0 → 3.42.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 +8 -4
- package/compat.d.ts +1 -1
- package/data.json +427 -346
- package/entries.json +104 -1
- package/modules-by-versions.json +6 -0
- package/modules.json +4 -0
- package/package.json +2 -2
- package/targets-parser.js +9 -6
package/entries.json
CHANGED
|
@@ -61,6 +61,8 @@
|
|
|
61
61
|
"es.array-buffer.is-view",
|
|
62
62
|
"es.array-buffer.slice",
|
|
63
63
|
"es.data-view",
|
|
64
|
+
"es.data-view.get-float16",
|
|
65
|
+
"es.data-view.set-float16",
|
|
64
66
|
"es.array-buffer.detached",
|
|
65
67
|
"es.array-buffer.transfer",
|
|
66
68
|
"es.array-buffer.transfer-to-fixed-length",
|
|
@@ -102,6 +104,7 @@
|
|
|
102
104
|
"es.math.cosh",
|
|
103
105
|
"es.math.expm1",
|
|
104
106
|
"es.math.fround",
|
|
107
|
+
"es.math.f16round",
|
|
105
108
|
"es.math.hypot",
|
|
106
109
|
"es.math.imul",
|
|
107
110
|
"es.math.log10",
|
|
@@ -176,6 +179,7 @@
|
|
|
176
179
|
"es.reflect.set-prototype-of",
|
|
177
180
|
"es.reflect.to-string-tag",
|
|
178
181
|
"es.regexp.constructor",
|
|
182
|
+
"es.regexp.escape",
|
|
179
183
|
"es.regexp.dot-all",
|
|
180
184
|
"es.regexp.exec",
|
|
181
185
|
"es.regexp.flags",
|
|
@@ -563,6 +567,8 @@
|
|
|
563
567
|
"es.array-buffer.is-view",
|
|
564
568
|
"es.array-buffer.slice",
|
|
565
569
|
"es.data-view",
|
|
570
|
+
"es.data-view.get-float16",
|
|
571
|
+
"es.data-view.set-float16",
|
|
566
572
|
"es.array-buffer.detached",
|
|
567
573
|
"es.array-buffer.transfer",
|
|
568
574
|
"es.array-buffer.transfer-to-fixed-length",
|
|
@@ -604,6 +610,7 @@
|
|
|
604
610
|
"es.math.cosh",
|
|
605
611
|
"es.math.expm1",
|
|
606
612
|
"es.math.fround",
|
|
613
|
+
"es.math.f16round",
|
|
607
614
|
"es.math.hypot",
|
|
608
615
|
"es.math.imul",
|
|
609
616
|
"es.math.log10",
|
|
@@ -678,6 +685,7 @@
|
|
|
678
685
|
"es.reflect.set-prototype-of",
|
|
679
686
|
"es.reflect.to-string-tag",
|
|
680
687
|
"es.regexp.constructor",
|
|
688
|
+
"es.regexp.escape",
|
|
681
689
|
"es.regexp.dot-all",
|
|
682
690
|
"es.regexp.exec",
|
|
683
691
|
"es.regexp.flags",
|
|
@@ -1479,14 +1487,18 @@
|
|
|
1479
1487
|
"es.array-buffer.constructor",
|
|
1480
1488
|
"es.array-buffer.slice",
|
|
1481
1489
|
"es.data-view",
|
|
1490
|
+
"es.data-view.get-float16",
|
|
1491
|
+
"es.data-view.set-float16",
|
|
1482
1492
|
"es.object.to-string",
|
|
1483
1493
|
"esnext.data-view.get-float16",
|
|
1484
1494
|
"esnext.data-view.set-float16"
|
|
1485
1495
|
],
|
|
1486
1496
|
"core-js/actual/data-view/get-float16": [
|
|
1497
|
+
"es.data-view.get-float16",
|
|
1487
1498
|
"esnext.data-view.get-float16"
|
|
1488
1499
|
],
|
|
1489
1500
|
"core-js/actual/data-view/set-float16": [
|
|
1501
|
+
"es.data-view.set-float16",
|
|
1490
1502
|
"esnext.data-view.set-float16"
|
|
1491
1503
|
],
|
|
1492
1504
|
"core-js/actual/date": [
|
|
@@ -2028,6 +2040,7 @@
|
|
|
2028
2040
|
"es.math.cosh",
|
|
2029
2041
|
"es.math.expm1",
|
|
2030
2042
|
"es.math.fround",
|
|
2043
|
+
"es.math.f16round",
|
|
2031
2044
|
"es.math.hypot",
|
|
2032
2045
|
"es.math.imul",
|
|
2033
2046
|
"es.math.log10",
|
|
@@ -2063,6 +2076,7 @@
|
|
|
2063
2076
|
"es.math.expm1"
|
|
2064
2077
|
],
|
|
2065
2078
|
"core-js/actual/math/f16round": [
|
|
2079
|
+
"es.math.f16round",
|
|
2066
2080
|
"esnext.math.f16round"
|
|
2067
2081
|
],
|
|
2068
2082
|
"core-js/actual/math/fround": [
|
|
@@ -2418,6 +2432,7 @@
|
|
|
2418
2432
|
],
|
|
2419
2433
|
"core-js/actual/regexp": [
|
|
2420
2434
|
"es.regexp.constructor",
|
|
2435
|
+
"es.regexp.escape",
|
|
2421
2436
|
"es.regexp.dot-all",
|
|
2422
2437
|
"es.regexp.exec",
|
|
2423
2438
|
"es.regexp.flags",
|
|
@@ -2442,6 +2457,7 @@
|
|
|
2442
2457
|
"es.regexp.exec"
|
|
2443
2458
|
],
|
|
2444
2459
|
"core-js/actual/regexp/escape": [
|
|
2460
|
+
"es.regexp.escape",
|
|
2445
2461
|
"esnext.regexp.escape"
|
|
2446
2462
|
],
|
|
2447
2463
|
"core-js/actual/regexp/flags": [
|
|
@@ -3762,6 +3778,8 @@
|
|
|
3762
3778
|
"es.array-buffer.is-view",
|
|
3763
3779
|
"es.array-buffer.slice",
|
|
3764
3780
|
"es.data-view",
|
|
3781
|
+
"es.data-view.get-float16",
|
|
3782
|
+
"es.data-view.set-float16",
|
|
3765
3783
|
"es.array-buffer.detached",
|
|
3766
3784
|
"es.array-buffer.transfer",
|
|
3767
3785
|
"es.array-buffer.transfer-to-fixed-length",
|
|
@@ -3803,6 +3821,7 @@
|
|
|
3803
3821
|
"es.math.cosh",
|
|
3804
3822
|
"es.math.expm1",
|
|
3805
3823
|
"es.math.fround",
|
|
3824
|
+
"es.math.f16round",
|
|
3806
3825
|
"es.math.hypot",
|
|
3807
3826
|
"es.math.imul",
|
|
3808
3827
|
"es.math.log10",
|
|
@@ -3877,6 +3896,7 @@
|
|
|
3877
3896
|
"es.reflect.set-prototype-of",
|
|
3878
3897
|
"es.reflect.to-string-tag",
|
|
3879
3898
|
"es.regexp.constructor",
|
|
3899
|
+
"es.regexp.escape",
|
|
3880
3900
|
"es.regexp.dot-all",
|
|
3881
3901
|
"es.regexp.exec",
|
|
3882
3902
|
"es.regexp.flags",
|
|
@@ -4331,8 +4351,16 @@
|
|
|
4331
4351
|
"es.array-buffer.constructor",
|
|
4332
4352
|
"es.array-buffer.slice",
|
|
4333
4353
|
"es.data-view",
|
|
4354
|
+
"es.data-view.get-float16",
|
|
4355
|
+
"es.data-view.set-float16",
|
|
4334
4356
|
"es.object.to-string"
|
|
4335
4357
|
],
|
|
4358
|
+
"core-js/es/data-view/get-float16": [
|
|
4359
|
+
"es.data-view.get-float16"
|
|
4360
|
+
],
|
|
4361
|
+
"core-js/es/data-view/set-float16": [
|
|
4362
|
+
"es.data-view.set-float16"
|
|
4363
|
+
],
|
|
4336
4364
|
"core-js/es/date": [
|
|
4337
4365
|
"es.date.get-year",
|
|
4338
4366
|
"es.date.now",
|
|
@@ -4702,6 +4730,7 @@
|
|
|
4702
4730
|
"es.math.cosh",
|
|
4703
4731
|
"es.math.expm1",
|
|
4704
4732
|
"es.math.fround",
|
|
4733
|
+
"es.math.f16round",
|
|
4705
4734
|
"es.math.hypot",
|
|
4706
4735
|
"es.math.imul",
|
|
4707
4736
|
"es.math.log10",
|
|
@@ -4734,6 +4763,9 @@
|
|
|
4734
4763
|
"core-js/es/math/expm1": [
|
|
4735
4764
|
"es.math.expm1"
|
|
4736
4765
|
],
|
|
4766
|
+
"core-js/es/math/f16round": [
|
|
4767
|
+
"es.math.f16round"
|
|
4768
|
+
],
|
|
4737
4769
|
"core-js/es/math/fround": [
|
|
4738
4770
|
"es.math.fround"
|
|
4739
4771
|
],
|
|
@@ -5070,6 +5102,7 @@
|
|
|
5070
5102
|
],
|
|
5071
5103
|
"core-js/es/regexp": [
|
|
5072
5104
|
"es.regexp.constructor",
|
|
5105
|
+
"es.regexp.escape",
|
|
5073
5106
|
"es.regexp.dot-all",
|
|
5074
5107
|
"es.regexp.exec",
|
|
5075
5108
|
"es.regexp.flags",
|
|
@@ -5092,6 +5125,9 @@
|
|
|
5092
5125
|
"es.regexp.dot-all",
|
|
5093
5126
|
"es.regexp.exec"
|
|
5094
5127
|
],
|
|
5128
|
+
"core-js/es/regexp/escape": [
|
|
5129
|
+
"es.regexp.escape"
|
|
5130
|
+
],
|
|
5095
5131
|
"core-js/es/regexp/flags": [
|
|
5096
5132
|
"es.regexp.flags"
|
|
5097
5133
|
],
|
|
@@ -6158,6 +6194,8 @@
|
|
|
6158
6194
|
"es.array-buffer.is-view",
|
|
6159
6195
|
"es.array-buffer.slice",
|
|
6160
6196
|
"es.data-view",
|
|
6197
|
+
"es.data-view.get-float16",
|
|
6198
|
+
"es.data-view.set-float16",
|
|
6161
6199
|
"es.array-buffer.detached",
|
|
6162
6200
|
"es.array-buffer.transfer",
|
|
6163
6201
|
"es.array-buffer.transfer-to-fixed-length",
|
|
@@ -6199,6 +6237,7 @@
|
|
|
6199
6237
|
"es.math.cosh",
|
|
6200
6238
|
"es.math.expm1",
|
|
6201
6239
|
"es.math.fround",
|
|
6240
|
+
"es.math.f16round",
|
|
6202
6241
|
"es.math.hypot",
|
|
6203
6242
|
"es.math.imul",
|
|
6204
6243
|
"es.math.log10",
|
|
@@ -6273,6 +6312,7 @@
|
|
|
6273
6312
|
"es.reflect.set-prototype-of",
|
|
6274
6313
|
"es.reflect.to-string-tag",
|
|
6275
6314
|
"es.regexp.constructor",
|
|
6315
|
+
"es.regexp.escape",
|
|
6276
6316
|
"es.regexp.dot-all",
|
|
6277
6317
|
"es.regexp.exec",
|
|
6278
6318
|
"es.regexp.flags",
|
|
@@ -7264,6 +7304,8 @@
|
|
|
7264
7304
|
"es.array-buffer.constructor",
|
|
7265
7305
|
"es.array-buffer.slice",
|
|
7266
7306
|
"es.data-view",
|
|
7307
|
+
"es.data-view.get-float16",
|
|
7308
|
+
"es.data-view.set-float16",
|
|
7267
7309
|
"es.object.to-string",
|
|
7268
7310
|
"esnext.data-view.get-float16",
|
|
7269
7311
|
"esnext.data-view.get-uint8-clamped",
|
|
@@ -7271,12 +7313,14 @@
|
|
|
7271
7313
|
"esnext.data-view.set-uint8-clamped"
|
|
7272
7314
|
],
|
|
7273
7315
|
"core-js/features/data-view/get-float16": [
|
|
7316
|
+
"es.data-view.get-float16",
|
|
7274
7317
|
"esnext.data-view.get-float16"
|
|
7275
7318
|
],
|
|
7276
7319
|
"core-js/features/data-view/get-uint8-clamped": [
|
|
7277
7320
|
"esnext.data-view.get-uint8-clamped"
|
|
7278
7321
|
],
|
|
7279
7322
|
"core-js/features/data-view/set-float16": [
|
|
7323
|
+
"es.data-view.set-float16",
|
|
7280
7324
|
"esnext.data-view.set-float16"
|
|
7281
7325
|
],
|
|
7282
7326
|
"core-js/features/data-view/set-uint8-clamped": [
|
|
@@ -8083,6 +8127,7 @@
|
|
|
8083
8127
|
"es.math.cosh",
|
|
8084
8128
|
"es.math.expm1",
|
|
8085
8129
|
"es.math.fround",
|
|
8130
|
+
"es.math.f16round",
|
|
8086
8131
|
"es.math.hypot",
|
|
8087
8132
|
"es.math.imul",
|
|
8088
8133
|
"es.math.log10",
|
|
@@ -8140,6 +8185,7 @@
|
|
|
8140
8185
|
"es.math.expm1"
|
|
8141
8186
|
],
|
|
8142
8187
|
"core-js/features/math/f16round": [
|
|
8188
|
+
"es.math.f16round",
|
|
8143
8189
|
"esnext.math.f16round"
|
|
8144
8190
|
],
|
|
8145
8191
|
"core-js/features/math/fround": [
|
|
@@ -8598,6 +8644,7 @@
|
|
|
8598
8644
|
],
|
|
8599
8645
|
"core-js/features/regexp": [
|
|
8600
8646
|
"es.regexp.constructor",
|
|
8647
|
+
"es.regexp.escape",
|
|
8601
8648
|
"es.regexp.dot-all",
|
|
8602
8649
|
"es.regexp.exec",
|
|
8603
8650
|
"es.regexp.flags",
|
|
@@ -8622,6 +8669,7 @@
|
|
|
8622
8669
|
"es.regexp.exec"
|
|
8623
8670
|
],
|
|
8624
8671
|
"core-js/features/regexp/escape": [
|
|
8672
|
+
"es.regexp.escape",
|
|
8625
8673
|
"esnext.regexp.escape"
|
|
8626
8674
|
],
|
|
8627
8675
|
"core-js/features/regexp/flags": [
|
|
@@ -10333,6 +10381,8 @@
|
|
|
10333
10381
|
"es.array-buffer.is-view",
|
|
10334
10382
|
"es.array-buffer.slice",
|
|
10335
10383
|
"es.data-view",
|
|
10384
|
+
"es.data-view.get-float16",
|
|
10385
|
+
"es.data-view.set-float16",
|
|
10336
10386
|
"es.array-buffer.detached",
|
|
10337
10387
|
"es.array-buffer.transfer",
|
|
10338
10388
|
"es.array-buffer.transfer-to-fixed-length",
|
|
@@ -10374,6 +10424,7 @@
|
|
|
10374
10424
|
"es.math.cosh",
|
|
10375
10425
|
"es.math.expm1",
|
|
10376
10426
|
"es.math.fround",
|
|
10427
|
+
"es.math.f16round",
|
|
10377
10428
|
"es.math.hypot",
|
|
10378
10429
|
"es.math.imul",
|
|
10379
10430
|
"es.math.log10",
|
|
@@ -10448,6 +10499,7 @@
|
|
|
10448
10499
|
"es.reflect.set-prototype-of",
|
|
10449
10500
|
"es.reflect.to-string-tag",
|
|
10450
10501
|
"es.regexp.constructor",
|
|
10502
|
+
"es.regexp.escape",
|
|
10451
10503
|
"es.regexp.dot-all",
|
|
10452
10504
|
"es.regexp.exec",
|
|
10453
10505
|
"es.regexp.flags",
|
|
@@ -11439,6 +11491,8 @@
|
|
|
11439
11491
|
"es.array-buffer.constructor",
|
|
11440
11492
|
"es.array-buffer.slice",
|
|
11441
11493
|
"es.data-view",
|
|
11494
|
+
"es.data-view.get-float16",
|
|
11495
|
+
"es.data-view.set-float16",
|
|
11442
11496
|
"es.object.to-string",
|
|
11443
11497
|
"esnext.data-view.get-float16",
|
|
11444
11498
|
"esnext.data-view.get-uint8-clamped",
|
|
@@ -11446,12 +11500,14 @@
|
|
|
11446
11500
|
"esnext.data-view.set-uint8-clamped"
|
|
11447
11501
|
],
|
|
11448
11502
|
"core-js/full/data-view/get-float16": [
|
|
11503
|
+
"es.data-view.get-float16",
|
|
11449
11504
|
"esnext.data-view.get-float16"
|
|
11450
11505
|
],
|
|
11451
11506
|
"core-js/full/data-view/get-uint8-clamped": [
|
|
11452
11507
|
"esnext.data-view.get-uint8-clamped"
|
|
11453
11508
|
],
|
|
11454
11509
|
"core-js/full/data-view/set-float16": [
|
|
11510
|
+
"es.data-view.set-float16",
|
|
11455
11511
|
"esnext.data-view.set-float16"
|
|
11456
11512
|
],
|
|
11457
11513
|
"core-js/full/data-view/set-uint8-clamped": [
|
|
@@ -12258,6 +12314,7 @@
|
|
|
12258
12314
|
"es.math.cosh",
|
|
12259
12315
|
"es.math.expm1",
|
|
12260
12316
|
"es.math.fround",
|
|
12317
|
+
"es.math.f16round",
|
|
12261
12318
|
"es.math.hypot",
|
|
12262
12319
|
"es.math.imul",
|
|
12263
12320
|
"es.math.log10",
|
|
@@ -12315,6 +12372,7 @@
|
|
|
12315
12372
|
"es.math.expm1"
|
|
12316
12373
|
],
|
|
12317
12374
|
"core-js/full/math/f16round": [
|
|
12375
|
+
"es.math.f16round",
|
|
12318
12376
|
"esnext.math.f16round"
|
|
12319
12377
|
],
|
|
12320
12378
|
"core-js/full/math/fround": [
|
|
@@ -12773,6 +12831,7 @@
|
|
|
12773
12831
|
],
|
|
12774
12832
|
"core-js/full/regexp": [
|
|
12775
12833
|
"es.regexp.constructor",
|
|
12834
|
+
"es.regexp.escape",
|
|
12776
12835
|
"es.regexp.dot-all",
|
|
12777
12836
|
"es.regexp.exec",
|
|
12778
12837
|
"es.regexp.flags",
|
|
@@ -12797,6 +12856,7 @@
|
|
|
12797
12856
|
"es.regexp.exec"
|
|
12798
12857
|
],
|
|
12799
12858
|
"core-js/full/regexp/escape": [
|
|
12859
|
+
"es.regexp.escape",
|
|
12800
12860
|
"esnext.regexp.escape"
|
|
12801
12861
|
],
|
|
12802
12862
|
"core-js/full/regexp/flags": [
|
|
@@ -14593,6 +14653,12 @@
|
|
|
14593
14653
|
"core-js/modules/es.data-view.constructor": [
|
|
14594
14654
|
"es.data-view.constructor"
|
|
14595
14655
|
],
|
|
14656
|
+
"core-js/modules/es.data-view.get-float16": [
|
|
14657
|
+
"es.data-view.get-float16"
|
|
14658
|
+
],
|
|
14659
|
+
"core-js/modules/es.data-view.set-float16": [
|
|
14660
|
+
"es.data-view.set-float16"
|
|
14661
|
+
],
|
|
14596
14662
|
"core-js/modules/es.date.get-year": [
|
|
14597
14663
|
"es.date.get-year"
|
|
14598
14664
|
],
|
|
@@ -14713,6 +14779,9 @@
|
|
|
14713
14779
|
"core-js/modules/es.math.expm1": [
|
|
14714
14780
|
"es.math.expm1"
|
|
14715
14781
|
],
|
|
14782
|
+
"core-js/modules/es.math.f16round": [
|
|
14783
|
+
"es.math.f16round"
|
|
14784
|
+
],
|
|
14716
14785
|
"core-js/modules/es.math.fround": [
|
|
14717
14786
|
"es.math.fround"
|
|
14718
14787
|
],
|
|
@@ -14962,6 +15031,9 @@
|
|
|
14962
15031
|
"core-js/modules/es.regexp.dot-all": [
|
|
14963
15032
|
"es.regexp.dot-all"
|
|
14964
15033
|
],
|
|
15034
|
+
"core-js/modules/es.regexp.escape": [
|
|
15035
|
+
"es.regexp.escape"
|
|
15036
|
+
],
|
|
14965
15037
|
"core-js/modules/es.regexp.exec": [
|
|
14966
15038
|
"es.regexp.exec"
|
|
14967
15039
|
],
|
|
@@ -16588,6 +16660,9 @@
|
|
|
16588
16660
|
"esnext.weak-map.get-or-insert",
|
|
16589
16661
|
"esnext.weak-map.get-or-insert-computed"
|
|
16590
16662
|
],
|
|
16663
|
+
"core-js/proposals/math-clamp": [
|
|
16664
|
+
"esnext.math.clamp"
|
|
16665
|
+
],
|
|
16591
16666
|
"core-js/proposals/math-extensions": [
|
|
16592
16667
|
"esnext.math.clamp",
|
|
16593
16668
|
"esnext.math.deg-per-rad",
|
|
@@ -16834,6 +16909,8 @@
|
|
|
16834
16909
|
"es.array-buffer.is-view",
|
|
16835
16910
|
"es.array-buffer.slice",
|
|
16836
16911
|
"es.data-view",
|
|
16912
|
+
"es.data-view.get-float16",
|
|
16913
|
+
"es.data-view.set-float16",
|
|
16837
16914
|
"es.array-buffer.detached",
|
|
16838
16915
|
"es.array-buffer.transfer",
|
|
16839
16916
|
"es.array-buffer.transfer-to-fixed-length",
|
|
@@ -16875,6 +16952,7 @@
|
|
|
16875
16952
|
"es.math.cosh",
|
|
16876
16953
|
"es.math.expm1",
|
|
16877
16954
|
"es.math.fround",
|
|
16955
|
+
"es.math.f16round",
|
|
16878
16956
|
"es.math.hypot",
|
|
16879
16957
|
"es.math.imul",
|
|
16880
16958
|
"es.math.log10",
|
|
@@ -16949,6 +17027,7 @@
|
|
|
16949
17027
|
"es.reflect.set-prototype-of",
|
|
16950
17028
|
"es.reflect.to-string-tag",
|
|
16951
17029
|
"es.regexp.constructor",
|
|
17030
|
+
"es.regexp.escape",
|
|
16952
17031
|
"es.regexp.dot-all",
|
|
16953
17032
|
"es.regexp.exec",
|
|
16954
17033
|
"es.regexp.flags",
|
|
@@ -17442,8 +17521,16 @@
|
|
|
17442
17521
|
"es.array-buffer.constructor",
|
|
17443
17522
|
"es.array-buffer.slice",
|
|
17444
17523
|
"es.data-view",
|
|
17524
|
+
"es.data-view.get-float16",
|
|
17525
|
+
"es.data-view.set-float16",
|
|
17445
17526
|
"es.object.to-string"
|
|
17446
17527
|
],
|
|
17528
|
+
"core-js/stable/data-view/get-float16": [
|
|
17529
|
+
"es.data-view.get-float16"
|
|
17530
|
+
],
|
|
17531
|
+
"core-js/stable/data-view/set-float16": [
|
|
17532
|
+
"es.data-view.set-float16"
|
|
17533
|
+
],
|
|
17447
17534
|
"core-js/stable/date": [
|
|
17448
17535
|
"es.date.get-year",
|
|
17449
17536
|
"es.date.now",
|
|
@@ -17850,6 +17937,7 @@
|
|
|
17850
17937
|
"es.math.cosh",
|
|
17851
17938
|
"es.math.expm1",
|
|
17852
17939
|
"es.math.fround",
|
|
17940
|
+
"es.math.f16round",
|
|
17853
17941
|
"es.math.hypot",
|
|
17854
17942
|
"es.math.imul",
|
|
17855
17943
|
"es.math.log10",
|
|
@@ -17882,6 +17970,9 @@
|
|
|
17882
17970
|
"core-js/stable/math/expm1": [
|
|
17883
17971
|
"es.math.expm1"
|
|
17884
17972
|
],
|
|
17973
|
+
"core-js/stable/math/f16round": [
|
|
17974
|
+
"es.math.f16round"
|
|
17975
|
+
],
|
|
17885
17976
|
"core-js/stable/math/fround": [
|
|
17886
17977
|
"es.math.fround"
|
|
17887
17978
|
],
|
|
@@ -18225,6 +18316,7 @@
|
|
|
18225
18316
|
],
|
|
18226
18317
|
"core-js/stable/regexp": [
|
|
18227
18318
|
"es.regexp.constructor",
|
|
18319
|
+
"es.regexp.escape",
|
|
18228
18320
|
"es.regexp.dot-all",
|
|
18229
18321
|
"es.regexp.exec",
|
|
18230
18322
|
"es.regexp.flags",
|
|
@@ -18247,6 +18339,9 @@
|
|
|
18247
18339
|
"es.regexp.dot-all",
|
|
18248
18340
|
"es.regexp.exec"
|
|
18249
18341
|
],
|
|
18342
|
+
"core-js/stable/regexp/escape": [
|
|
18343
|
+
"es.regexp.escape"
|
|
18344
|
+
],
|
|
18250
18345
|
"core-js/stable/regexp/flags": [
|
|
18251
18346
|
"es.regexp.flags"
|
|
18252
18347
|
],
|
|
@@ -20123,6 +20218,8 @@
|
|
|
20123
20218
|
"esnext.json.is-raw-json",
|
|
20124
20219
|
"esnext.json.parse",
|
|
20125
20220
|
"esnext.json.raw-json",
|
|
20221
|
+
"esnext.map.get-or-insert",
|
|
20222
|
+
"esnext.map.get-or-insert-computed",
|
|
20126
20223
|
"esnext.map.group-by",
|
|
20127
20224
|
"esnext.math.f16round",
|
|
20128
20225
|
"esnext.math.sum-precise",
|
|
@@ -20159,7 +20256,9 @@
|
|
|
20159
20256
|
"esnext.uint8-array.set-from-base64",
|
|
20160
20257
|
"esnext.uint8-array.set-from-hex",
|
|
20161
20258
|
"esnext.uint8-array.to-base64",
|
|
20162
|
-
"esnext.uint8-array.to-hex"
|
|
20259
|
+
"esnext.uint8-array.to-hex",
|
|
20260
|
+
"esnext.weak-map.get-or-insert",
|
|
20261
|
+
"esnext.weak-map.get-or-insert-computed"
|
|
20163
20262
|
],
|
|
20164
20263
|
"core-js/stage/3": [
|
|
20165
20264
|
"es.string.at-alternative",
|
|
@@ -20270,6 +20369,8 @@
|
|
|
20270
20369
|
"esnext.array-buffer.detached",
|
|
20271
20370
|
"esnext.array-buffer.transfer",
|
|
20272
20371
|
"esnext.array-buffer.transfer-to-fixed-length",
|
|
20372
|
+
"esnext.data-view.get-float16",
|
|
20373
|
+
"esnext.data-view.set-float16",
|
|
20273
20374
|
"esnext.global-this",
|
|
20274
20375
|
"esnext.iterator.constructor",
|
|
20275
20376
|
"esnext.iterator.drop",
|
|
@@ -20285,12 +20386,14 @@
|
|
|
20285
20386
|
"esnext.iterator.take",
|
|
20286
20387
|
"esnext.iterator.to-array",
|
|
20287
20388
|
"esnext.map.group-by",
|
|
20389
|
+
"esnext.math.f16round",
|
|
20288
20390
|
"esnext.object.has-own",
|
|
20289
20391
|
"esnext.object.group-by",
|
|
20290
20392
|
"esnext.promise.all-settled",
|
|
20291
20393
|
"esnext.promise.any",
|
|
20292
20394
|
"esnext.promise.try",
|
|
20293
20395
|
"esnext.promise.with-resolvers",
|
|
20396
|
+
"esnext.regexp.escape",
|
|
20294
20397
|
"esnext.set.difference.v2",
|
|
20295
20398
|
"esnext.set.intersection.v2",
|
|
20296
20399
|
"esnext.set.is-disjoint-from.v2",
|
package/modules-by-versions.json
CHANGED
package/modules.json
CHANGED
|
@@ -60,6 +60,8 @@
|
|
|
60
60
|
"es.array-buffer.is-view",
|
|
61
61
|
"es.array-buffer.slice",
|
|
62
62
|
"es.data-view",
|
|
63
|
+
"es.data-view.get-float16",
|
|
64
|
+
"es.data-view.set-float16",
|
|
63
65
|
"es.array-buffer.detached",
|
|
64
66
|
"es.array-buffer.transfer",
|
|
65
67
|
"es.array-buffer.transfer-to-fixed-length",
|
|
@@ -101,6 +103,7 @@
|
|
|
101
103
|
"es.math.cosh",
|
|
102
104
|
"es.math.expm1",
|
|
103
105
|
"es.math.fround",
|
|
106
|
+
"es.math.f16round",
|
|
104
107
|
"es.math.hypot",
|
|
105
108
|
"es.math.imul",
|
|
106
109
|
"es.math.log10",
|
|
@@ -175,6 +178,7 @@
|
|
|
175
178
|
"es.reflect.set-prototype-of",
|
|
176
179
|
"es.reflect.to-string-tag",
|
|
177
180
|
"es.regexp.constructor",
|
|
181
|
+
"es.regexp.escape",
|
|
178
182
|
"es.regexp.dot-all",
|
|
179
183
|
"es.regexp.exec",
|
|
180
184
|
"es.regexp.flags",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.42.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "core-js compat",
|
|
6
6
|
"repository": {
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"main": "index.js",
|
|
23
23
|
"types": "index.d.ts",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"browserslist": "^4.24.
|
|
25
|
+
"browserslist": "^4.24.4"
|
|
26
26
|
}
|
|
27
27
|
}
|
package/targets-parser.js
CHANGED
|
@@ -53,14 +53,16 @@ module.exports = function (targets) {
|
|
|
53
53
|
|
|
54
54
|
const list = Object.entries(rest);
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
const normalizedESModules = esmodules === 'intersect' ? 'intersect' : !!esmodules;
|
|
57
|
+
|
|
58
|
+
if (browsers && normalizedESModules !== true) {
|
|
57
59
|
if (typeof browsers == 'string' || Array.isArray(browsers)) {
|
|
58
60
|
list.push(...browserslist(browsers).map(it => it.split(' ')));
|
|
59
61
|
} else {
|
|
60
62
|
list.push(...Object.entries(browsers));
|
|
61
63
|
}
|
|
62
64
|
}
|
|
63
|
-
if (
|
|
65
|
+
if (normalizedESModules === true) {
|
|
64
66
|
list.push(...Object.entries(external.modules));
|
|
65
67
|
}
|
|
66
68
|
if (node) {
|
|
@@ -81,12 +83,13 @@ module.exports = function (targets) {
|
|
|
81
83
|
return a < b ? -1 : a > b ? 1 : 0;
|
|
82
84
|
});
|
|
83
85
|
|
|
84
|
-
const
|
|
86
|
+
const reduced = new Map();
|
|
87
|
+
const operator = normalizedESModules === 'intersect' ? '>' : '<=';
|
|
85
88
|
for (const [engine, version] of normalized) {
|
|
86
|
-
if (!
|
|
87
|
-
|
|
89
|
+
if (!reduced.has(engine) || compare(version, operator, reduced.get(engine))) {
|
|
90
|
+
reduced.set(engine, version);
|
|
88
91
|
}
|
|
89
92
|
}
|
|
90
93
|
|
|
91
|
-
return
|
|
94
|
+
return reduced;
|
|
92
95
|
};
|