core-js-compat 3.30.1 → 3.31.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 +3 -3
- package/compat.d.ts +48 -0
- package/data.json +136 -16
- package/entries.json +272 -7
- package/get-modules-list-for-target-version.d.ts +5 -0
- package/index.d.ts +27 -0
- package/modules-by-versions.json +11 -0
- package/modules.json +9 -0
- package/package.json +2 -1
- package/shared.d.ts +32 -0
package/entries.json
CHANGED
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
"es.string.ends-with",
|
|
169
169
|
"es.string.from-code-point",
|
|
170
170
|
"es.string.includes",
|
|
171
|
+
"es.string.is-well-formed",
|
|
171
172
|
"es.string.iterator",
|
|
172
173
|
"es.string.match",
|
|
173
174
|
"es.string.match-all",
|
|
@@ -181,6 +182,7 @@
|
|
|
181
182
|
"es.string.split",
|
|
182
183
|
"es.string.starts-with",
|
|
183
184
|
"es.string.substr",
|
|
185
|
+
"es.string.to-well-formed",
|
|
184
186
|
"es.string.trim",
|
|
185
187
|
"es.string.trim-end",
|
|
186
188
|
"es.string.trim-start",
|
|
@@ -287,6 +289,7 @@
|
|
|
287
289
|
"esnext.function.demethodize",
|
|
288
290
|
"esnext.function.is-callable",
|
|
289
291
|
"esnext.function.is-constructor",
|
|
292
|
+
"esnext.function.metadata",
|
|
290
293
|
"esnext.function.un-this",
|
|
291
294
|
"esnext.global-this",
|
|
292
295
|
"esnext.iterator.constructor",
|
|
@@ -349,10 +352,12 @@
|
|
|
349
352
|
"esnext.object.iterate-entries",
|
|
350
353
|
"esnext.object.iterate-keys",
|
|
351
354
|
"esnext.object.iterate-values",
|
|
355
|
+
"esnext.object.group-by",
|
|
352
356
|
"esnext.observable",
|
|
353
357
|
"esnext.promise.all-settled",
|
|
354
358
|
"esnext.promise.any",
|
|
355
359
|
"esnext.promise.try",
|
|
360
|
+
"esnext.promise.with-resolvers",
|
|
356
361
|
"esnext.reflect.define-metadata",
|
|
357
362
|
"esnext.reflect.delete-metadata",
|
|
358
363
|
"esnext.reflect.get-metadata",
|
|
@@ -397,7 +402,9 @@
|
|
|
397
402
|
"esnext.string.to-well-formed",
|
|
398
403
|
"esnext.symbol.async-dispose",
|
|
399
404
|
"esnext.symbol.dispose",
|
|
405
|
+
"esnext.symbol.is-registered-symbol",
|
|
400
406
|
"esnext.symbol.is-registered",
|
|
407
|
+
"esnext.symbol.is-well-known-symbol",
|
|
401
408
|
"esnext.symbol.is-well-known",
|
|
402
409
|
"esnext.symbol.matcher",
|
|
403
410
|
"esnext.symbol.metadata",
|
|
@@ -442,6 +449,8 @@
|
|
|
442
449
|
"web.url.can-parse",
|
|
443
450
|
"web.url.to-json",
|
|
444
451
|
"web.url-search-params",
|
|
452
|
+
"web.url-search-params.delete",
|
|
453
|
+
"web.url-search-params.has",
|
|
445
454
|
"web.url-search-params.size"
|
|
446
455
|
],
|
|
447
456
|
"core-js/actual": [
|
|
@@ -613,6 +622,7 @@
|
|
|
613
622
|
"es.string.ends-with",
|
|
614
623
|
"es.string.from-code-point",
|
|
615
624
|
"es.string.includes",
|
|
625
|
+
"es.string.is-well-formed",
|
|
616
626
|
"es.string.iterator",
|
|
617
627
|
"es.string.match",
|
|
618
628
|
"es.string.match-all",
|
|
@@ -626,6 +636,7 @@
|
|
|
626
636
|
"es.string.split",
|
|
627
637
|
"es.string.starts-with",
|
|
628
638
|
"es.string.substr",
|
|
639
|
+
"es.string.to-well-formed",
|
|
629
640
|
"es.string.trim",
|
|
630
641
|
"es.string.trim-end",
|
|
631
642
|
"es.string.trim-start",
|
|
@@ -716,6 +727,7 @@
|
|
|
716
727
|
"esnext.async-iterator.take",
|
|
717
728
|
"esnext.async-iterator.to-array",
|
|
718
729
|
"esnext.disposable-stack.constructor",
|
|
730
|
+
"esnext.function.metadata",
|
|
719
731
|
"esnext.global-this",
|
|
720
732
|
"esnext.iterator.constructor",
|
|
721
733
|
"esnext.iterator.dispose",
|
|
@@ -750,6 +762,7 @@
|
|
|
750
762
|
"esnext.string.replace-all",
|
|
751
763
|
"esnext.string.to-well-formed",
|
|
752
764
|
"esnext.symbol.dispose",
|
|
765
|
+
"esnext.symbol.metadata",
|
|
753
766
|
"esnext.typed-array.at",
|
|
754
767
|
"esnext.typed-array.find-last",
|
|
755
768
|
"esnext.typed-array.find-last-index",
|
|
@@ -773,6 +786,8 @@
|
|
|
773
786
|
"web.url.can-parse",
|
|
774
787
|
"web.url.to-json",
|
|
775
788
|
"web.url-search-params",
|
|
789
|
+
"web.url-search-params.delete",
|
|
790
|
+
"web.url-search-params.has",
|
|
776
791
|
"web.url-search-params.size"
|
|
777
792
|
],
|
|
778
793
|
"core-js/actual/aggregate-error": [
|
|
@@ -1441,7 +1456,8 @@
|
|
|
1441
1456
|
"core-js/actual/function": [
|
|
1442
1457
|
"es.function.bind",
|
|
1443
1458
|
"es.function.has-instance",
|
|
1444
|
-
"es.function.name"
|
|
1459
|
+
"es.function.name",
|
|
1460
|
+
"esnext.function.metadata"
|
|
1445
1461
|
],
|
|
1446
1462
|
"core-js/actual/function/bind": [
|
|
1447
1463
|
"es.function.bind"
|
|
@@ -1449,6 +1465,9 @@
|
|
|
1449
1465
|
"core-js/actual/function/has-instance": [
|
|
1450
1466
|
"es.function.has-instance"
|
|
1451
1467
|
],
|
|
1468
|
+
"core-js/actual/function/metadata": [
|
|
1469
|
+
"esnext.function.metadata"
|
|
1470
|
+
],
|
|
1452
1471
|
"core-js/actual/function/name": [
|
|
1453
1472
|
"es.function.name"
|
|
1454
1473
|
],
|
|
@@ -1557,7 +1576,7 @@
|
|
|
1557
1576
|
"es.array.index-of"
|
|
1558
1577
|
],
|
|
1559
1578
|
"core-js/actual/instance/is-well-formed": [
|
|
1560
|
-
"
|
|
1579
|
+
"es.string.is-well-formed"
|
|
1561
1580
|
],
|
|
1562
1581
|
"core-js/actual/instance/keys": [
|
|
1563
1582
|
"es.array.iterator",
|
|
@@ -1630,7 +1649,7 @@
|
|
|
1630
1649
|
"esnext.array.to-spliced"
|
|
1631
1650
|
],
|
|
1632
1651
|
"core-js/actual/instance/to-well-formed": [
|
|
1633
|
-
"
|
|
1652
|
+
"es.string.to-well-formed"
|
|
1634
1653
|
],
|
|
1635
1654
|
"core-js/actual/instance/trim": [
|
|
1636
1655
|
"es.string.trim"
|
|
@@ -2290,6 +2309,7 @@
|
|
|
2290
2309
|
"es.string.ends-with",
|
|
2291
2310
|
"es.string.from-code-point",
|
|
2292
2311
|
"es.string.includes",
|
|
2312
|
+
"es.string.is-well-formed",
|
|
2293
2313
|
"es.string.iterator",
|
|
2294
2314
|
"es.string.match",
|
|
2295
2315
|
"es.string.match-all",
|
|
@@ -2303,6 +2323,7 @@
|
|
|
2303
2323
|
"es.string.split",
|
|
2304
2324
|
"es.string.starts-with",
|
|
2305
2325
|
"es.string.substr",
|
|
2326
|
+
"es.string.to-well-formed",
|
|
2306
2327
|
"es.string.trim",
|
|
2307
2328
|
"es.string.trim-end",
|
|
2308
2329
|
"es.string.trim-start",
|
|
@@ -2359,6 +2380,7 @@
|
|
|
2359
2380
|
"es.string.includes"
|
|
2360
2381
|
],
|
|
2361
2382
|
"core-js/actual/string/is-well-formed": [
|
|
2383
|
+
"es.string.is-well-formed",
|
|
2362
2384
|
"esnext.string.is-well-formed"
|
|
2363
2385
|
],
|
|
2364
2386
|
"core-js/actual/string/italics": [
|
|
@@ -2428,6 +2450,7 @@
|
|
|
2428
2450
|
"es.string.sup"
|
|
2429
2451
|
],
|
|
2430
2452
|
"core-js/actual/string/to-well-formed": [
|
|
2453
|
+
"es.string.to-well-formed",
|
|
2431
2454
|
"esnext.string.to-well-formed"
|
|
2432
2455
|
],
|
|
2433
2456
|
"core-js/actual/string/trim": [
|
|
@@ -2517,6 +2540,7 @@
|
|
|
2517
2540
|
"es.string.includes"
|
|
2518
2541
|
],
|
|
2519
2542
|
"core-js/actual/string/virtual/is-well-formed": [
|
|
2543
|
+
"es.string.is-well-formed",
|
|
2520
2544
|
"esnext.string.is-well-formed"
|
|
2521
2545
|
],
|
|
2522
2546
|
"core-js/actual/string/virtual/italics": [
|
|
@@ -2567,6 +2591,7 @@
|
|
|
2567
2591
|
"es.string.sup"
|
|
2568
2592
|
],
|
|
2569
2593
|
"core-js/actual/string/virtual/to-well-formed": [
|
|
2594
|
+
"es.string.to-well-formed",
|
|
2570
2595
|
"esnext.string.to-well-formed"
|
|
2571
2596
|
],
|
|
2572
2597
|
"core-js/actual/string/virtual/trim": [
|
|
@@ -2622,7 +2647,9 @@
|
|
|
2622
2647
|
"es.math.to-string-tag",
|
|
2623
2648
|
"es.object.to-string",
|
|
2624
2649
|
"es.reflect.to-string-tag",
|
|
2650
|
+
"esnext.function.metadata",
|
|
2625
2651
|
"esnext.symbol.dispose",
|
|
2652
|
+
"esnext.symbol.metadata",
|
|
2626
2653
|
"web.dom-collections.iterator"
|
|
2627
2654
|
],
|
|
2628
2655
|
"core-js/actual/symbol/async-iterator": [
|
|
@@ -2666,6 +2693,10 @@
|
|
|
2666
2693
|
"es.regexp.exec",
|
|
2667
2694
|
"es.string.match-all"
|
|
2668
2695
|
],
|
|
2696
|
+
"core-js/actual/symbol/metadata": [
|
|
2697
|
+
"esnext.function.metadata",
|
|
2698
|
+
"esnext.symbol.metadata"
|
|
2699
|
+
],
|
|
2669
2700
|
"core-js/actual/symbol/replace": [
|
|
2670
2701
|
"es.symbol.replace",
|
|
2671
2702
|
"es.regexp.exec",
|
|
@@ -3308,11 +3339,15 @@
|
|
|
3308
3339
|
"web.url.can-parse",
|
|
3309
3340
|
"web.url.to-json",
|
|
3310
3341
|
"web.url-search-params",
|
|
3342
|
+
"web.url-search-params.delete",
|
|
3343
|
+
"web.url-search-params.has",
|
|
3311
3344
|
"web.url-search-params.size"
|
|
3312
3345
|
],
|
|
3313
3346
|
"core-js/actual/url-search-params": [
|
|
3314
3347
|
"web.dom-collections.iterator",
|
|
3315
3348
|
"web.url-search-params",
|
|
3349
|
+
"web.url-search-params.delete",
|
|
3350
|
+
"web.url-search-params.has",
|
|
3316
3351
|
"web.url-search-params.size"
|
|
3317
3352
|
],
|
|
3318
3353
|
"core-js/actual/url/can-parse": [
|
|
@@ -3503,6 +3538,7 @@
|
|
|
3503
3538
|
"es.string.ends-with",
|
|
3504
3539
|
"es.string.from-code-point",
|
|
3505
3540
|
"es.string.includes",
|
|
3541
|
+
"es.string.is-well-formed",
|
|
3506
3542
|
"es.string.iterator",
|
|
3507
3543
|
"es.string.match",
|
|
3508
3544
|
"es.string.match-all",
|
|
@@ -3516,6 +3552,7 @@
|
|
|
3516
3552
|
"es.string.split",
|
|
3517
3553
|
"es.string.starts-with",
|
|
3518
3554
|
"es.string.substr",
|
|
3555
|
+
"es.string.to-well-formed",
|
|
3519
3556
|
"es.string.trim",
|
|
3520
3557
|
"es.string.trim-end",
|
|
3521
3558
|
"es.string.trim-start",
|
|
@@ -4064,6 +4101,9 @@
|
|
|
4064
4101
|
"core-js/es/instance/index-of": [
|
|
4065
4102
|
"es.array.index-of"
|
|
4066
4103
|
],
|
|
4104
|
+
"core-js/es/instance/is-well-formed": [
|
|
4105
|
+
"es.string.is-well-formed"
|
|
4106
|
+
],
|
|
4067
4107
|
"core-js/es/instance/keys": [
|
|
4068
4108
|
"es.array.iterator",
|
|
4069
4109
|
"es.object.to-string"
|
|
@@ -4130,6 +4170,9 @@
|
|
|
4130
4170
|
"core-js/es/instance/to-spliced": [
|
|
4131
4171
|
"es.array.to-spliced"
|
|
4132
4172
|
],
|
|
4173
|
+
"core-js/es/instance/to-well-formed": [
|
|
4174
|
+
"es.string.to-well-formed"
|
|
4175
|
+
],
|
|
4133
4176
|
"core-js/es/instance/trim": [
|
|
4134
4177
|
"es.string.trim"
|
|
4135
4178
|
],
|
|
@@ -4603,6 +4646,7 @@
|
|
|
4603
4646
|
"es.string.ends-with",
|
|
4604
4647
|
"es.string.from-code-point",
|
|
4605
4648
|
"es.string.includes",
|
|
4649
|
+
"es.string.is-well-formed",
|
|
4606
4650
|
"es.string.iterator",
|
|
4607
4651
|
"es.string.match",
|
|
4608
4652
|
"es.string.match-all",
|
|
@@ -4616,6 +4660,7 @@
|
|
|
4616
4660
|
"es.string.split",
|
|
4617
4661
|
"es.string.starts-with",
|
|
4618
4662
|
"es.string.substr",
|
|
4663
|
+
"es.string.to-well-formed",
|
|
4619
4664
|
"es.string.trim",
|
|
4620
4665
|
"es.string.trim-end",
|
|
4621
4666
|
"es.string.trim-start",
|
|
@@ -4669,6 +4714,9 @@
|
|
|
4669
4714
|
"core-js/es/string/includes": [
|
|
4670
4715
|
"es.string.includes"
|
|
4671
4716
|
],
|
|
4717
|
+
"core-js/es/string/is-well-formed": [
|
|
4718
|
+
"es.string.is-well-formed"
|
|
4719
|
+
],
|
|
4672
4720
|
"core-js/es/string/italics": [
|
|
4673
4721
|
"es.string.italics"
|
|
4674
4722
|
],
|
|
@@ -4735,6 +4783,9 @@
|
|
|
4735
4783
|
"core-js/es/string/sup": [
|
|
4736
4784
|
"es.string.sup"
|
|
4737
4785
|
],
|
|
4786
|
+
"core-js/es/string/to-well-formed": [
|
|
4787
|
+
"es.string.to-well-formed"
|
|
4788
|
+
],
|
|
4738
4789
|
"core-js/es/string/trim": [
|
|
4739
4790
|
"es.string.trim"
|
|
4740
4791
|
],
|
|
@@ -4819,6 +4870,9 @@
|
|
|
4819
4870
|
"core-js/es/string/virtual/includes": [
|
|
4820
4871
|
"es.string.includes"
|
|
4821
4872
|
],
|
|
4873
|
+
"core-js/es/string/virtual/is-well-formed": [
|
|
4874
|
+
"es.string.is-well-formed"
|
|
4875
|
+
],
|
|
4822
4876
|
"core-js/es/string/virtual/italics": [
|
|
4823
4877
|
"es.string.italics"
|
|
4824
4878
|
],
|
|
@@ -4866,6 +4920,9 @@
|
|
|
4866
4920
|
"core-js/es/string/virtual/sup": [
|
|
4867
4921
|
"es.string.sup"
|
|
4868
4922
|
],
|
|
4923
|
+
"core-js/es/string/virtual/to-well-formed": [
|
|
4924
|
+
"es.string.to-well-formed"
|
|
4925
|
+
],
|
|
4869
4926
|
"core-js/es/string/virtual/trim": [
|
|
4870
4927
|
"es.string.trim"
|
|
4871
4928
|
],
|
|
@@ -5682,6 +5739,7 @@
|
|
|
5682
5739
|
"es.string.ends-with",
|
|
5683
5740
|
"es.string.from-code-point",
|
|
5684
5741
|
"es.string.includes",
|
|
5742
|
+
"es.string.is-well-formed",
|
|
5685
5743
|
"es.string.iterator",
|
|
5686
5744
|
"es.string.match",
|
|
5687
5745
|
"es.string.match-all",
|
|
@@ -5695,6 +5753,7 @@
|
|
|
5695
5753
|
"es.string.split",
|
|
5696
5754
|
"es.string.starts-with",
|
|
5697
5755
|
"es.string.substr",
|
|
5756
|
+
"es.string.to-well-formed",
|
|
5698
5757
|
"es.string.trim",
|
|
5699
5758
|
"es.string.trim-end",
|
|
5700
5759
|
"es.string.trim-start",
|
|
@@ -5801,6 +5860,7 @@
|
|
|
5801
5860
|
"esnext.function.demethodize",
|
|
5802
5861
|
"esnext.function.is-callable",
|
|
5803
5862
|
"esnext.function.is-constructor",
|
|
5863
|
+
"esnext.function.metadata",
|
|
5804
5864
|
"esnext.function.un-this",
|
|
5805
5865
|
"esnext.global-this",
|
|
5806
5866
|
"esnext.iterator.constructor",
|
|
@@ -5863,10 +5923,12 @@
|
|
|
5863
5923
|
"esnext.object.iterate-entries",
|
|
5864
5924
|
"esnext.object.iterate-keys",
|
|
5865
5925
|
"esnext.object.iterate-values",
|
|
5926
|
+
"esnext.object.group-by",
|
|
5866
5927
|
"esnext.observable",
|
|
5867
5928
|
"esnext.promise.all-settled",
|
|
5868
5929
|
"esnext.promise.any",
|
|
5869
5930
|
"esnext.promise.try",
|
|
5931
|
+
"esnext.promise.with-resolvers",
|
|
5870
5932
|
"esnext.reflect.define-metadata",
|
|
5871
5933
|
"esnext.reflect.delete-metadata",
|
|
5872
5934
|
"esnext.reflect.get-metadata",
|
|
@@ -5911,7 +5973,9 @@
|
|
|
5911
5973
|
"esnext.string.to-well-formed",
|
|
5912
5974
|
"esnext.symbol.async-dispose",
|
|
5913
5975
|
"esnext.symbol.dispose",
|
|
5976
|
+
"esnext.symbol.is-registered-symbol",
|
|
5914
5977
|
"esnext.symbol.is-registered",
|
|
5978
|
+
"esnext.symbol.is-well-known-symbol",
|
|
5915
5979
|
"esnext.symbol.is-well-known",
|
|
5916
5980
|
"esnext.symbol.matcher",
|
|
5917
5981
|
"esnext.symbol.metadata",
|
|
@@ -5956,6 +6020,8 @@
|
|
|
5956
6020
|
"web.url.can-parse",
|
|
5957
6021
|
"web.url.to-json",
|
|
5958
6022
|
"web.url-search-params",
|
|
6023
|
+
"web.url-search-params.delete",
|
|
6024
|
+
"web.url-search-params.has",
|
|
5959
6025
|
"web.url-search-params.size"
|
|
5960
6026
|
],
|
|
5961
6027
|
"core-js/features/aggregate-error": [
|
|
@@ -6726,6 +6792,7 @@
|
|
|
6726
6792
|
"esnext.function.demethodize",
|
|
6727
6793
|
"esnext.function.is-callable",
|
|
6728
6794
|
"esnext.function.is-constructor",
|
|
6795
|
+
"esnext.function.metadata",
|
|
6729
6796
|
"esnext.function.un-this"
|
|
6730
6797
|
],
|
|
6731
6798
|
"core-js/features/function/bind": [
|
|
@@ -6743,6 +6810,9 @@
|
|
|
6743
6810
|
"core-js/features/function/is-constructor": [
|
|
6744
6811
|
"esnext.function.is-constructor"
|
|
6745
6812
|
],
|
|
6813
|
+
"core-js/features/function/metadata": [
|
|
6814
|
+
"esnext.function.metadata"
|
|
6815
|
+
],
|
|
6746
6816
|
"core-js/features/function/name": [
|
|
6747
6817
|
"es.function.name"
|
|
6748
6818
|
],
|
|
@@ -6878,7 +6948,7 @@
|
|
|
6878
6948
|
"es.array.index-of"
|
|
6879
6949
|
],
|
|
6880
6950
|
"core-js/features/instance/is-well-formed": [
|
|
6881
|
-
"
|
|
6951
|
+
"es.string.is-well-formed"
|
|
6882
6952
|
],
|
|
6883
6953
|
"core-js/features/instance/keys": [
|
|
6884
6954
|
"es.array.iterator",
|
|
@@ -6953,7 +7023,7 @@
|
|
|
6953
7023
|
"esnext.array.to-spliced"
|
|
6954
7024
|
],
|
|
6955
7025
|
"core-js/features/instance/to-well-formed": [
|
|
6956
|
-
"
|
|
7026
|
+
"es.string.to-well-formed"
|
|
6957
7027
|
],
|
|
6958
7028
|
"core-js/features/instance/trim": [
|
|
6959
7029
|
"es.string.trim"
|
|
@@ -7499,6 +7569,7 @@
|
|
|
7499
7569
|
"esnext.object.iterate-entries",
|
|
7500
7570
|
"esnext.object.iterate-keys",
|
|
7501
7571
|
"esnext.object.iterate-values",
|
|
7572
|
+
"esnext.object.group-by",
|
|
7502
7573
|
"web.dom-collections.iterator"
|
|
7503
7574
|
],
|
|
7504
7575
|
"core-js/features/object/assign": [
|
|
@@ -7545,6 +7616,10 @@
|
|
|
7545
7616
|
"core-js/features/object/get-prototype-of": [
|
|
7546
7617
|
"es.object.get-prototype-of"
|
|
7547
7618
|
],
|
|
7619
|
+
"core-js/features/object/group-by": [
|
|
7620
|
+
"es.object.create",
|
|
7621
|
+
"esnext.object.group-by"
|
|
7622
|
+
],
|
|
7548
7623
|
"core-js/features/object/has-own": [
|
|
7549
7624
|
"es.object.has-own",
|
|
7550
7625
|
"esnext.object.has-own"
|
|
@@ -7626,6 +7701,7 @@
|
|
|
7626
7701
|
"esnext.promise.all-settled",
|
|
7627
7702
|
"esnext.promise.any",
|
|
7628
7703
|
"esnext.promise.try",
|
|
7704
|
+
"esnext.promise.with-resolvers",
|
|
7629
7705
|
"web.dom-collections.iterator"
|
|
7630
7706
|
],
|
|
7631
7707
|
"core-js/features/promise/all-settled": [
|
|
@@ -7657,6 +7733,10 @@
|
|
|
7657
7733
|
"es.promise",
|
|
7658
7734
|
"esnext.promise.try"
|
|
7659
7735
|
],
|
|
7736
|
+
"core-js/features/promise/with-resolvers": [
|
|
7737
|
+
"es.promise",
|
|
7738
|
+
"esnext.promise.with-resolvers"
|
|
7739
|
+
],
|
|
7660
7740
|
"core-js/features/queue-microtask": [
|
|
7661
7741
|
"web.queue-microtask"
|
|
7662
7742
|
],
|
|
@@ -7966,6 +8046,7 @@
|
|
|
7966
8046
|
"es.string.ends-with",
|
|
7967
8047
|
"es.string.from-code-point",
|
|
7968
8048
|
"es.string.includes",
|
|
8049
|
+
"es.string.is-well-formed",
|
|
7969
8050
|
"es.string.iterator",
|
|
7970
8051
|
"es.string.match",
|
|
7971
8052
|
"es.string.match-all",
|
|
@@ -7979,6 +8060,7 @@
|
|
|
7979
8060
|
"es.string.split",
|
|
7980
8061
|
"es.string.starts-with",
|
|
7981
8062
|
"es.string.substr",
|
|
8063
|
+
"es.string.to-well-formed",
|
|
7982
8064
|
"es.string.trim",
|
|
7983
8065
|
"es.string.trim-end",
|
|
7984
8066
|
"es.string.trim-start",
|
|
@@ -8055,6 +8137,7 @@
|
|
|
8055
8137
|
"es.string.includes"
|
|
8056
8138
|
],
|
|
8057
8139
|
"core-js/features/string/is-well-formed": [
|
|
8140
|
+
"es.string.is-well-formed",
|
|
8058
8141
|
"esnext.string.is-well-formed"
|
|
8059
8142
|
],
|
|
8060
8143
|
"core-js/features/string/italics": [
|
|
@@ -8126,6 +8209,7 @@
|
|
|
8126
8209
|
"es.string.sup"
|
|
8127
8210
|
],
|
|
8128
8211
|
"core-js/features/string/to-well-formed": [
|
|
8212
|
+
"es.string.to-well-formed",
|
|
8129
8213
|
"esnext.string.to-well-formed"
|
|
8130
8214
|
],
|
|
8131
8215
|
"core-js/features/string/trim": [
|
|
@@ -8224,6 +8308,7 @@
|
|
|
8224
8308
|
"es.string.includes"
|
|
8225
8309
|
],
|
|
8226
8310
|
"core-js/features/string/virtual/is-well-formed": [
|
|
8311
|
+
"es.string.is-well-formed",
|
|
8227
8312
|
"esnext.string.is-well-formed"
|
|
8228
8313
|
],
|
|
8229
8314
|
"core-js/features/string/virtual/italics": [
|
|
@@ -8276,6 +8361,7 @@
|
|
|
8276
8361
|
"es.string.sup"
|
|
8277
8362
|
],
|
|
8278
8363
|
"core-js/features/string/virtual/to-well-formed": [
|
|
8364
|
+
"es.string.to-well-formed",
|
|
8279
8365
|
"esnext.string.to-well-formed"
|
|
8280
8366
|
],
|
|
8281
8367
|
"core-js/features/string/virtual/trim": [
|
|
@@ -8331,9 +8417,12 @@
|
|
|
8331
8417
|
"es.math.to-string-tag",
|
|
8332
8418
|
"es.object.to-string",
|
|
8333
8419
|
"es.reflect.to-string-tag",
|
|
8420
|
+
"esnext.function.metadata",
|
|
8334
8421
|
"esnext.symbol.async-dispose",
|
|
8335
8422
|
"esnext.symbol.dispose",
|
|
8423
|
+
"esnext.symbol.is-registered-symbol",
|
|
8336
8424
|
"esnext.symbol.is-registered",
|
|
8425
|
+
"esnext.symbol.is-well-known-symbol",
|
|
8337
8426
|
"esnext.symbol.is-well-known",
|
|
8338
8427
|
"esnext.symbol.matcher",
|
|
8339
8428
|
"esnext.symbol.metadata",
|
|
@@ -8370,10 +8459,18 @@
|
|
|
8370
8459
|
"es.symbol",
|
|
8371
8460
|
"esnext.symbol.is-registered"
|
|
8372
8461
|
],
|
|
8462
|
+
"core-js/features/symbol/is-registered-symbol": [
|
|
8463
|
+
"es.symbol",
|
|
8464
|
+
"esnext.symbol.is-registered-symbol"
|
|
8465
|
+
],
|
|
8373
8466
|
"core-js/features/symbol/is-well-known": [
|
|
8374
8467
|
"es.symbol",
|
|
8375
8468
|
"esnext.symbol.is-well-known"
|
|
8376
8469
|
],
|
|
8470
|
+
"core-js/features/symbol/is-well-known-symbol": [
|
|
8471
|
+
"es.symbol",
|
|
8472
|
+
"esnext.symbol.is-well-known-symbol"
|
|
8473
|
+
],
|
|
8377
8474
|
"core-js/features/symbol/iterator": [
|
|
8378
8475
|
"es.symbol.iterator",
|
|
8379
8476
|
"es.array.iterator",
|
|
@@ -8399,6 +8496,7 @@
|
|
|
8399
8496
|
"esnext.symbol.matcher"
|
|
8400
8497
|
],
|
|
8401
8498
|
"core-js/features/symbol/metadata": [
|
|
8499
|
+
"esnext.function.metadata",
|
|
8402
8500
|
"esnext.symbol.metadata"
|
|
8403
8501
|
],
|
|
8404
8502
|
"core-js/features/symbol/metadata-key": [
|
|
@@ -9160,11 +9258,15 @@
|
|
|
9160
9258
|
"web.url.can-parse",
|
|
9161
9259
|
"web.url.to-json",
|
|
9162
9260
|
"web.url-search-params",
|
|
9261
|
+
"web.url-search-params.delete",
|
|
9262
|
+
"web.url-search-params.has",
|
|
9163
9263
|
"web.url-search-params.size"
|
|
9164
9264
|
],
|
|
9165
9265
|
"core-js/features/url-search-params": [
|
|
9166
9266
|
"web.dom-collections.iterator",
|
|
9167
9267
|
"web.url-search-params",
|
|
9268
|
+
"web.url-search-params.delete",
|
|
9269
|
+
"web.url-search-params.has",
|
|
9168
9270
|
"web.url-search-params.size"
|
|
9169
9271
|
],
|
|
9170
9272
|
"core-js/features/url/can-parse": [
|
|
@@ -9410,6 +9512,7 @@
|
|
|
9410
9512
|
"es.string.ends-with",
|
|
9411
9513
|
"es.string.from-code-point",
|
|
9412
9514
|
"es.string.includes",
|
|
9515
|
+
"es.string.is-well-formed",
|
|
9413
9516
|
"es.string.iterator",
|
|
9414
9517
|
"es.string.match",
|
|
9415
9518
|
"es.string.match-all",
|
|
@@ -9423,6 +9526,7 @@
|
|
|
9423
9526
|
"es.string.split",
|
|
9424
9527
|
"es.string.starts-with",
|
|
9425
9528
|
"es.string.substr",
|
|
9529
|
+
"es.string.to-well-formed",
|
|
9426
9530
|
"es.string.trim",
|
|
9427
9531
|
"es.string.trim-end",
|
|
9428
9532
|
"es.string.trim-start",
|
|
@@ -9529,6 +9633,7 @@
|
|
|
9529
9633
|
"esnext.function.demethodize",
|
|
9530
9634
|
"esnext.function.is-callable",
|
|
9531
9635
|
"esnext.function.is-constructor",
|
|
9636
|
+
"esnext.function.metadata",
|
|
9532
9637
|
"esnext.function.un-this",
|
|
9533
9638
|
"esnext.global-this",
|
|
9534
9639
|
"esnext.iterator.constructor",
|
|
@@ -9591,10 +9696,12 @@
|
|
|
9591
9696
|
"esnext.object.iterate-entries",
|
|
9592
9697
|
"esnext.object.iterate-keys",
|
|
9593
9698
|
"esnext.object.iterate-values",
|
|
9699
|
+
"esnext.object.group-by",
|
|
9594
9700
|
"esnext.observable",
|
|
9595
9701
|
"esnext.promise.all-settled",
|
|
9596
9702
|
"esnext.promise.any",
|
|
9597
9703
|
"esnext.promise.try",
|
|
9704
|
+
"esnext.promise.with-resolvers",
|
|
9598
9705
|
"esnext.reflect.define-metadata",
|
|
9599
9706
|
"esnext.reflect.delete-metadata",
|
|
9600
9707
|
"esnext.reflect.get-metadata",
|
|
@@ -9639,7 +9746,9 @@
|
|
|
9639
9746
|
"esnext.string.to-well-formed",
|
|
9640
9747
|
"esnext.symbol.async-dispose",
|
|
9641
9748
|
"esnext.symbol.dispose",
|
|
9749
|
+
"esnext.symbol.is-registered-symbol",
|
|
9642
9750
|
"esnext.symbol.is-registered",
|
|
9751
|
+
"esnext.symbol.is-well-known-symbol",
|
|
9643
9752
|
"esnext.symbol.is-well-known",
|
|
9644
9753
|
"esnext.symbol.matcher",
|
|
9645
9754
|
"esnext.symbol.metadata",
|
|
@@ -9684,6 +9793,8 @@
|
|
|
9684
9793
|
"web.url.can-parse",
|
|
9685
9794
|
"web.url.to-json",
|
|
9686
9795
|
"web.url-search-params",
|
|
9796
|
+
"web.url-search-params.delete",
|
|
9797
|
+
"web.url-search-params.has",
|
|
9687
9798
|
"web.url-search-params.size"
|
|
9688
9799
|
],
|
|
9689
9800
|
"core-js/full/aggregate-error": [
|
|
@@ -10454,6 +10565,7 @@
|
|
|
10454
10565
|
"esnext.function.demethodize",
|
|
10455
10566
|
"esnext.function.is-callable",
|
|
10456
10567
|
"esnext.function.is-constructor",
|
|
10568
|
+
"esnext.function.metadata",
|
|
10457
10569
|
"esnext.function.un-this"
|
|
10458
10570
|
],
|
|
10459
10571
|
"core-js/full/function/bind": [
|
|
@@ -10471,6 +10583,9 @@
|
|
|
10471
10583
|
"core-js/full/function/is-constructor": [
|
|
10472
10584
|
"esnext.function.is-constructor"
|
|
10473
10585
|
],
|
|
10586
|
+
"core-js/full/function/metadata": [
|
|
10587
|
+
"esnext.function.metadata"
|
|
10588
|
+
],
|
|
10474
10589
|
"core-js/full/function/name": [
|
|
10475
10590
|
"es.function.name"
|
|
10476
10591
|
],
|
|
@@ -10606,7 +10721,7 @@
|
|
|
10606
10721
|
"es.array.index-of"
|
|
10607
10722
|
],
|
|
10608
10723
|
"core-js/full/instance/is-well-formed": [
|
|
10609
|
-
"
|
|
10724
|
+
"es.string.is-well-formed"
|
|
10610
10725
|
],
|
|
10611
10726
|
"core-js/full/instance/keys": [
|
|
10612
10727
|
"es.array.iterator",
|
|
@@ -10681,7 +10796,7 @@
|
|
|
10681
10796
|
"esnext.array.to-spliced"
|
|
10682
10797
|
],
|
|
10683
10798
|
"core-js/full/instance/to-well-formed": [
|
|
10684
|
-
"
|
|
10799
|
+
"es.string.to-well-formed"
|
|
10685
10800
|
],
|
|
10686
10801
|
"core-js/full/instance/trim": [
|
|
10687
10802
|
"es.string.trim"
|
|
@@ -11227,6 +11342,7 @@
|
|
|
11227
11342
|
"esnext.object.iterate-entries",
|
|
11228
11343
|
"esnext.object.iterate-keys",
|
|
11229
11344
|
"esnext.object.iterate-values",
|
|
11345
|
+
"esnext.object.group-by",
|
|
11230
11346
|
"web.dom-collections.iterator"
|
|
11231
11347
|
],
|
|
11232
11348
|
"core-js/full/object/assign": [
|
|
@@ -11273,6 +11389,10 @@
|
|
|
11273
11389
|
"core-js/full/object/get-prototype-of": [
|
|
11274
11390
|
"es.object.get-prototype-of"
|
|
11275
11391
|
],
|
|
11392
|
+
"core-js/full/object/group-by": [
|
|
11393
|
+
"es.object.create",
|
|
11394
|
+
"esnext.object.group-by"
|
|
11395
|
+
],
|
|
11276
11396
|
"core-js/full/object/has-own": [
|
|
11277
11397
|
"es.object.has-own",
|
|
11278
11398
|
"esnext.object.has-own"
|
|
@@ -11354,6 +11474,7 @@
|
|
|
11354
11474
|
"esnext.promise.all-settled",
|
|
11355
11475
|
"esnext.promise.any",
|
|
11356
11476
|
"esnext.promise.try",
|
|
11477
|
+
"esnext.promise.with-resolvers",
|
|
11357
11478
|
"web.dom-collections.iterator"
|
|
11358
11479
|
],
|
|
11359
11480
|
"core-js/full/promise/all-settled": [
|
|
@@ -11385,6 +11506,10 @@
|
|
|
11385
11506
|
"es.promise",
|
|
11386
11507
|
"esnext.promise.try"
|
|
11387
11508
|
],
|
|
11509
|
+
"core-js/full/promise/with-resolvers": [
|
|
11510
|
+
"es.promise",
|
|
11511
|
+
"esnext.promise.with-resolvers"
|
|
11512
|
+
],
|
|
11388
11513
|
"core-js/full/queue-microtask": [
|
|
11389
11514
|
"web.queue-microtask"
|
|
11390
11515
|
],
|
|
@@ -11694,6 +11819,7 @@
|
|
|
11694
11819
|
"es.string.ends-with",
|
|
11695
11820
|
"es.string.from-code-point",
|
|
11696
11821
|
"es.string.includes",
|
|
11822
|
+
"es.string.is-well-formed",
|
|
11697
11823
|
"es.string.iterator",
|
|
11698
11824
|
"es.string.match",
|
|
11699
11825
|
"es.string.match-all",
|
|
@@ -11707,6 +11833,7 @@
|
|
|
11707
11833
|
"es.string.split",
|
|
11708
11834
|
"es.string.starts-with",
|
|
11709
11835
|
"es.string.substr",
|
|
11836
|
+
"es.string.to-well-formed",
|
|
11710
11837
|
"es.string.trim",
|
|
11711
11838
|
"es.string.trim-end",
|
|
11712
11839
|
"es.string.trim-start",
|
|
@@ -11783,6 +11910,7 @@
|
|
|
11783
11910
|
"es.string.includes"
|
|
11784
11911
|
],
|
|
11785
11912
|
"core-js/full/string/is-well-formed": [
|
|
11913
|
+
"es.string.is-well-formed",
|
|
11786
11914
|
"esnext.string.is-well-formed"
|
|
11787
11915
|
],
|
|
11788
11916
|
"core-js/full/string/italics": [
|
|
@@ -11854,6 +11982,7 @@
|
|
|
11854
11982
|
"es.string.sup"
|
|
11855
11983
|
],
|
|
11856
11984
|
"core-js/full/string/to-well-formed": [
|
|
11985
|
+
"es.string.to-well-formed",
|
|
11857
11986
|
"esnext.string.to-well-formed"
|
|
11858
11987
|
],
|
|
11859
11988
|
"core-js/full/string/trim": [
|
|
@@ -11952,6 +12081,7 @@
|
|
|
11952
12081
|
"es.string.includes"
|
|
11953
12082
|
],
|
|
11954
12083
|
"core-js/full/string/virtual/is-well-formed": [
|
|
12084
|
+
"es.string.is-well-formed",
|
|
11955
12085
|
"esnext.string.is-well-formed"
|
|
11956
12086
|
],
|
|
11957
12087
|
"core-js/full/string/virtual/italics": [
|
|
@@ -12004,6 +12134,7 @@
|
|
|
12004
12134
|
"es.string.sup"
|
|
12005
12135
|
],
|
|
12006
12136
|
"core-js/full/string/virtual/to-well-formed": [
|
|
12137
|
+
"es.string.to-well-formed",
|
|
12007
12138
|
"esnext.string.to-well-formed"
|
|
12008
12139
|
],
|
|
12009
12140
|
"core-js/full/string/virtual/trim": [
|
|
@@ -12059,9 +12190,12 @@
|
|
|
12059
12190
|
"es.math.to-string-tag",
|
|
12060
12191
|
"es.object.to-string",
|
|
12061
12192
|
"es.reflect.to-string-tag",
|
|
12193
|
+
"esnext.function.metadata",
|
|
12062
12194
|
"esnext.symbol.async-dispose",
|
|
12063
12195
|
"esnext.symbol.dispose",
|
|
12196
|
+
"esnext.symbol.is-registered-symbol",
|
|
12064
12197
|
"esnext.symbol.is-registered",
|
|
12198
|
+
"esnext.symbol.is-well-known-symbol",
|
|
12065
12199
|
"esnext.symbol.is-well-known",
|
|
12066
12200
|
"esnext.symbol.matcher",
|
|
12067
12201
|
"esnext.symbol.metadata",
|
|
@@ -12098,10 +12232,18 @@
|
|
|
12098
12232
|
"es.symbol",
|
|
12099
12233
|
"esnext.symbol.is-registered"
|
|
12100
12234
|
],
|
|
12235
|
+
"core-js/full/symbol/is-registered-symbol": [
|
|
12236
|
+
"es.symbol",
|
|
12237
|
+
"esnext.symbol.is-registered-symbol"
|
|
12238
|
+
],
|
|
12101
12239
|
"core-js/full/symbol/is-well-known": [
|
|
12102
12240
|
"es.symbol",
|
|
12103
12241
|
"esnext.symbol.is-well-known"
|
|
12104
12242
|
],
|
|
12243
|
+
"core-js/full/symbol/is-well-known-symbol": [
|
|
12244
|
+
"es.symbol",
|
|
12245
|
+
"esnext.symbol.is-well-known-symbol"
|
|
12246
|
+
],
|
|
12105
12247
|
"core-js/full/symbol/iterator": [
|
|
12106
12248
|
"es.symbol.iterator",
|
|
12107
12249
|
"es.array.iterator",
|
|
@@ -12127,6 +12269,7 @@
|
|
|
12127
12269
|
"esnext.symbol.matcher"
|
|
12128
12270
|
],
|
|
12129
12271
|
"core-js/full/symbol/metadata": [
|
|
12272
|
+
"esnext.function.metadata",
|
|
12130
12273
|
"esnext.symbol.metadata"
|
|
12131
12274
|
],
|
|
12132
12275
|
"core-js/full/symbol/metadata-key": [
|
|
@@ -12888,11 +13031,15 @@
|
|
|
12888
13031
|
"web.url.can-parse",
|
|
12889
13032
|
"web.url.to-json",
|
|
12890
13033
|
"web.url-search-params",
|
|
13034
|
+
"web.url-search-params.delete",
|
|
13035
|
+
"web.url-search-params.has",
|
|
12891
13036
|
"web.url-search-params.size"
|
|
12892
13037
|
],
|
|
12893
13038
|
"core-js/full/url-search-params": [
|
|
12894
13039
|
"web.dom-collections.iterator",
|
|
12895
13040
|
"web.url-search-params",
|
|
13041
|
+
"web.url-search-params.delete",
|
|
13042
|
+
"web.url-search-params.has",
|
|
12896
13043
|
"web.url-search-params.size"
|
|
12897
13044
|
],
|
|
12898
13045
|
"core-js/full/url/can-parse": [
|
|
@@ -13482,6 +13629,9 @@
|
|
|
13482
13629
|
"core-js/modules/es.string.includes": [
|
|
13483
13630
|
"es.string.includes"
|
|
13484
13631
|
],
|
|
13632
|
+
"core-js/modules/es.string.is-well-formed": [
|
|
13633
|
+
"es.string.is-well-formed"
|
|
13634
|
+
],
|
|
13485
13635
|
"core-js/modules/es.string.italics": [
|
|
13486
13636
|
"es.string.italics"
|
|
13487
13637
|
],
|
|
@@ -13539,6 +13689,9 @@
|
|
|
13539
13689
|
"core-js/modules/es.string.sup": [
|
|
13540
13690
|
"es.string.sup"
|
|
13541
13691
|
],
|
|
13692
|
+
"core-js/modules/es.string.to-well-formed": [
|
|
13693
|
+
"es.string.to-well-formed"
|
|
13694
|
+
],
|
|
13542
13695
|
"core-js/modules/es.string.trim": [
|
|
13543
13696
|
"es.string.trim"
|
|
13544
13697
|
],
|
|
@@ -13881,6 +14034,9 @@
|
|
|
13881
14034
|
"core-js/modules/esnext.function.is-constructor": [
|
|
13882
14035
|
"esnext.function.is-constructor"
|
|
13883
14036
|
],
|
|
14037
|
+
"core-js/modules/esnext.function.metadata": [
|
|
14038
|
+
"esnext.function.metadata"
|
|
14039
|
+
],
|
|
13884
14040
|
"core-js/modules/esnext.function.un-this": [
|
|
13885
14041
|
"esnext.function.un-this"
|
|
13886
14042
|
],
|
|
@@ -14055,6 +14211,9 @@
|
|
|
14055
14211
|
"core-js/modules/esnext.number.range": [
|
|
14056
14212
|
"esnext.number.range"
|
|
14057
14213
|
],
|
|
14214
|
+
"core-js/modules/esnext.object.group-by": [
|
|
14215
|
+
"esnext.object.group-by"
|
|
14216
|
+
],
|
|
14058
14217
|
"core-js/modules/esnext.object.has-own": [
|
|
14059
14218
|
"esnext.object.has-own"
|
|
14060
14219
|
],
|
|
@@ -14088,6 +14247,9 @@
|
|
|
14088
14247
|
"core-js/modules/esnext.promise.try": [
|
|
14089
14248
|
"esnext.promise.try"
|
|
14090
14249
|
],
|
|
14250
|
+
"core-js/modules/esnext.promise.with-resolvers": [
|
|
14251
|
+
"esnext.promise.with-resolvers"
|
|
14252
|
+
],
|
|
14091
14253
|
"core-js/modules/esnext.reflect.define-metadata": [
|
|
14092
14254
|
"esnext.reflect.define-metadata"
|
|
14093
14255
|
],
|
|
@@ -14229,9 +14391,15 @@
|
|
|
14229
14391
|
"core-js/modules/esnext.symbol.is-registered": [
|
|
14230
14392
|
"esnext.symbol.is-registered"
|
|
14231
14393
|
],
|
|
14394
|
+
"core-js/modules/esnext.symbol.is-registered-symbol": [
|
|
14395
|
+
"esnext.symbol.is-registered-symbol"
|
|
14396
|
+
],
|
|
14232
14397
|
"core-js/modules/esnext.symbol.is-well-known": [
|
|
14233
14398
|
"esnext.symbol.is-well-known"
|
|
14234
14399
|
],
|
|
14400
|
+
"core-js/modules/esnext.symbol.is-well-known-symbol": [
|
|
14401
|
+
"esnext.symbol.is-well-known-symbol"
|
|
14402
|
+
],
|
|
14235
14403
|
"core-js/modules/esnext.symbol.matcher": [
|
|
14236
14404
|
"esnext.symbol.matcher"
|
|
14237
14405
|
],
|
|
@@ -14370,6 +14538,12 @@
|
|
|
14370
14538
|
"core-js/modules/web.url-search-params.constructor": [
|
|
14371
14539
|
"web.url-search-params.constructor"
|
|
14372
14540
|
],
|
|
14541
|
+
"core-js/modules/web.url-search-params.delete": [
|
|
14542
|
+
"web.url-search-params.delete"
|
|
14543
|
+
],
|
|
14544
|
+
"core-js/modules/web.url-search-params.has": [
|
|
14545
|
+
"web.url-search-params.has"
|
|
14546
|
+
],
|
|
14373
14547
|
"core-js/modules/web.url-search-params.size": [
|
|
14374
14548
|
"web.url-search-params.size"
|
|
14375
14549
|
],
|
|
@@ -14432,6 +14606,7 @@
|
|
|
14432
14606
|
"esnext.function.demethodize",
|
|
14433
14607
|
"esnext.function.is-callable",
|
|
14434
14608
|
"esnext.function.is-constructor",
|
|
14609
|
+
"esnext.function.metadata",
|
|
14435
14610
|
"esnext.function.un-this",
|
|
14436
14611
|
"esnext.global-this",
|
|
14437
14612
|
"esnext.iterator.constructor",
|
|
@@ -14494,10 +14669,12 @@
|
|
|
14494
14669
|
"esnext.object.iterate-entries",
|
|
14495
14670
|
"esnext.object.iterate-keys",
|
|
14496
14671
|
"esnext.object.iterate-values",
|
|
14672
|
+
"esnext.object.group-by",
|
|
14497
14673
|
"esnext.observable",
|
|
14498
14674
|
"esnext.promise.all-settled",
|
|
14499
14675
|
"esnext.promise.any",
|
|
14500
14676
|
"esnext.promise.try",
|
|
14677
|
+
"esnext.promise.with-resolvers",
|
|
14501
14678
|
"esnext.reflect.define-metadata",
|
|
14502
14679
|
"esnext.reflect.delete-metadata",
|
|
14503
14680
|
"esnext.reflect.get-metadata",
|
|
@@ -14542,7 +14719,9 @@
|
|
|
14542
14719
|
"esnext.string.to-well-formed",
|
|
14543
14720
|
"esnext.symbol.async-dispose",
|
|
14544
14721
|
"esnext.symbol.dispose",
|
|
14722
|
+
"esnext.symbol.is-registered-symbol",
|
|
14545
14723
|
"esnext.symbol.is-registered",
|
|
14724
|
+
"esnext.symbol.is-well-known-symbol",
|
|
14546
14725
|
"esnext.symbol.is-well-known",
|
|
14547
14726
|
"esnext.symbol.matcher",
|
|
14548
14727
|
"esnext.symbol.metadata",
|
|
@@ -14575,6 +14754,8 @@
|
|
|
14575
14754
|
"web.url.can-parse",
|
|
14576
14755
|
"web.url.to-json",
|
|
14577
14756
|
"web.url-search-params",
|
|
14757
|
+
"web.url-search-params.delete",
|
|
14758
|
+
"web.url-search-params.has",
|
|
14578
14759
|
"web.url-search-params.size"
|
|
14579
14760
|
],
|
|
14580
14761
|
"core-js/proposals/accessible-object-hasownproperty": [
|
|
@@ -14627,6 +14808,10 @@
|
|
|
14627
14808
|
"esnext.array.group",
|
|
14628
14809
|
"esnext.array.group-to-map"
|
|
14629
14810
|
],
|
|
14811
|
+
"core-js/proposals/array-grouping-v2": [
|
|
14812
|
+
"esnext.map.group-by",
|
|
14813
|
+
"esnext.object.group-by"
|
|
14814
|
+
],
|
|
14630
14815
|
"core-js/proposals/array-includes": [
|
|
14631
14816
|
"es.array.includes",
|
|
14632
14817
|
"es.typed-array.includes"
|
|
@@ -14730,6 +14915,7 @@
|
|
|
14730
14915
|
"esnext.symbol.metadata-key"
|
|
14731
14916
|
],
|
|
14732
14917
|
"core-js/proposals/decorator-metadata-v2": [
|
|
14918
|
+
"esnext.function.metadata",
|
|
14733
14919
|
"esnext.symbol.metadata"
|
|
14734
14920
|
],
|
|
14735
14921
|
"core-js/proposals/decorators": [
|
|
@@ -14927,6 +15113,9 @@
|
|
|
14927
15113
|
"core-js/proposals/promise-try": [
|
|
14928
15114
|
"esnext.promise.try"
|
|
14929
15115
|
],
|
|
15116
|
+
"core-js/proposals/promise-with-resolvers": [
|
|
15117
|
+
"esnext.promise.with-resolvers"
|
|
15118
|
+
],
|
|
14930
15119
|
"core-js/proposals/reflect-metadata": [
|
|
14931
15120
|
"esnext.reflect.define-metadata",
|
|
14932
15121
|
"esnext.reflect.delete-metadata",
|
|
@@ -15019,11 +15208,17 @@
|
|
|
15019
15208
|
"esnext.symbol.is-registered",
|
|
15020
15209
|
"esnext.symbol.is-well-known"
|
|
15021
15210
|
],
|
|
15211
|
+
"core-js/proposals/symbol-predicates-v2": [
|
|
15212
|
+
"esnext.symbol.is-registered-symbol",
|
|
15213
|
+
"esnext.symbol.is-well-known-symbol"
|
|
15214
|
+
],
|
|
15022
15215
|
"core-js/proposals/url": [
|
|
15023
15216
|
"web.url",
|
|
15024
15217
|
"web.url.can-parse",
|
|
15025
15218
|
"web.url.to-json",
|
|
15026
15219
|
"web.url-search-params",
|
|
15220
|
+
"web.url-search-params.delete",
|
|
15221
|
+
"web.url-search-params.has",
|
|
15027
15222
|
"web.url-search-params.size"
|
|
15028
15223
|
],
|
|
15029
15224
|
"core-js/proposals/using-statement": [
|
|
@@ -15206,6 +15401,7 @@
|
|
|
15206
15401
|
"es.string.ends-with",
|
|
15207
15402
|
"es.string.from-code-point",
|
|
15208
15403
|
"es.string.includes",
|
|
15404
|
+
"es.string.is-well-formed",
|
|
15209
15405
|
"es.string.iterator",
|
|
15210
15406
|
"es.string.match",
|
|
15211
15407
|
"es.string.match-all",
|
|
@@ -15219,6 +15415,7 @@
|
|
|
15219
15415
|
"es.string.split",
|
|
15220
15416
|
"es.string.starts-with",
|
|
15221
15417
|
"es.string.substr",
|
|
15418
|
+
"es.string.to-well-formed",
|
|
15222
15419
|
"es.string.trim",
|
|
15223
15420
|
"es.string.trim-end",
|
|
15224
15421
|
"es.string.trim-start",
|
|
@@ -15294,6 +15491,8 @@
|
|
|
15294
15491
|
"web.url.can-parse",
|
|
15295
15492
|
"web.url.to-json",
|
|
15296
15493
|
"web.url-search-params",
|
|
15494
|
+
"web.url-search-params.delete",
|
|
15495
|
+
"web.url-search-params.has",
|
|
15297
15496
|
"web.url-search-params.size"
|
|
15298
15497
|
],
|
|
15299
15498
|
"core-js/stable/aggregate-error": [
|
|
@@ -15836,6 +16035,9 @@
|
|
|
15836
16035
|
"core-js/stable/instance/index-of": [
|
|
15837
16036
|
"es.array.index-of"
|
|
15838
16037
|
],
|
|
16038
|
+
"core-js/stable/instance/is-well-formed": [
|
|
16039
|
+
"es.string.is-well-formed"
|
|
16040
|
+
],
|
|
15839
16041
|
"core-js/stable/instance/keys": [
|
|
15840
16042
|
"es.array.iterator",
|
|
15841
16043
|
"es.object.to-string",
|
|
@@ -15903,6 +16105,9 @@
|
|
|
15903
16105
|
"core-js/stable/instance/to-spliced": [
|
|
15904
16106
|
"es.array.to-spliced"
|
|
15905
16107
|
],
|
|
16108
|
+
"core-js/stable/instance/to-well-formed": [
|
|
16109
|
+
"es.string.to-well-formed"
|
|
16110
|
+
],
|
|
15906
16111
|
"core-js/stable/instance/trim": [
|
|
15907
16112
|
"es.string.trim"
|
|
15908
16113
|
],
|
|
@@ -16399,6 +16604,7 @@
|
|
|
16399
16604
|
"es.string.ends-with",
|
|
16400
16605
|
"es.string.from-code-point",
|
|
16401
16606
|
"es.string.includes",
|
|
16607
|
+
"es.string.is-well-formed",
|
|
16402
16608
|
"es.string.iterator",
|
|
16403
16609
|
"es.string.match",
|
|
16404
16610
|
"es.string.match-all",
|
|
@@ -16412,6 +16618,7 @@
|
|
|
16412
16618
|
"es.string.split",
|
|
16413
16619
|
"es.string.starts-with",
|
|
16414
16620
|
"es.string.substr",
|
|
16621
|
+
"es.string.to-well-formed",
|
|
16415
16622
|
"es.string.trim",
|
|
16416
16623
|
"es.string.trim-end",
|
|
16417
16624
|
"es.string.trim-start",
|
|
@@ -16465,6 +16672,9 @@
|
|
|
16465
16672
|
"core-js/stable/string/includes": [
|
|
16466
16673
|
"es.string.includes"
|
|
16467
16674
|
],
|
|
16675
|
+
"core-js/stable/string/is-well-formed": [
|
|
16676
|
+
"es.string.is-well-formed"
|
|
16677
|
+
],
|
|
16468
16678
|
"core-js/stable/string/italics": [
|
|
16469
16679
|
"es.string.italics"
|
|
16470
16680
|
],
|
|
@@ -16531,6 +16741,9 @@
|
|
|
16531
16741
|
"core-js/stable/string/sup": [
|
|
16532
16742
|
"es.string.sup"
|
|
16533
16743
|
],
|
|
16744
|
+
"core-js/stable/string/to-well-formed": [
|
|
16745
|
+
"es.string.to-well-formed"
|
|
16746
|
+
],
|
|
16534
16747
|
"core-js/stable/string/trim": [
|
|
16535
16748
|
"es.string.trim"
|
|
16536
16749
|
],
|
|
@@ -16615,6 +16828,9 @@
|
|
|
16615
16828
|
"core-js/stable/string/virtual/includes": [
|
|
16616
16829
|
"es.string.includes"
|
|
16617
16830
|
],
|
|
16831
|
+
"core-js/stable/string/virtual/is-well-formed": [
|
|
16832
|
+
"es.string.is-well-formed"
|
|
16833
|
+
],
|
|
16618
16834
|
"core-js/stable/string/virtual/italics": [
|
|
16619
16835
|
"es.string.italics"
|
|
16620
16836
|
],
|
|
@@ -16662,6 +16878,9 @@
|
|
|
16662
16878
|
"core-js/stable/string/virtual/sup": [
|
|
16663
16879
|
"es.string.sup"
|
|
16664
16880
|
],
|
|
16881
|
+
"core-js/stable/string/virtual/to-well-formed": [
|
|
16882
|
+
"es.string.to-well-formed"
|
|
16883
|
+
],
|
|
16665
16884
|
"core-js/stable/string/virtual/trim": [
|
|
16666
16885
|
"es.string.trim"
|
|
16667
16886
|
],
|
|
@@ -17318,11 +17537,15 @@
|
|
|
17318
17537
|
"web.url.can-parse",
|
|
17319
17538
|
"web.url.to-json",
|
|
17320
17539
|
"web.url-search-params",
|
|
17540
|
+
"web.url-search-params.delete",
|
|
17541
|
+
"web.url-search-params.has",
|
|
17321
17542
|
"web.url-search-params.size"
|
|
17322
17543
|
],
|
|
17323
17544
|
"core-js/stable/url-search-params": [
|
|
17324
17545
|
"web.dom-collections.iterator",
|
|
17325
17546
|
"web.url-search-params",
|
|
17547
|
+
"web.url-search-params.delete",
|
|
17548
|
+
"web.url-search-params.has",
|
|
17326
17549
|
"web.url-search-params.size"
|
|
17327
17550
|
],
|
|
17328
17551
|
"core-js/stable/url/can-parse": [
|
|
@@ -17394,6 +17617,7 @@
|
|
|
17394
17617
|
"esnext.function.demethodize",
|
|
17395
17618
|
"esnext.function.is-callable",
|
|
17396
17619
|
"esnext.function.is-constructor",
|
|
17620
|
+
"esnext.function.metadata",
|
|
17397
17621
|
"esnext.function.un-this",
|
|
17398
17622
|
"esnext.global-this",
|
|
17399
17623
|
"esnext.iterator.constructor",
|
|
@@ -17456,10 +17680,12 @@
|
|
|
17456
17680
|
"esnext.object.iterate-entries",
|
|
17457
17681
|
"esnext.object.iterate-keys",
|
|
17458
17682
|
"esnext.object.iterate-values",
|
|
17683
|
+
"esnext.object.group-by",
|
|
17459
17684
|
"esnext.observable",
|
|
17460
17685
|
"esnext.promise.all-settled",
|
|
17461
17686
|
"esnext.promise.any",
|
|
17462
17687
|
"esnext.promise.try",
|
|
17688
|
+
"esnext.promise.with-resolvers",
|
|
17463
17689
|
"esnext.reflect.define-metadata",
|
|
17464
17690
|
"esnext.reflect.delete-metadata",
|
|
17465
17691
|
"esnext.reflect.get-metadata",
|
|
@@ -17504,7 +17730,9 @@
|
|
|
17504
17730
|
"esnext.string.to-well-formed",
|
|
17505
17731
|
"esnext.symbol.async-dispose",
|
|
17506
17732
|
"esnext.symbol.dispose",
|
|
17733
|
+
"esnext.symbol.is-registered-symbol",
|
|
17507
17734
|
"esnext.symbol.is-registered",
|
|
17735
|
+
"esnext.symbol.is-well-known-symbol",
|
|
17508
17736
|
"esnext.symbol.is-well-known",
|
|
17509
17737
|
"esnext.symbol.matcher",
|
|
17510
17738
|
"esnext.symbol.metadata",
|
|
@@ -17537,6 +17765,8 @@
|
|
|
17537
17765
|
"web.url.can-parse",
|
|
17538
17766
|
"web.url.to-json",
|
|
17539
17767
|
"web.url-search-params",
|
|
17768
|
+
"web.url-search-params.delete",
|
|
17769
|
+
"web.url-search-params.has",
|
|
17540
17770
|
"web.url-search-params.size"
|
|
17541
17771
|
],
|
|
17542
17772
|
"core-js/stage/0": [
|
|
@@ -17589,6 +17819,7 @@
|
|
|
17589
17819
|
"esnext.function.demethodize",
|
|
17590
17820
|
"esnext.function.is-callable",
|
|
17591
17821
|
"esnext.function.is-constructor",
|
|
17822
|
+
"esnext.function.metadata",
|
|
17592
17823
|
"esnext.function.un-this",
|
|
17593
17824
|
"esnext.global-this",
|
|
17594
17825
|
"esnext.iterator.constructor",
|
|
@@ -17651,10 +17882,12 @@
|
|
|
17651
17882
|
"esnext.object.iterate-entries",
|
|
17652
17883
|
"esnext.object.iterate-keys",
|
|
17653
17884
|
"esnext.object.iterate-values",
|
|
17885
|
+
"esnext.object.group-by",
|
|
17654
17886
|
"esnext.observable",
|
|
17655
17887
|
"esnext.promise.all-settled",
|
|
17656
17888
|
"esnext.promise.any",
|
|
17657
17889
|
"esnext.promise.try",
|
|
17890
|
+
"esnext.promise.with-resolvers",
|
|
17658
17891
|
"esnext.set.add-all",
|
|
17659
17892
|
"esnext.set.delete-all",
|
|
17660
17893
|
"esnext.set.difference.v2",
|
|
@@ -17690,7 +17923,9 @@
|
|
|
17690
17923
|
"esnext.string.to-well-formed",
|
|
17691
17924
|
"esnext.symbol.async-dispose",
|
|
17692
17925
|
"esnext.symbol.dispose",
|
|
17926
|
+
"esnext.symbol.is-registered-symbol",
|
|
17693
17927
|
"esnext.symbol.is-registered",
|
|
17928
|
+
"esnext.symbol.is-well-known-symbol",
|
|
17694
17929
|
"esnext.symbol.is-well-known",
|
|
17695
17930
|
"esnext.symbol.matcher",
|
|
17696
17931
|
"esnext.symbol.metadata",
|
|
@@ -17723,6 +17958,8 @@
|
|
|
17723
17958
|
"web.url.can-parse",
|
|
17724
17959
|
"web.url.to-json",
|
|
17725
17960
|
"web.url-search-params",
|
|
17961
|
+
"web.url-search-params.delete",
|
|
17962
|
+
"web.url-search-params.has",
|
|
17726
17963
|
"web.url-search-params.size"
|
|
17727
17964
|
],
|
|
17728
17965
|
"core-js/stage/1": [
|
|
@@ -17771,6 +18008,7 @@
|
|
|
17771
18008
|
"esnext.composite-key",
|
|
17772
18009
|
"esnext.composite-symbol",
|
|
17773
18010
|
"esnext.disposable-stack.constructor",
|
|
18011
|
+
"esnext.function.metadata",
|
|
17774
18012
|
"esnext.global-this",
|
|
17775
18013
|
"esnext.iterator.constructor",
|
|
17776
18014
|
"esnext.iterator.as-indexed-pairs",
|
|
@@ -17828,10 +18066,12 @@
|
|
|
17828
18066
|
"esnext.object.iterate-entries",
|
|
17829
18067
|
"esnext.object.iterate-keys",
|
|
17830
18068
|
"esnext.object.iterate-values",
|
|
18069
|
+
"esnext.object.group-by",
|
|
17831
18070
|
"esnext.observable",
|
|
17832
18071
|
"esnext.promise.all-settled",
|
|
17833
18072
|
"esnext.promise.any",
|
|
17834
18073
|
"esnext.promise.try",
|
|
18074
|
+
"esnext.promise.with-resolvers",
|
|
17835
18075
|
"esnext.set.add-all",
|
|
17836
18076
|
"esnext.set.delete-all",
|
|
17837
18077
|
"esnext.set.difference.v2",
|
|
@@ -17866,7 +18106,9 @@
|
|
|
17866
18106
|
"esnext.string.to-well-formed",
|
|
17867
18107
|
"esnext.symbol.async-dispose",
|
|
17868
18108
|
"esnext.symbol.dispose",
|
|
18109
|
+
"esnext.symbol.is-registered-symbol",
|
|
17869
18110
|
"esnext.symbol.is-registered",
|
|
18111
|
+
"esnext.symbol.is-well-known-symbol",
|
|
17870
18112
|
"esnext.symbol.is-well-known",
|
|
17871
18113
|
"esnext.symbol.matcher",
|
|
17872
18114
|
"esnext.symbol.metadata",
|
|
@@ -17933,6 +18175,7 @@
|
|
|
17933
18175
|
"esnext.async-iterator.take",
|
|
17934
18176
|
"esnext.async-iterator.to-array",
|
|
17935
18177
|
"esnext.disposable-stack.constructor",
|
|
18178
|
+
"esnext.function.metadata",
|
|
17936
18179
|
"esnext.global-this",
|
|
17937
18180
|
"esnext.iterator.constructor",
|
|
17938
18181
|
"esnext.iterator.as-indexed-pairs",
|
|
@@ -17956,9 +18199,12 @@
|
|
|
17956
18199
|
"esnext.json.parse",
|
|
17957
18200
|
"esnext.json.raw-json",
|
|
17958
18201
|
"esnext.map.emplace",
|
|
18202
|
+
"esnext.map.group-by",
|
|
17959
18203
|
"esnext.object.has-own",
|
|
18204
|
+
"esnext.object.group-by",
|
|
17960
18205
|
"esnext.promise.all-settled",
|
|
17961
18206
|
"esnext.promise.any",
|
|
18207
|
+
"esnext.promise.with-resolvers",
|
|
17962
18208
|
"esnext.set.difference.v2",
|
|
17963
18209
|
"esnext.set.difference",
|
|
17964
18210
|
"esnext.set.intersection.v2",
|
|
@@ -17980,7 +18226,9 @@
|
|
|
17980
18226
|
"esnext.string.to-well-formed",
|
|
17981
18227
|
"esnext.symbol.async-dispose",
|
|
17982
18228
|
"esnext.symbol.dispose",
|
|
18229
|
+
"esnext.symbol.is-registered-symbol",
|
|
17983
18230
|
"esnext.symbol.is-registered",
|
|
18231
|
+
"esnext.symbol.is-well-known-symbol",
|
|
17984
18232
|
"esnext.symbol.is-well-known",
|
|
17985
18233
|
"esnext.symbol.metadata",
|
|
17986
18234
|
"esnext.symbol.metadata-key",
|
|
@@ -18027,6 +18275,7 @@
|
|
|
18027
18275
|
"esnext.async-iterator.take",
|
|
18028
18276
|
"esnext.async-iterator.to-array",
|
|
18029
18277
|
"esnext.disposable-stack.constructor",
|
|
18278
|
+
"esnext.function.metadata",
|
|
18030
18279
|
"esnext.global-this",
|
|
18031
18280
|
"esnext.iterator.constructor",
|
|
18032
18281
|
"esnext.iterator.dispose",
|
|
@@ -18061,6 +18310,7 @@
|
|
|
18061
18310
|
"esnext.string.replace-all",
|
|
18062
18311
|
"esnext.string.to-well-formed",
|
|
18063
18312
|
"esnext.symbol.dispose",
|
|
18313
|
+
"esnext.symbol.metadata",
|
|
18064
18314
|
"esnext.typed-array.at",
|
|
18065
18315
|
"esnext.typed-array.find-last",
|
|
18066
18316
|
"esnext.typed-array.find-last-index",
|
|
@@ -18083,8 +18333,10 @@
|
|
|
18083
18333
|
"esnext.object.has-own",
|
|
18084
18334
|
"esnext.promise.all-settled",
|
|
18085
18335
|
"esnext.promise.any",
|
|
18336
|
+
"esnext.string.is-well-formed",
|
|
18086
18337
|
"esnext.string.match-all",
|
|
18087
18338
|
"esnext.string.replace-all",
|
|
18339
|
+
"esnext.string.to-well-formed",
|
|
18088
18340
|
"esnext.typed-array.at",
|
|
18089
18341
|
"esnext.typed-array.find-last",
|
|
18090
18342
|
"esnext.typed-array.find-last-index",
|
|
@@ -18142,6 +18394,7 @@
|
|
|
18142
18394
|
"esnext.function.demethodize",
|
|
18143
18395
|
"esnext.function.is-callable",
|
|
18144
18396
|
"esnext.function.is-constructor",
|
|
18397
|
+
"esnext.function.metadata",
|
|
18145
18398
|
"esnext.function.un-this",
|
|
18146
18399
|
"esnext.global-this",
|
|
18147
18400
|
"esnext.iterator.constructor",
|
|
@@ -18204,10 +18457,12 @@
|
|
|
18204
18457
|
"esnext.object.iterate-entries",
|
|
18205
18458
|
"esnext.object.iterate-keys",
|
|
18206
18459
|
"esnext.object.iterate-values",
|
|
18460
|
+
"esnext.object.group-by",
|
|
18207
18461
|
"esnext.observable",
|
|
18208
18462
|
"esnext.promise.all-settled",
|
|
18209
18463
|
"esnext.promise.any",
|
|
18210
18464
|
"esnext.promise.try",
|
|
18465
|
+
"esnext.promise.with-resolvers",
|
|
18211
18466
|
"esnext.reflect.define-metadata",
|
|
18212
18467
|
"esnext.reflect.delete-metadata",
|
|
18213
18468
|
"esnext.reflect.get-metadata",
|
|
@@ -18252,7 +18507,9 @@
|
|
|
18252
18507
|
"esnext.string.to-well-formed",
|
|
18253
18508
|
"esnext.symbol.async-dispose",
|
|
18254
18509
|
"esnext.symbol.dispose",
|
|
18510
|
+
"esnext.symbol.is-registered-symbol",
|
|
18255
18511
|
"esnext.symbol.is-registered",
|
|
18512
|
+
"esnext.symbol.is-well-known-symbol",
|
|
18256
18513
|
"esnext.symbol.is-well-known",
|
|
18257
18514
|
"esnext.symbol.matcher",
|
|
18258
18515
|
"esnext.symbol.metadata",
|
|
@@ -18285,6 +18542,8 @@
|
|
|
18285
18542
|
"web.url.can-parse",
|
|
18286
18543
|
"web.url.to-json",
|
|
18287
18544
|
"web.url-search-params",
|
|
18545
|
+
"web.url-search-params.delete",
|
|
18546
|
+
"web.url-search-params.has",
|
|
18288
18547
|
"web.url-search-params.size"
|
|
18289
18548
|
],
|
|
18290
18549
|
"core-js/web": [
|
|
@@ -18304,6 +18563,8 @@
|
|
|
18304
18563
|
"web.url.can-parse",
|
|
18305
18564
|
"web.url.to-json",
|
|
18306
18565
|
"web.url-search-params",
|
|
18566
|
+
"web.url-search-params.delete",
|
|
18567
|
+
"web.url-search-params.has",
|
|
18307
18568
|
"web.url-search-params.size"
|
|
18308
18569
|
],
|
|
18309
18570
|
"core-js/web/dom-collections": [
|
|
@@ -18337,10 +18598,14 @@
|
|
|
18337
18598
|
"web.url.can-parse",
|
|
18338
18599
|
"web.url.to-json",
|
|
18339
18600
|
"web.url-search-params",
|
|
18601
|
+
"web.url-search-params.delete",
|
|
18602
|
+
"web.url-search-params.has",
|
|
18340
18603
|
"web.url-search-params.size"
|
|
18341
18604
|
],
|
|
18342
18605
|
"core-js/web/url-search-params": [
|
|
18343
18606
|
"web.url-search-params",
|
|
18607
|
+
"web.url-search-params.delete",
|
|
18608
|
+
"web.url-search-params.has",
|
|
18344
18609
|
"web.url-search-params.size"
|
|
18345
18610
|
]
|
|
18346
18611
|
}
|