core-js-compat 3.0.0 → 3.1.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/LICENSE +19 -0
- package/README.md +1 -1
- package/data.json +30 -6
- package/entries.json +117 -22
- package/modules-by-versions.json +7 -2
- package/package.json +6 -7
package/LICENSE
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Copyright (c) 2014-2019 Denis Pushkarev
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
in the Software without restriction, including without limitation the rights
|
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
furnished to do so, subject to the following conditions:
|
|
9
|
+
|
|
10
|
+
The above copyright notice and this permission notice shall be included in
|
|
11
|
+
all copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -34,4 +34,4 @@ console.log(targets);
|
|
|
34
34
|
*/
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
If you want to add new / update data about modules required for target engines, [follow this instruction](
|
|
37
|
+
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
|
@@ -71,6 +71,13 @@
|
|
|
71
71
|
"electron": "1.1",
|
|
72
72
|
"ios": "10.0"
|
|
73
73
|
},
|
|
74
|
+
"es.symbol.match-all": {
|
|
75
|
+
"chrome": "73",
|
|
76
|
+
"firefox": "67",
|
|
77
|
+
"opera": "60",
|
|
78
|
+
"node": "12.0",
|
|
79
|
+
"electron": "5.0"
|
|
80
|
+
},
|
|
74
81
|
"es.symbol.replace": {
|
|
75
82
|
"chrome": "50",
|
|
76
83
|
"firefox": "49",
|
|
@@ -459,12 +466,14 @@
|
|
|
459
466
|
"firefox": "67",
|
|
460
467
|
"chrome": "73",
|
|
461
468
|
"opera": "60",
|
|
469
|
+
"node": "12.0",
|
|
462
470
|
"electron": "5.0"
|
|
463
471
|
},
|
|
464
472
|
"es.array.unscopables.flat-map": {
|
|
465
473
|
"firefox": "67",
|
|
466
474
|
"chrome": "73",
|
|
467
475
|
"opera": "60",
|
|
476
|
+
"node": "12.0",
|
|
468
477
|
"electron": "5.0"
|
|
469
478
|
},
|
|
470
479
|
"es.array-buffer.constructor": {
|
|
@@ -1075,6 +1084,7 @@
|
|
|
1075
1084
|
"firefox": "63",
|
|
1076
1085
|
"safari": "12.1",
|
|
1077
1086
|
"opera": "60",
|
|
1087
|
+
"node": "12.0",
|
|
1078
1088
|
"electron": "5.0"
|
|
1079
1089
|
},
|
|
1080
1090
|
"es.object.get-own-property-descriptor": {
|
|
@@ -1555,6 +1565,12 @@
|
|
|
1555
1565
|
"electron": "1.2",
|
|
1556
1566
|
"ios": "10.0"
|
|
1557
1567
|
},
|
|
1568
|
+
"es.string.match-all": {
|
|
1569
|
+
"chrome": "73",
|
|
1570
|
+
"opera": "60",
|
|
1571
|
+
"node": "12.0",
|
|
1572
|
+
"electron": "5.0"
|
|
1573
|
+
},
|
|
1558
1574
|
"es.string.pad-end": {
|
|
1559
1575
|
"edge": "15",
|
|
1560
1576
|
"chrome": "57",
|
|
@@ -2203,6 +2219,7 @@
|
|
|
2203
2219
|
"firefox": "65",
|
|
2204
2220
|
"safari": "12.1",
|
|
2205
2221
|
"opera": "58",
|
|
2222
|
+
"node": "12.0",
|
|
2206
2223
|
"electron": "5.0"
|
|
2207
2224
|
},
|
|
2208
2225
|
"esnext.map.delete-all": {},
|
|
@@ -2237,7 +2254,11 @@
|
|
|
2237
2254
|
"esnext.math.umulh": {},
|
|
2238
2255
|
"esnext.number.from-string": {},
|
|
2239
2256
|
"esnext.observable": {},
|
|
2240
|
-
"esnext.promise.all-settled": {
|
|
2257
|
+
"esnext.promise.all-settled": {
|
|
2258
|
+
"chrome": "76",
|
|
2259
|
+
"opera": "63",
|
|
2260
|
+
"electron": "6.0"
|
|
2261
|
+
},
|
|
2241
2262
|
"esnext.promise.any": {},
|
|
2242
2263
|
"esnext.promise.try": {},
|
|
2243
2264
|
"esnext.reflect.define-metadata": {},
|
|
@@ -2269,15 +2290,11 @@
|
|
|
2269
2290
|
"esnext.set.union": {},
|
|
2270
2291
|
"esnext.string.at": {},
|
|
2271
2292
|
"esnext.string.code-points": {},
|
|
2272
|
-
"esnext.string.match-all": {
|
|
2273
|
-
"chrome": "73",
|
|
2274
|
-
"opera": "60",
|
|
2275
|
-
"electron": "5.0"
|
|
2276
|
-
},
|
|
2277
2293
|
"esnext.string.replace-all": {},
|
|
2278
2294
|
"esnext.symbol.dispose": {},
|
|
2279
2295
|
"esnext.symbol.observable": {},
|
|
2280
2296
|
"esnext.symbol.pattern-match": {},
|
|
2297
|
+
"esnext.symbol.replace-all": {},
|
|
2281
2298
|
"esnext.weak-map.delete-all": {},
|
|
2282
2299
|
"esnext.weak-map.from": {},
|
|
2283
2300
|
"esnext.weak-map.of": {},
|
|
@@ -2310,6 +2327,7 @@
|
|
|
2310
2327
|
},
|
|
2311
2328
|
"web.queue-microtask": {
|
|
2312
2329
|
"chrome": "71",
|
|
2330
|
+
"node": "12.0",
|
|
2313
2331
|
"safari": "12.1",
|
|
2314
2332
|
"opera": "58",
|
|
2315
2333
|
"electron": "5.0"
|
|
@@ -2356,5 +2374,11 @@
|
|
|
2356
2374
|
"samsung": "8.2",
|
|
2357
2375
|
"electron": "3.0",
|
|
2358
2376
|
"ios": "12.0"
|
|
2377
|
+
},
|
|
2378
|
+
"esnext.string.match-all": {
|
|
2379
|
+
"chrome": "73",
|
|
2380
|
+
"opera": "60",
|
|
2381
|
+
"node": "12.0",
|
|
2382
|
+
"electron": "5.0"
|
|
2359
2383
|
}
|
|
2360
2384
|
}
|
package/entries.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"es.symbol.is-concat-spreadable",
|
|
8
8
|
"es.symbol.iterator",
|
|
9
9
|
"es.symbol.match",
|
|
10
|
+
"es.symbol.match-all",
|
|
10
11
|
"es.symbol.replace",
|
|
11
12
|
"es.symbol.search",
|
|
12
13
|
"es.symbol.species",
|
|
@@ -140,6 +141,7 @@
|
|
|
140
141
|
"es.string.includes",
|
|
141
142
|
"es.string.iterator",
|
|
142
143
|
"es.string.match",
|
|
144
|
+
"es.string.match-all",
|
|
143
145
|
"es.string.pad-end",
|
|
144
146
|
"es.string.pad-start",
|
|
145
147
|
"es.string.raw",
|
|
@@ -270,11 +272,11 @@
|
|
|
270
272
|
"esnext.set.union",
|
|
271
273
|
"esnext.string.at",
|
|
272
274
|
"esnext.string.code-points",
|
|
273
|
-
"esnext.string.match-all",
|
|
274
275
|
"esnext.string.replace-all",
|
|
275
276
|
"esnext.symbol.dispose",
|
|
276
277
|
"esnext.symbol.observable",
|
|
277
278
|
"esnext.symbol.pattern-match",
|
|
279
|
+
"esnext.symbol.replace-all",
|
|
278
280
|
"esnext.weak-map.delete-all",
|
|
279
281
|
"esnext.weak-map.from",
|
|
280
282
|
"esnext.weak-map.of",
|
|
@@ -289,7 +291,8 @@
|
|
|
289
291
|
"web.timers",
|
|
290
292
|
"web.url",
|
|
291
293
|
"web.url.to-json",
|
|
292
|
-
"web.url-search-params"
|
|
294
|
+
"web.url-search-params",
|
|
295
|
+
"esnext.string.match-all"
|
|
293
296
|
],
|
|
294
297
|
"core-js/es/array-buffer/constructor": [
|
|
295
298
|
"es.array-buffer.constructor",
|
|
@@ -592,6 +595,7 @@
|
|
|
592
595
|
"es.symbol.is-concat-spreadable",
|
|
593
596
|
"es.symbol.iterator",
|
|
594
597
|
"es.symbol.match",
|
|
598
|
+
"es.symbol.match-all",
|
|
595
599
|
"es.symbol.replace",
|
|
596
600
|
"es.symbol.search",
|
|
597
601
|
"es.symbol.species",
|
|
@@ -725,6 +729,7 @@
|
|
|
725
729
|
"es.string.includes",
|
|
726
730
|
"es.string.iterator",
|
|
727
731
|
"es.string.match",
|
|
732
|
+
"es.string.match-all",
|
|
728
733
|
"es.string.pad-end",
|
|
729
734
|
"es.string.pad-start",
|
|
730
735
|
"es.string.raw",
|
|
@@ -849,6 +854,9 @@
|
|
|
849
854
|
"core-js/es/instance/map": [
|
|
850
855
|
"es.array.map"
|
|
851
856
|
],
|
|
857
|
+
"core-js/es/instance/match-all": [
|
|
858
|
+
"es.string.match-all"
|
|
859
|
+
],
|
|
852
860
|
"core-js/es/instance/pad-end": [
|
|
853
861
|
"es.string.pad-end"
|
|
854
862
|
],
|
|
@@ -1306,6 +1314,7 @@
|
|
|
1306
1314
|
"es.string.includes",
|
|
1307
1315
|
"es.string.iterator",
|
|
1308
1316
|
"es.string.match",
|
|
1317
|
+
"es.string.match-all",
|
|
1309
1318
|
"es.string.pad-end",
|
|
1310
1319
|
"es.string.pad-start",
|
|
1311
1320
|
"es.string.raw",
|
|
@@ -1340,6 +1349,9 @@
|
|
|
1340
1349
|
"core-js/es/string/link": [
|
|
1341
1350
|
"es.string.link"
|
|
1342
1351
|
],
|
|
1352
|
+
"core-js/es/string/match-all": [
|
|
1353
|
+
"es.string.match-all"
|
|
1354
|
+
],
|
|
1343
1355
|
"core-js/es/string/match": [
|
|
1344
1356
|
"es.string.match"
|
|
1345
1357
|
],
|
|
@@ -1430,6 +1442,7 @@
|
|
|
1430
1442
|
"es.string.includes",
|
|
1431
1443
|
"es.string.iterator",
|
|
1432
1444
|
"es.string.match",
|
|
1445
|
+
"es.string.match-all",
|
|
1433
1446
|
"es.string.pad-end",
|
|
1434
1447
|
"es.string.pad-start",
|
|
1435
1448
|
"es.string.repeat",
|
|
@@ -1463,6 +1476,9 @@
|
|
|
1463
1476
|
"core-js/es/string/virtual/link": [
|
|
1464
1477
|
"es.string.link"
|
|
1465
1478
|
],
|
|
1479
|
+
"core-js/es/string/virtual/match-all": [
|
|
1480
|
+
"es.string.match-all"
|
|
1481
|
+
],
|
|
1466
1482
|
"core-js/es/string/virtual/pad-end": [
|
|
1467
1483
|
"es.string.pad-end"
|
|
1468
1484
|
],
|
|
@@ -1523,6 +1539,7 @@
|
|
|
1523
1539
|
"es.symbol.is-concat-spreadable",
|
|
1524
1540
|
"es.symbol.iterator",
|
|
1525
1541
|
"es.symbol.match",
|
|
1542
|
+
"es.symbol.match-all",
|
|
1526
1543
|
"es.symbol.replace",
|
|
1527
1544
|
"es.symbol.search",
|
|
1528
1545
|
"es.symbol.species",
|
|
@@ -1547,6 +1564,10 @@
|
|
|
1547
1564
|
"core-js/es/symbol/key-for": [
|
|
1548
1565
|
"es.symbol"
|
|
1549
1566
|
],
|
|
1567
|
+
"core-js/es/symbol/match-all": [
|
|
1568
|
+
"es.symbol.match-all",
|
|
1569
|
+
"es.string.match-all"
|
|
1570
|
+
],
|
|
1550
1571
|
"core-js/es/symbol/match": [
|
|
1551
1572
|
"es.symbol.match",
|
|
1552
1573
|
"es.string.match"
|
|
@@ -2344,6 +2365,7 @@
|
|
|
2344
2365
|
"es.symbol.is-concat-spreadable",
|
|
2345
2366
|
"es.symbol.iterator",
|
|
2346
2367
|
"es.symbol.match",
|
|
2368
|
+
"es.symbol.match-all",
|
|
2347
2369
|
"es.symbol.replace",
|
|
2348
2370
|
"es.symbol.search",
|
|
2349
2371
|
"es.symbol.species",
|
|
@@ -2477,6 +2499,7 @@
|
|
|
2477
2499
|
"es.string.includes",
|
|
2478
2500
|
"es.string.iterator",
|
|
2479
2501
|
"es.string.match",
|
|
2502
|
+
"es.string.match-all",
|
|
2480
2503
|
"es.string.pad-end",
|
|
2481
2504
|
"es.string.pad-start",
|
|
2482
2505
|
"es.string.raw",
|
|
@@ -2607,11 +2630,11 @@
|
|
|
2607
2630
|
"esnext.set.union",
|
|
2608
2631
|
"esnext.string.at",
|
|
2609
2632
|
"esnext.string.code-points",
|
|
2610
|
-
"esnext.string.match-all",
|
|
2611
2633
|
"esnext.string.replace-all",
|
|
2612
2634
|
"esnext.symbol.dispose",
|
|
2613
2635
|
"esnext.symbol.observable",
|
|
2614
2636
|
"esnext.symbol.pattern-match",
|
|
2637
|
+
"esnext.symbol.replace-all",
|
|
2615
2638
|
"esnext.weak-map.delete-all",
|
|
2616
2639
|
"esnext.weak-map.from",
|
|
2617
2640
|
"esnext.weak-map.of",
|
|
@@ -2626,7 +2649,8 @@
|
|
|
2626
2649
|
"web.timers",
|
|
2627
2650
|
"web.url",
|
|
2628
2651
|
"web.url.to-json",
|
|
2629
|
-
"web.url-search-params"
|
|
2652
|
+
"web.url-search-params",
|
|
2653
|
+
"esnext.string.match-all"
|
|
2630
2654
|
],
|
|
2631
2655
|
"core-js/features/instance/at": [
|
|
2632
2656
|
"esnext.string.at"
|
|
@@ -2701,7 +2725,7 @@
|
|
|
2701
2725
|
"es.array.map"
|
|
2702
2726
|
],
|
|
2703
2727
|
"core-js/features/instance/match-all": [
|
|
2704
|
-
"
|
|
2728
|
+
"es.string.match-all"
|
|
2705
2729
|
],
|
|
2706
2730
|
"core-js/features/instance/pad-end": [
|
|
2707
2731
|
"es.string.pad-end"
|
|
@@ -3477,6 +3501,7 @@
|
|
|
3477
3501
|
"es.string.includes",
|
|
3478
3502
|
"es.string.iterator",
|
|
3479
3503
|
"es.string.match",
|
|
3504
|
+
"es.string.match-all",
|
|
3480
3505
|
"es.string.pad-end",
|
|
3481
3506
|
"es.string.pad-start",
|
|
3482
3507
|
"es.string.raw",
|
|
@@ -3502,8 +3527,8 @@
|
|
|
3502
3527
|
"es.string.sub",
|
|
3503
3528
|
"es.string.sup",
|
|
3504
3529
|
"esnext.string.at",
|
|
3505
|
-
"esnext.string.
|
|
3506
|
-
"esnext.string.
|
|
3530
|
+
"esnext.string.replace-all",
|
|
3531
|
+
"esnext.string.match-all"
|
|
3507
3532
|
],
|
|
3508
3533
|
"core-js/features/string/italics": [
|
|
3509
3534
|
"es.string.italics"
|
|
@@ -3515,6 +3540,7 @@
|
|
|
3515
3540
|
"es.string.link"
|
|
3516
3541
|
],
|
|
3517
3542
|
"core-js/features/string/match-all": [
|
|
3543
|
+
"es.string.match-all",
|
|
3518
3544
|
"esnext.string.match-all"
|
|
3519
3545
|
],
|
|
3520
3546
|
"core-js/features/string/match": [
|
|
@@ -3616,6 +3642,7 @@
|
|
|
3616
3642
|
"es.string.includes",
|
|
3617
3643
|
"es.string.iterator",
|
|
3618
3644
|
"es.string.match",
|
|
3645
|
+
"es.string.match-all",
|
|
3619
3646
|
"es.string.pad-end",
|
|
3620
3647
|
"es.string.pad-start",
|
|
3621
3648
|
"es.string.repeat",
|
|
@@ -3640,8 +3667,8 @@
|
|
|
3640
3667
|
"es.string.sub",
|
|
3641
3668
|
"es.string.sup",
|
|
3642
3669
|
"esnext.string.at",
|
|
3643
|
-
"esnext.string.
|
|
3644
|
-
"esnext.string.
|
|
3670
|
+
"esnext.string.replace-all",
|
|
3671
|
+
"esnext.string.match-all"
|
|
3645
3672
|
],
|
|
3646
3673
|
"core-js/features/string/virtual/italics": [
|
|
3647
3674
|
"es.string.italics"
|
|
@@ -3653,6 +3680,7 @@
|
|
|
3653
3680
|
"es.string.link"
|
|
3654
3681
|
],
|
|
3655
3682
|
"core-js/features/string/virtual/match-all": [
|
|
3683
|
+
"es.string.match-all",
|
|
3656
3684
|
"esnext.string.match-all"
|
|
3657
3685
|
],
|
|
3658
3686
|
"core-js/features/string/virtual/pad-end": [
|
|
@@ -3721,6 +3749,7 @@
|
|
|
3721
3749
|
"es.symbol.is-concat-spreadable",
|
|
3722
3750
|
"es.symbol.iterator",
|
|
3723
3751
|
"es.symbol.match",
|
|
3752
|
+
"es.symbol.match-all",
|
|
3724
3753
|
"es.symbol.replace",
|
|
3725
3754
|
"es.symbol.search",
|
|
3726
3755
|
"es.symbol.species",
|
|
@@ -3734,7 +3763,8 @@
|
|
|
3734
3763
|
"es.object.to-string",
|
|
3735
3764
|
"esnext.symbol.dispose",
|
|
3736
3765
|
"esnext.symbol.observable",
|
|
3737
|
-
"esnext.symbol.pattern-match"
|
|
3766
|
+
"esnext.symbol.pattern-match",
|
|
3767
|
+
"esnext.symbol.replace-all"
|
|
3738
3768
|
],
|
|
3739
3769
|
"core-js/features/symbol/is-concat-spreadable": [
|
|
3740
3770
|
"es.symbol.is-concat-spreadable",
|
|
@@ -3748,6 +3778,10 @@
|
|
|
3748
3778
|
"core-js/features/symbol/key-for": [
|
|
3749
3779
|
"es.symbol"
|
|
3750
3780
|
],
|
|
3781
|
+
"core-js/features/symbol/match-all": [
|
|
3782
|
+
"es.symbol.match-all",
|
|
3783
|
+
"es.string.match-all"
|
|
3784
|
+
],
|
|
3751
3785
|
"core-js/features/symbol/match": [
|
|
3752
3786
|
"es.symbol.match",
|
|
3753
3787
|
"es.string.match"
|
|
@@ -3758,6 +3792,9 @@
|
|
|
3758
3792
|
"core-js/features/symbol/pattern-match": [
|
|
3759
3793
|
"esnext.symbol.pattern-match"
|
|
3760
3794
|
],
|
|
3795
|
+
"core-js/features/symbol/replace-all": [
|
|
3796
|
+
"esnext.symbol.replace-all"
|
|
3797
|
+
],
|
|
3761
3798
|
"core-js/features/symbol/replace": [
|
|
3762
3799
|
"es.symbol.replace",
|
|
3763
3800
|
"es.string.replace"
|
|
@@ -4276,6 +4313,8 @@
|
|
|
4276
4313
|
"esnext.global-this"
|
|
4277
4314
|
],
|
|
4278
4315
|
"core-js/proposals": [
|
|
4316
|
+
"es.symbol.match-all",
|
|
4317
|
+
"es.string.match-all",
|
|
4279
4318
|
"esnext.aggregate-error",
|
|
4280
4319
|
"esnext.array.last-index",
|
|
4281
4320
|
"esnext.array.last-item",
|
|
@@ -4346,11 +4385,11 @@
|
|
|
4346
4385
|
"esnext.set.union",
|
|
4347
4386
|
"esnext.string.at",
|
|
4348
4387
|
"esnext.string.code-points",
|
|
4349
|
-
"esnext.string.match-all",
|
|
4350
4388
|
"esnext.string.replace-all",
|
|
4351
4389
|
"esnext.symbol.dispose",
|
|
4352
4390
|
"esnext.symbol.observable",
|
|
4353
4391
|
"esnext.symbol.pattern-match",
|
|
4392
|
+
"esnext.symbol.replace-all",
|
|
4354
4393
|
"esnext.weak-map.delete-all",
|
|
4355
4394
|
"esnext.weak-map.from",
|
|
4356
4395
|
"esnext.weak-map.of",
|
|
@@ -4360,7 +4399,8 @@
|
|
|
4360
4399
|
"esnext.weak-set.of",
|
|
4361
4400
|
"web.url",
|
|
4362
4401
|
"web.url.to-json",
|
|
4363
|
-
"web.url-search-params"
|
|
4402
|
+
"web.url-search-params",
|
|
4403
|
+
"esnext.string.match-all"
|
|
4364
4404
|
],
|
|
4365
4405
|
"core-js/proposals/keys-composition": [
|
|
4366
4406
|
"esnext.composite-key",
|
|
@@ -4428,10 +4468,13 @@
|
|
|
4428
4468
|
"esnext.string.code-points"
|
|
4429
4469
|
],
|
|
4430
4470
|
"core-js/proposals/string-match-all": [
|
|
4471
|
+
"es.symbol.match-all",
|
|
4472
|
+
"es.string.match-all",
|
|
4431
4473
|
"esnext.string.match-all"
|
|
4432
4474
|
],
|
|
4433
4475
|
"core-js/proposals/string-replace-all": [
|
|
4434
|
-
"esnext.string.replace-all"
|
|
4476
|
+
"esnext.string.replace-all",
|
|
4477
|
+
"esnext.symbol.replace-all"
|
|
4435
4478
|
],
|
|
4436
4479
|
"core-js/proposals/url": [
|
|
4437
4480
|
"web.url",
|
|
@@ -4759,6 +4802,7 @@
|
|
|
4759
4802
|
"es.symbol.is-concat-spreadable",
|
|
4760
4803
|
"es.symbol.iterator",
|
|
4761
4804
|
"es.symbol.match",
|
|
4805
|
+
"es.symbol.match-all",
|
|
4762
4806
|
"es.symbol.replace",
|
|
4763
4807
|
"es.symbol.search",
|
|
4764
4808
|
"es.symbol.species",
|
|
@@ -4892,6 +4936,7 @@
|
|
|
4892
4936
|
"es.string.includes",
|
|
4893
4937
|
"es.string.iterator",
|
|
4894
4938
|
"es.string.match",
|
|
4939
|
+
"es.string.match-all",
|
|
4895
4940
|
"es.string.pad-end",
|
|
4896
4941
|
"es.string.pad-start",
|
|
4897
4942
|
"es.string.raw",
|
|
@@ -5027,6 +5072,9 @@
|
|
|
5027
5072
|
"core-js/stable/instance/map": [
|
|
5028
5073
|
"es.array.map"
|
|
5029
5074
|
],
|
|
5075
|
+
"core-js/stable/instance/match-all": [
|
|
5076
|
+
"es.string.match-all"
|
|
5077
|
+
],
|
|
5030
5078
|
"core-js/stable/instance/pad-end": [
|
|
5031
5079
|
"es.string.pad-end"
|
|
5032
5080
|
],
|
|
@@ -5497,6 +5545,7 @@
|
|
|
5497
5545
|
"es.string.includes",
|
|
5498
5546
|
"es.string.iterator",
|
|
5499
5547
|
"es.string.match",
|
|
5548
|
+
"es.string.match-all",
|
|
5500
5549
|
"es.string.pad-end",
|
|
5501
5550
|
"es.string.pad-start",
|
|
5502
5551
|
"es.string.raw",
|
|
@@ -5531,6 +5580,9 @@
|
|
|
5531
5580
|
"core-js/stable/string/link": [
|
|
5532
5581
|
"es.string.link"
|
|
5533
5582
|
],
|
|
5583
|
+
"core-js/stable/string/match-all": [
|
|
5584
|
+
"es.string.match-all"
|
|
5585
|
+
],
|
|
5534
5586
|
"core-js/stable/string/match": [
|
|
5535
5587
|
"es.string.match"
|
|
5536
5588
|
],
|
|
@@ -5621,6 +5673,7 @@
|
|
|
5621
5673
|
"es.string.includes",
|
|
5622
5674
|
"es.string.iterator",
|
|
5623
5675
|
"es.string.match",
|
|
5676
|
+
"es.string.match-all",
|
|
5624
5677
|
"es.string.pad-end",
|
|
5625
5678
|
"es.string.pad-start",
|
|
5626
5679
|
"es.string.repeat",
|
|
@@ -5654,6 +5707,9 @@
|
|
|
5654
5707
|
"core-js/stable/string/virtual/link": [
|
|
5655
5708
|
"es.string.link"
|
|
5656
5709
|
],
|
|
5710
|
+
"core-js/stable/string/virtual/match-all": [
|
|
5711
|
+
"es.string.match-all"
|
|
5712
|
+
],
|
|
5657
5713
|
"core-js/stable/string/virtual/pad-end": [
|
|
5658
5714
|
"es.string.pad-end"
|
|
5659
5715
|
],
|
|
@@ -5714,6 +5770,7 @@
|
|
|
5714
5770
|
"es.symbol.is-concat-spreadable",
|
|
5715
5771
|
"es.symbol.iterator",
|
|
5716
5772
|
"es.symbol.match",
|
|
5773
|
+
"es.symbol.match-all",
|
|
5717
5774
|
"es.symbol.replace",
|
|
5718
5775
|
"es.symbol.search",
|
|
5719
5776
|
"es.symbol.species",
|
|
@@ -5738,6 +5795,10 @@
|
|
|
5738
5795
|
"core-js/stable/symbol/key-for": [
|
|
5739
5796
|
"es.symbol"
|
|
5740
5797
|
],
|
|
5798
|
+
"core-js/stable/symbol/match-all": [
|
|
5799
|
+
"es.symbol.match-all",
|
|
5800
|
+
"es.string.match-all"
|
|
5801
|
+
],
|
|
5741
5802
|
"core-js/stable/symbol/match": [
|
|
5742
5803
|
"es.symbol.match",
|
|
5743
5804
|
"es.string.match"
|
|
@@ -6173,6 +6234,8 @@
|
|
|
6173
6234
|
"web.dom-collections.iterator"
|
|
6174
6235
|
],
|
|
6175
6236
|
"core-js/stage/0": [
|
|
6237
|
+
"es.symbol.match-all",
|
|
6238
|
+
"es.string.match-all",
|
|
6176
6239
|
"esnext.aggregate-error",
|
|
6177
6240
|
"esnext.array.last-index",
|
|
6178
6241
|
"esnext.array.last-item",
|
|
@@ -6234,11 +6297,11 @@
|
|
|
6234
6297
|
"esnext.set.union",
|
|
6235
6298
|
"esnext.string.at",
|
|
6236
6299
|
"esnext.string.code-points",
|
|
6237
|
-
"esnext.string.match-all",
|
|
6238
6300
|
"esnext.string.replace-all",
|
|
6239
6301
|
"esnext.symbol.dispose",
|
|
6240
6302
|
"esnext.symbol.observable",
|
|
6241
6303
|
"esnext.symbol.pattern-match",
|
|
6304
|
+
"esnext.symbol.replace-all",
|
|
6242
6305
|
"esnext.weak-map.delete-all",
|
|
6243
6306
|
"esnext.weak-map.from",
|
|
6244
6307
|
"esnext.weak-map.of",
|
|
@@ -6248,9 +6311,13 @@
|
|
|
6248
6311
|
"esnext.weak-set.of",
|
|
6249
6312
|
"web.url",
|
|
6250
6313
|
"web.url.to-json",
|
|
6251
|
-
"web.url-search-params"
|
|
6314
|
+
"web.url-search-params",
|
|
6315
|
+
"esnext.string.match-all"
|
|
6252
6316
|
],
|
|
6253
6317
|
"core-js/stage/1": [
|
|
6318
|
+
"es.symbol.match-all",
|
|
6319
|
+
"es.string.match-all",
|
|
6320
|
+
"esnext.aggregate-error",
|
|
6254
6321
|
"esnext.array.last-index",
|
|
6255
6322
|
"esnext.array.last-item",
|
|
6256
6323
|
"esnext.composite-key",
|
|
@@ -6285,6 +6352,7 @@
|
|
|
6285
6352
|
"esnext.number.from-string",
|
|
6286
6353
|
"esnext.observable",
|
|
6287
6354
|
"esnext.promise.all-settled",
|
|
6355
|
+
"esnext.promise.any",
|
|
6288
6356
|
"esnext.promise.try",
|
|
6289
6357
|
"esnext.set.add-all",
|
|
6290
6358
|
"esnext.set.delete-all",
|
|
@@ -6305,20 +6373,23 @@
|
|
|
6305
6373
|
"esnext.set.symmetric-difference",
|
|
6306
6374
|
"esnext.set.union",
|
|
6307
6375
|
"esnext.string.code-points",
|
|
6308
|
-
"esnext.string.match-all",
|
|
6309
6376
|
"esnext.string.replace-all",
|
|
6310
6377
|
"esnext.symbol.dispose",
|
|
6311
6378
|
"esnext.symbol.observable",
|
|
6312
6379
|
"esnext.symbol.pattern-match",
|
|
6380
|
+
"esnext.symbol.replace-all",
|
|
6313
6381
|
"esnext.weak-map.delete-all",
|
|
6314
6382
|
"esnext.weak-map.from",
|
|
6315
6383
|
"esnext.weak-map.of",
|
|
6316
6384
|
"esnext.weak-set.add-all",
|
|
6317
6385
|
"esnext.weak-set.delete-all",
|
|
6318
6386
|
"esnext.weak-set.from",
|
|
6319
|
-
"esnext.weak-set.of"
|
|
6387
|
+
"esnext.weak-set.of",
|
|
6388
|
+
"esnext.string.match-all"
|
|
6320
6389
|
],
|
|
6321
6390
|
"core-js/stage/2": [
|
|
6391
|
+
"es.symbol.match-all",
|
|
6392
|
+
"es.string.match-all",
|
|
6322
6393
|
"esnext.global-this",
|
|
6323
6394
|
"esnext.promise.all-settled",
|
|
6324
6395
|
"esnext.set.difference",
|
|
@@ -6328,14 +6399,25 @@
|
|
|
6328
6399
|
"esnext.set.is-superset-of",
|
|
6329
6400
|
"esnext.set.symmetric-difference",
|
|
6330
6401
|
"esnext.set.union",
|
|
6402
|
+
"esnext.string.replace-all",
|
|
6403
|
+
"esnext.symbol.replace-all",
|
|
6331
6404
|
"esnext.string.match-all"
|
|
6332
6405
|
],
|
|
6333
6406
|
"core-js/stage/3": [
|
|
6407
|
+
"es.symbol.match-all",
|
|
6408
|
+
"es.string.match-all",
|
|
6334
6409
|
"esnext.global-this",
|
|
6410
|
+
"esnext.promise.all-settled",
|
|
6411
|
+
"esnext.string.match-all"
|
|
6412
|
+
],
|
|
6413
|
+
"core-js/stage/4": [
|
|
6414
|
+
"es.symbol.match-all",
|
|
6415
|
+
"es.string.match-all",
|
|
6335
6416
|
"esnext.string.match-all"
|
|
6336
6417
|
],
|
|
6337
|
-
"core-js/stage/4": [],
|
|
6338
6418
|
"core-js/stage": [
|
|
6419
|
+
"es.symbol.match-all",
|
|
6420
|
+
"es.string.match-all",
|
|
6339
6421
|
"esnext.aggregate-error",
|
|
6340
6422
|
"esnext.array.last-index",
|
|
6341
6423
|
"esnext.array.last-item",
|
|
@@ -6406,11 +6488,11 @@
|
|
|
6406
6488
|
"esnext.set.union",
|
|
6407
6489
|
"esnext.string.at",
|
|
6408
6490
|
"esnext.string.code-points",
|
|
6409
|
-
"esnext.string.match-all",
|
|
6410
6491
|
"esnext.string.replace-all",
|
|
6411
6492
|
"esnext.symbol.dispose",
|
|
6412
6493
|
"esnext.symbol.observable",
|
|
6413
6494
|
"esnext.symbol.pattern-match",
|
|
6495
|
+
"esnext.symbol.replace-all",
|
|
6414
6496
|
"esnext.weak-map.delete-all",
|
|
6415
6497
|
"esnext.weak-map.from",
|
|
6416
6498
|
"esnext.weak-map.of",
|
|
@@ -6420,9 +6502,12 @@
|
|
|
6420
6502
|
"esnext.weak-set.of",
|
|
6421
6503
|
"web.url",
|
|
6422
6504
|
"web.url.to-json",
|
|
6423
|
-
"web.url-search-params"
|
|
6505
|
+
"web.url-search-params",
|
|
6506
|
+
"esnext.string.match-all"
|
|
6424
6507
|
],
|
|
6425
6508
|
"core-js/stage/pre": [
|
|
6509
|
+
"es.symbol.match-all",
|
|
6510
|
+
"es.string.match-all",
|
|
6426
6511
|
"esnext.aggregate-error",
|
|
6427
6512
|
"esnext.array.last-index",
|
|
6428
6513
|
"esnext.array.last-item",
|
|
@@ -6493,11 +6578,11 @@
|
|
|
6493
6578
|
"esnext.set.union",
|
|
6494
6579
|
"esnext.string.at",
|
|
6495
6580
|
"esnext.string.code-points",
|
|
6496
|
-
"esnext.string.match-all",
|
|
6497
6581
|
"esnext.string.replace-all",
|
|
6498
6582
|
"esnext.symbol.dispose",
|
|
6499
6583
|
"esnext.symbol.observable",
|
|
6500
6584
|
"esnext.symbol.pattern-match",
|
|
6585
|
+
"esnext.symbol.replace-all",
|
|
6501
6586
|
"esnext.weak-map.delete-all",
|
|
6502
6587
|
"esnext.weak-map.from",
|
|
6503
6588
|
"esnext.weak-map.of",
|
|
@@ -6507,7 +6592,8 @@
|
|
|
6507
6592
|
"esnext.weak-set.of",
|
|
6508
6593
|
"web.url",
|
|
6509
6594
|
"web.url.to-json",
|
|
6510
|
-
"web.url-search-params"
|
|
6595
|
+
"web.url-search-params",
|
|
6596
|
+
"esnext.string.match-all"
|
|
6511
6597
|
],
|
|
6512
6598
|
"core-js/web/dom-collections": [
|
|
6513
6599
|
"web.dom-collections.for-each",
|
|
@@ -6942,6 +7028,9 @@
|
|
|
6942
7028
|
"core-js/modules/es.string.link": [
|
|
6943
7029
|
"es.string.link"
|
|
6944
7030
|
],
|
|
7031
|
+
"core-js/modules/es.string.match-all": [
|
|
7032
|
+
"es.string.match-all"
|
|
7033
|
+
],
|
|
6945
7034
|
"core-js/modules/es.string.match": [
|
|
6946
7035
|
"es.string.match"
|
|
6947
7036
|
],
|
|
@@ -7008,6 +7097,9 @@
|
|
|
7008
7097
|
"core-js/modules/es.symbol": [
|
|
7009
7098
|
"es.symbol"
|
|
7010
7099
|
],
|
|
7100
|
+
"core-js/modules/es.symbol.match-all": [
|
|
7101
|
+
"es.symbol.match-all"
|
|
7102
|
+
],
|
|
7011
7103
|
"core-js/modules/es.symbol.match": [
|
|
7012
7104
|
"es.symbol.match"
|
|
7013
7105
|
],
|
|
@@ -7365,6 +7457,9 @@
|
|
|
7365
7457
|
"core-js/modules/esnext.symbol.pattern-match": [
|
|
7366
7458
|
"esnext.symbol.pattern-match"
|
|
7367
7459
|
],
|
|
7460
|
+
"core-js/modules/esnext.symbol.replace-all": [
|
|
7461
|
+
"esnext.symbol.replace-all"
|
|
7462
|
+
],
|
|
7368
7463
|
"core-js/modules/esnext.weak-map.delete-all": [
|
|
7369
7464
|
"esnext.weak-map.delete-all"
|
|
7370
7465
|
],
|
package/modules-by-versions.json
CHANGED
|
@@ -270,7 +270,6 @@
|
|
|
270
270
|
"esnext.set.union",
|
|
271
271
|
"esnext.string.at",
|
|
272
272
|
"esnext.string.code-points",
|
|
273
|
-
"esnext.string.match-all",
|
|
274
273
|
"esnext.string.replace-all",
|
|
275
274
|
"esnext.symbol.dispose",
|
|
276
275
|
"esnext.symbol.observable",
|
|
@@ -289,6 +288,12 @@
|
|
|
289
288
|
"web.timers",
|
|
290
289
|
"web.url",
|
|
291
290
|
"web.url.to-json",
|
|
292
|
-
"web.url-search-params"
|
|
291
|
+
"web.url-search-params",
|
|
292
|
+
"esnext.string.match-all"
|
|
293
|
+
],
|
|
294
|
+
"3.1": [
|
|
295
|
+
"es.string.match-all",
|
|
296
|
+
"es.symbol.match-all",
|
|
297
|
+
"esnext.symbol.replace-all"
|
|
293
298
|
]
|
|
294
299
|
}
|
package/package.json
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
3
|
"description": "core-js compat",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git"
|
|
8
8
|
},
|
|
9
9
|
"main": "index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"browserslist": "^4.
|
|
12
|
-
"core-js": "3.
|
|
13
|
-
"
|
|
14
|
-
"semver": "^5.6.0"
|
|
11
|
+
"browserslist": "^4.6.0",
|
|
12
|
+
"core-js-pure": "3.1.2",
|
|
13
|
+
"semver": "^6.0.0"
|
|
15
14
|
},
|
|
16
15
|
"devDependencies": {
|
|
17
16
|
"detective": "^5.2.0",
|
|
18
|
-
"electron-to-chromium": "^1.3.
|
|
19
|
-
"glob": "^7.1.
|
|
17
|
+
"electron-to-chromium": "^1.3.135",
|
|
18
|
+
"glob": "^7.1.4"
|
|
20
19
|
},
|
|
21
20
|
"license": "MIT"
|
|
22
21
|
}
|