core-js-compat 3.42.0 → 3.43.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/data.json +206 -38
- package/entries.json +463 -4
- package/modules-by-versions.json +16 -0
- package/modules.json +14 -0
- package/package.json +2 -2
package/entries.json
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
"core-js": [
|
|
3
3
|
"es.symbol",
|
|
4
4
|
"es.symbol.description",
|
|
5
|
+
"es.symbol.async-dispose",
|
|
5
6
|
"es.symbol.async-iterator",
|
|
7
|
+
"es.symbol.dispose",
|
|
6
8
|
"es.symbol.has-instance",
|
|
7
9
|
"es.symbol.is-concat-spreadable",
|
|
8
10
|
"es.symbol.iterator",
|
|
@@ -16,9 +18,11 @@
|
|
|
16
18
|
"es.symbol.to-string-tag",
|
|
17
19
|
"es.symbol.unscopables",
|
|
18
20
|
"es.error.cause",
|
|
21
|
+
"es.error.is-error",
|
|
19
22
|
"es.error.to-string",
|
|
20
23
|
"es.aggregate-error",
|
|
21
24
|
"es.aggregate-error.cause",
|
|
25
|
+
"es.suppressed-error.constructor",
|
|
22
26
|
"es.array.at",
|
|
23
27
|
"es.array.concat",
|
|
24
28
|
"es.array.copy-within",
|
|
@@ -74,12 +78,14 @@
|
|
|
74
78
|
"es.date.to-json",
|
|
75
79
|
"es.date.to-primitive",
|
|
76
80
|
"es.date.to-string",
|
|
81
|
+
"es.disposable-stack.constructor",
|
|
77
82
|
"es.escape",
|
|
78
83
|
"es.function.bind",
|
|
79
84
|
"es.function.has-instance",
|
|
80
85
|
"es.function.name",
|
|
81
86
|
"es.global-this",
|
|
82
87
|
"es.iterator.constructor",
|
|
88
|
+
"es.iterator.dispose",
|
|
83
89
|
"es.iterator.drop",
|
|
84
90
|
"es.iterator.every",
|
|
85
91
|
"es.iterator.filter",
|
|
@@ -164,6 +170,9 @@
|
|
|
164
170
|
"es.promise.finally",
|
|
165
171
|
"es.promise.try",
|
|
166
172
|
"es.promise.with-resolvers",
|
|
173
|
+
"es.array.from-async",
|
|
174
|
+
"es.async-disposable-stack.constructor",
|
|
175
|
+
"es.async-iterator.async-dispose",
|
|
167
176
|
"es.reflect.apply",
|
|
168
177
|
"es.reflect.construct",
|
|
169
178
|
"es.reflect.define-property",
|
|
@@ -330,6 +339,7 @@
|
|
|
330
339
|
"esnext.global-this",
|
|
331
340
|
"esnext.iterator.constructor",
|
|
332
341
|
"esnext.iterator.as-indexed-pairs",
|
|
342
|
+
"esnext.iterator.chunks",
|
|
333
343
|
"esnext.iterator.concat",
|
|
334
344
|
"esnext.iterator.dispose",
|
|
335
345
|
"esnext.iterator.drop",
|
|
@@ -347,6 +357,9 @@
|
|
|
347
357
|
"esnext.iterator.take",
|
|
348
358
|
"esnext.iterator.to-array",
|
|
349
359
|
"esnext.iterator.to-async",
|
|
360
|
+
"esnext.iterator.windows",
|
|
361
|
+
"esnext.iterator.zip",
|
|
362
|
+
"esnext.iterator.zip-keyed",
|
|
350
363
|
"esnext.json.is-raw-json",
|
|
351
364
|
"esnext.json.parse",
|
|
352
365
|
"esnext.json.raw-json",
|
|
@@ -387,6 +400,7 @@
|
|
|
387
400
|
"esnext.math.signbit",
|
|
388
401
|
"esnext.math.sum-precise",
|
|
389
402
|
"esnext.math.umulh",
|
|
403
|
+
"esnext.number.clamp",
|
|
390
404
|
"esnext.number.from-string",
|
|
391
405
|
"esnext.number.range",
|
|
392
406
|
"esnext.object.has-own",
|
|
@@ -508,7 +522,9 @@
|
|
|
508
522
|
"core-js/actual": [
|
|
509
523
|
"es.symbol",
|
|
510
524
|
"es.symbol.description",
|
|
525
|
+
"es.symbol.async-dispose",
|
|
511
526
|
"es.symbol.async-iterator",
|
|
527
|
+
"es.symbol.dispose",
|
|
512
528
|
"es.symbol.has-instance",
|
|
513
529
|
"es.symbol.is-concat-spreadable",
|
|
514
530
|
"es.symbol.iterator",
|
|
@@ -522,9 +538,11 @@
|
|
|
522
538
|
"es.symbol.to-string-tag",
|
|
523
539
|
"es.symbol.unscopables",
|
|
524
540
|
"es.error.cause",
|
|
541
|
+
"es.error.is-error",
|
|
525
542
|
"es.error.to-string",
|
|
526
543
|
"es.aggregate-error",
|
|
527
544
|
"es.aggregate-error.cause",
|
|
545
|
+
"es.suppressed-error.constructor",
|
|
528
546
|
"es.array.at",
|
|
529
547
|
"es.array.concat",
|
|
530
548
|
"es.array.copy-within",
|
|
@@ -580,12 +598,14 @@
|
|
|
580
598
|
"es.date.to-json",
|
|
581
599
|
"es.date.to-primitive",
|
|
582
600
|
"es.date.to-string",
|
|
601
|
+
"es.disposable-stack.constructor",
|
|
583
602
|
"es.escape",
|
|
584
603
|
"es.function.bind",
|
|
585
604
|
"es.function.has-instance",
|
|
586
605
|
"es.function.name",
|
|
587
606
|
"es.global-this",
|
|
588
607
|
"es.iterator.constructor",
|
|
608
|
+
"es.iterator.dispose",
|
|
589
609
|
"es.iterator.drop",
|
|
590
610
|
"es.iterator.every",
|
|
591
611
|
"es.iterator.filter",
|
|
@@ -670,6 +690,9 @@
|
|
|
670
690
|
"es.promise.finally",
|
|
671
691
|
"es.promise.try",
|
|
672
692
|
"es.promise.with-resolvers",
|
|
693
|
+
"es.array.from-async",
|
|
694
|
+
"es.async-disposable-stack.constructor",
|
|
695
|
+
"es.async-iterator.async-dispose",
|
|
673
696
|
"es.reflect.apply",
|
|
674
697
|
"es.reflect.construct",
|
|
675
698
|
"es.reflect.define-property",
|
|
@@ -935,6 +958,7 @@
|
|
|
935
958
|
"es.array.with",
|
|
936
959
|
"es.object.to-string",
|
|
937
960
|
"es.promise",
|
|
961
|
+
"es.array.from-async",
|
|
938
962
|
"es.string.iterator",
|
|
939
963
|
"esnext.array.from-async",
|
|
940
964
|
"esnext.array.find-last",
|
|
@@ -1053,6 +1077,7 @@
|
|
|
1053
1077
|
"es.array.iterator",
|
|
1054
1078
|
"es.object.to-string",
|
|
1055
1079
|
"es.promise",
|
|
1080
|
+
"es.array.from-async",
|
|
1056
1081
|
"es.string.iterator",
|
|
1057
1082
|
"esnext.array.from-async"
|
|
1058
1083
|
],
|
|
@@ -1335,8 +1360,12 @@
|
|
|
1335
1360
|
"core-js/actual/async-disposable-stack": [
|
|
1336
1361
|
"es.error.cause",
|
|
1337
1362
|
"es.error.to-string",
|
|
1363
|
+
"es.suppressed-error.constructor",
|
|
1364
|
+
"es.iterator.dispose",
|
|
1338
1365
|
"es.object.to-string",
|
|
1339
1366
|
"es.promise",
|
|
1367
|
+
"es.async-disposable-stack.constructor",
|
|
1368
|
+
"es.async-iterator.async-dispose",
|
|
1340
1369
|
"esnext.suppressed-error.constructor",
|
|
1341
1370
|
"esnext.async-disposable-stack.constructor",
|
|
1342
1371
|
"esnext.async-iterator.async-dispose",
|
|
@@ -1345,8 +1374,12 @@
|
|
|
1345
1374
|
"core-js/actual/async-disposable-stack/constructor": [
|
|
1346
1375
|
"es.error.cause",
|
|
1347
1376
|
"es.error.to-string",
|
|
1377
|
+
"es.suppressed-error.constructor",
|
|
1378
|
+
"es.iterator.dispose",
|
|
1348
1379
|
"es.object.to-string",
|
|
1349
1380
|
"es.promise",
|
|
1381
|
+
"es.async-disposable-stack.constructor",
|
|
1382
|
+
"es.async-iterator.async-dispose",
|
|
1350
1383
|
"esnext.suppressed-error.constructor",
|
|
1351
1384
|
"esnext.async-disposable-stack.constructor",
|
|
1352
1385
|
"esnext.async-iterator.async-dispose",
|
|
@@ -1356,6 +1389,7 @@
|
|
|
1356
1389
|
"es.array.iterator",
|
|
1357
1390
|
"es.object.to-string",
|
|
1358
1391
|
"es.promise",
|
|
1392
|
+
"es.async-iterator.async-dispose",
|
|
1359
1393
|
"es.string.iterator",
|
|
1360
1394
|
"esnext.async-iterator.constructor",
|
|
1361
1395
|
"esnext.async-iterator.async-dispose",
|
|
@@ -1376,6 +1410,7 @@
|
|
|
1376
1410
|
"core-js/actual/async-iterator/async-dispose": [
|
|
1377
1411
|
"es.object.to-string",
|
|
1378
1412
|
"es.promise",
|
|
1413
|
+
"es.async-iterator.async-dispose",
|
|
1379
1414
|
"esnext.async-iterator.async-dispose"
|
|
1380
1415
|
],
|
|
1381
1416
|
"core-js/actual/async-iterator/drop": [
|
|
@@ -1539,6 +1574,9 @@
|
|
|
1539
1574
|
"core-js/actual/disposable-stack": [
|
|
1540
1575
|
"es.error.cause",
|
|
1541
1576
|
"es.error.to-string",
|
|
1577
|
+
"es.suppressed-error.constructor",
|
|
1578
|
+
"es.disposable-stack.constructor",
|
|
1579
|
+
"es.iterator.dispose",
|
|
1542
1580
|
"es.object.to-string",
|
|
1543
1581
|
"esnext.suppressed-error.constructor",
|
|
1544
1582
|
"esnext.disposable-stack.constructor",
|
|
@@ -1547,6 +1585,9 @@
|
|
|
1547
1585
|
"core-js/actual/disposable-stack/constructor": [
|
|
1548
1586
|
"es.error.cause",
|
|
1549
1587
|
"es.error.to-string",
|
|
1588
|
+
"es.suppressed-error.constructor",
|
|
1589
|
+
"es.disposable-stack.constructor",
|
|
1590
|
+
"es.iterator.dispose",
|
|
1550
1591
|
"es.object.to-string",
|
|
1551
1592
|
"esnext.suppressed-error.constructor",
|
|
1552
1593
|
"esnext.disposable-stack.constructor",
|
|
@@ -1581,6 +1622,7 @@
|
|
|
1581
1622
|
],
|
|
1582
1623
|
"core-js/actual/error": [
|
|
1583
1624
|
"es.error.cause",
|
|
1625
|
+
"es.error.is-error",
|
|
1584
1626
|
"es.error.to-string",
|
|
1585
1627
|
"es.object.create",
|
|
1586
1628
|
"esnext.error.is-error"
|
|
@@ -1589,6 +1631,7 @@
|
|
|
1589
1631
|
"es.error.cause"
|
|
1590
1632
|
],
|
|
1591
1633
|
"core-js/actual/error/is-error": [
|
|
1634
|
+
"es.error.is-error",
|
|
1592
1635
|
"es.object.create",
|
|
1593
1636
|
"esnext.error.is-error"
|
|
1594
1637
|
],
|
|
@@ -1831,6 +1874,7 @@
|
|
|
1831
1874
|
"core-js/actual/iterator": [
|
|
1832
1875
|
"es.array.iterator",
|
|
1833
1876
|
"es.iterator.constructor",
|
|
1877
|
+
"es.iterator.dispose",
|
|
1834
1878
|
"es.iterator.drop",
|
|
1835
1879
|
"es.iterator.every",
|
|
1836
1880
|
"es.iterator.filter",
|
|
@@ -1895,11 +1939,13 @@
|
|
|
1895
1939
|
"esnext.iterator.find"
|
|
1896
1940
|
],
|
|
1897
1941
|
"core-js/actual/iterator/flat-map": [
|
|
1942
|
+
"es.array.iterator",
|
|
1898
1943
|
"es.iterator.constructor",
|
|
1899
1944
|
"es.iterator.flat-map",
|
|
1900
1945
|
"es.object.to-string",
|
|
1901
1946
|
"esnext.iterator.constructor",
|
|
1902
|
-
"esnext.iterator.flat-map"
|
|
1947
|
+
"esnext.iterator.flat-map",
|
|
1948
|
+
"web.dom-collections.iterator"
|
|
1903
1949
|
],
|
|
1904
1950
|
"core-js/actual/iterator/for-each": [
|
|
1905
1951
|
"es.iterator.constructor",
|
|
@@ -2883,7 +2929,9 @@
|
|
|
2883
2929
|
"core-js/actual/symbol": [
|
|
2884
2930
|
"es.symbol",
|
|
2885
2931
|
"es.symbol.description",
|
|
2932
|
+
"es.symbol.async-dispose",
|
|
2886
2933
|
"es.symbol.async-iterator",
|
|
2934
|
+
"es.symbol.dispose",
|
|
2887
2935
|
"es.symbol.has-instance",
|
|
2888
2936
|
"es.symbol.is-concat-spreadable",
|
|
2889
2937
|
"es.symbol.iterator",
|
|
@@ -2908,6 +2956,7 @@
|
|
|
2908
2956
|
"web.dom-collections.iterator"
|
|
2909
2957
|
],
|
|
2910
2958
|
"core-js/actual/symbol/async-dispose": [
|
|
2959
|
+
"es.symbol.async-dispose",
|
|
2911
2960
|
"esnext.symbol.async-dispose"
|
|
2912
2961
|
],
|
|
2913
2962
|
"core-js/actual/symbol/async-iterator": [
|
|
@@ -2917,6 +2966,7 @@
|
|
|
2917
2966
|
"es.symbol.description"
|
|
2918
2967
|
],
|
|
2919
2968
|
"core-js/actual/symbol/dispose": [
|
|
2969
|
+
"es.symbol.dispose",
|
|
2920
2970
|
"esnext.symbol.dispose"
|
|
2921
2971
|
],
|
|
2922
2972
|
"core-js/actual/symbol/for": [
|
|
@@ -3719,7 +3769,9 @@
|
|
|
3719
3769
|
"core-js/es": [
|
|
3720
3770
|
"es.symbol",
|
|
3721
3771
|
"es.symbol.description",
|
|
3772
|
+
"es.symbol.async-dispose",
|
|
3722
3773
|
"es.symbol.async-iterator",
|
|
3774
|
+
"es.symbol.dispose",
|
|
3723
3775
|
"es.symbol.has-instance",
|
|
3724
3776
|
"es.symbol.is-concat-spreadable",
|
|
3725
3777
|
"es.symbol.iterator",
|
|
@@ -3733,9 +3785,11 @@
|
|
|
3733
3785
|
"es.symbol.to-string-tag",
|
|
3734
3786
|
"es.symbol.unscopables",
|
|
3735
3787
|
"es.error.cause",
|
|
3788
|
+
"es.error.is-error",
|
|
3736
3789
|
"es.error.to-string",
|
|
3737
3790
|
"es.aggregate-error",
|
|
3738
3791
|
"es.aggregate-error.cause",
|
|
3792
|
+
"es.suppressed-error.constructor",
|
|
3739
3793
|
"es.array.at",
|
|
3740
3794
|
"es.array.concat",
|
|
3741
3795
|
"es.array.copy-within",
|
|
@@ -3791,12 +3845,14 @@
|
|
|
3791
3845
|
"es.date.to-json",
|
|
3792
3846
|
"es.date.to-primitive",
|
|
3793
3847
|
"es.date.to-string",
|
|
3848
|
+
"es.disposable-stack.constructor",
|
|
3794
3849
|
"es.escape",
|
|
3795
3850
|
"es.function.bind",
|
|
3796
3851
|
"es.function.has-instance",
|
|
3797
3852
|
"es.function.name",
|
|
3798
3853
|
"es.global-this",
|
|
3799
3854
|
"es.iterator.constructor",
|
|
3855
|
+
"es.iterator.dispose",
|
|
3800
3856
|
"es.iterator.drop",
|
|
3801
3857
|
"es.iterator.every",
|
|
3802
3858
|
"es.iterator.filter",
|
|
@@ -3881,6 +3937,9 @@
|
|
|
3881
3937
|
"es.promise.finally",
|
|
3882
3938
|
"es.promise.try",
|
|
3883
3939
|
"es.promise.with-resolvers",
|
|
3940
|
+
"es.array.from-async",
|
|
3941
|
+
"es.async-disposable-stack.constructor",
|
|
3942
|
+
"es.async-iterator.async-dispose",
|
|
3884
3943
|
"es.reflect.apply",
|
|
3885
3944
|
"es.reflect.construct",
|
|
3886
3945
|
"es.reflect.define-property",
|
|
@@ -4032,6 +4091,8 @@
|
|
|
4032
4091
|
"es.array.unshift",
|
|
4033
4092
|
"es.array.with",
|
|
4034
4093
|
"es.object.to-string",
|
|
4094
|
+
"es.promise",
|
|
4095
|
+
"es.array.from-async",
|
|
4035
4096
|
"es.string.iterator"
|
|
4036
4097
|
],
|
|
4037
4098
|
"core-js/es/array-buffer": [
|
|
@@ -4124,6 +4185,13 @@
|
|
|
4124
4185
|
"es.array.from",
|
|
4125
4186
|
"es.string.iterator"
|
|
4126
4187
|
],
|
|
4188
|
+
"core-js/es/array/from-async": [
|
|
4189
|
+
"es.array.iterator",
|
|
4190
|
+
"es.object.to-string",
|
|
4191
|
+
"es.promise",
|
|
4192
|
+
"es.array.from-async",
|
|
4193
|
+
"es.string.iterator"
|
|
4194
|
+
],
|
|
4127
4195
|
"core-js/es/array/includes": [
|
|
4128
4196
|
"es.array.includes"
|
|
4129
4197
|
],
|
|
@@ -4347,6 +4415,36 @@
|
|
|
4347
4415
|
"core-js/es/array/with": [
|
|
4348
4416
|
"es.array.with"
|
|
4349
4417
|
],
|
|
4418
|
+
"core-js/es/async-disposable-stack": [
|
|
4419
|
+
"es.error.cause",
|
|
4420
|
+
"es.error.to-string",
|
|
4421
|
+
"es.suppressed-error.constructor",
|
|
4422
|
+
"es.iterator.dispose",
|
|
4423
|
+
"es.object.to-string",
|
|
4424
|
+
"es.promise",
|
|
4425
|
+
"es.async-disposable-stack.constructor",
|
|
4426
|
+
"es.async-iterator.async-dispose"
|
|
4427
|
+
],
|
|
4428
|
+
"core-js/es/async-disposable-stack/constructor": [
|
|
4429
|
+
"es.error.cause",
|
|
4430
|
+
"es.error.to-string",
|
|
4431
|
+
"es.suppressed-error.constructor",
|
|
4432
|
+
"es.iterator.dispose",
|
|
4433
|
+
"es.object.to-string",
|
|
4434
|
+
"es.promise",
|
|
4435
|
+
"es.async-disposable-stack.constructor",
|
|
4436
|
+
"es.async-iterator.async-dispose"
|
|
4437
|
+
],
|
|
4438
|
+
"core-js/es/async-iterator": [
|
|
4439
|
+
"es.object.to-string",
|
|
4440
|
+
"es.promise",
|
|
4441
|
+
"es.async-iterator.async-dispose"
|
|
4442
|
+
],
|
|
4443
|
+
"core-js/es/async-iterator/async-dispose": [
|
|
4444
|
+
"es.object.to-string",
|
|
4445
|
+
"es.promise",
|
|
4446
|
+
"es.async-iterator.async-dispose"
|
|
4447
|
+
],
|
|
4350
4448
|
"core-js/es/data-view": [
|
|
4351
4449
|
"es.array-buffer.constructor",
|
|
4352
4450
|
"es.array-buffer.slice",
|
|
@@ -4396,13 +4494,34 @@
|
|
|
4396
4494
|
"core-js/es/date/to-string": [
|
|
4397
4495
|
"es.date.to-string"
|
|
4398
4496
|
],
|
|
4497
|
+
"core-js/es/disposable-stack": [
|
|
4498
|
+
"es.error.cause",
|
|
4499
|
+
"es.error.to-string",
|
|
4500
|
+
"es.suppressed-error.constructor",
|
|
4501
|
+
"es.disposable-stack.constructor",
|
|
4502
|
+
"es.iterator.dispose",
|
|
4503
|
+
"es.object.to-string"
|
|
4504
|
+
],
|
|
4505
|
+
"core-js/es/disposable-stack/constructor": [
|
|
4506
|
+
"es.error.cause",
|
|
4507
|
+
"es.error.to-string",
|
|
4508
|
+
"es.suppressed-error.constructor",
|
|
4509
|
+
"es.disposable-stack.constructor",
|
|
4510
|
+
"es.iterator.dispose",
|
|
4511
|
+
"es.object.to-string"
|
|
4512
|
+
],
|
|
4399
4513
|
"core-js/es/error": [
|
|
4400
4514
|
"es.error.cause",
|
|
4515
|
+
"es.error.is-error",
|
|
4401
4516
|
"es.error.to-string"
|
|
4402
4517
|
],
|
|
4403
4518
|
"core-js/es/error/constructor": [
|
|
4404
4519
|
"es.error.cause"
|
|
4405
4520
|
],
|
|
4521
|
+
"core-js/es/error/is-error": [
|
|
4522
|
+
"es.error.is-error",
|
|
4523
|
+
"es.object.create"
|
|
4524
|
+
],
|
|
4406
4525
|
"core-js/es/error/to-string": [
|
|
4407
4526
|
"es.error.to-string"
|
|
4408
4527
|
],
|
|
@@ -4609,6 +4728,7 @@
|
|
|
4609
4728
|
"core-js/es/iterator": [
|
|
4610
4729
|
"es.array.iterator",
|
|
4611
4730
|
"es.iterator.constructor",
|
|
4731
|
+
"es.iterator.dispose",
|
|
4612
4732
|
"es.iterator.drop",
|
|
4613
4733
|
"es.iterator.every",
|
|
4614
4734
|
"es.iterator.filter",
|
|
@@ -4624,6 +4744,9 @@
|
|
|
4624
4744
|
"es.object.to-string",
|
|
4625
4745
|
"es.string.iterator"
|
|
4626
4746
|
],
|
|
4747
|
+
"core-js/es/iterator/dispose": [
|
|
4748
|
+
"es.iterator.dispose"
|
|
4749
|
+
],
|
|
4627
4750
|
"core-js/es/iterator/drop": [
|
|
4628
4751
|
"es.iterator.constructor",
|
|
4629
4752
|
"es.iterator.drop",
|
|
@@ -4645,6 +4768,7 @@
|
|
|
4645
4768
|
"es.object.to-string"
|
|
4646
4769
|
],
|
|
4647
4770
|
"core-js/es/iterator/flat-map": [
|
|
4771
|
+
"es.array.iterator",
|
|
4648
4772
|
"es.iterator.constructor",
|
|
4649
4773
|
"es.iterator.flat-map",
|
|
4650
4774
|
"es.object.to-string"
|
|
@@ -5500,10 +5624,13 @@
|
|
|
5500
5624
|
"core-js/es/string/virtual/trim-start": [
|
|
5501
5625
|
"es.string.trim-start"
|
|
5502
5626
|
],
|
|
5627
|
+
"core-js/es/suppressed-error": [],
|
|
5503
5628
|
"core-js/es/symbol": [
|
|
5504
5629
|
"es.symbol",
|
|
5505
5630
|
"es.symbol.description",
|
|
5631
|
+
"es.symbol.async-dispose",
|
|
5506
5632
|
"es.symbol.async-iterator",
|
|
5633
|
+
"es.symbol.dispose",
|
|
5507
5634
|
"es.symbol.has-instance",
|
|
5508
5635
|
"es.symbol.is-concat-spreadable",
|
|
5509
5636
|
"es.symbol.iterator",
|
|
@@ -5522,12 +5649,18 @@
|
|
|
5522
5649
|
"es.object.to-string",
|
|
5523
5650
|
"es.reflect.to-string-tag"
|
|
5524
5651
|
],
|
|
5652
|
+
"core-js/es/symbol/async-dispose": [
|
|
5653
|
+
"es.symbol.async-dispose"
|
|
5654
|
+
],
|
|
5525
5655
|
"core-js/es/symbol/async-iterator": [
|
|
5526
5656
|
"es.symbol.async-iterator"
|
|
5527
5657
|
],
|
|
5528
5658
|
"core-js/es/symbol/description": [
|
|
5529
5659
|
"es.symbol.description"
|
|
5530
5660
|
],
|
|
5661
|
+
"core-js/es/symbol/dispose": [
|
|
5662
|
+
"es.symbol.dispose"
|
|
5663
|
+
],
|
|
5531
5664
|
"core-js/es/symbol/for": [
|
|
5532
5665
|
"es.symbol"
|
|
5533
5666
|
],
|
|
@@ -6135,7 +6268,9 @@
|
|
|
6135
6268
|
"core-js/features": [
|
|
6136
6269
|
"es.symbol",
|
|
6137
6270
|
"es.symbol.description",
|
|
6271
|
+
"es.symbol.async-dispose",
|
|
6138
6272
|
"es.symbol.async-iterator",
|
|
6273
|
+
"es.symbol.dispose",
|
|
6139
6274
|
"es.symbol.has-instance",
|
|
6140
6275
|
"es.symbol.is-concat-spreadable",
|
|
6141
6276
|
"es.symbol.iterator",
|
|
@@ -6149,9 +6284,11 @@
|
|
|
6149
6284
|
"es.symbol.to-string-tag",
|
|
6150
6285
|
"es.symbol.unscopables",
|
|
6151
6286
|
"es.error.cause",
|
|
6287
|
+
"es.error.is-error",
|
|
6152
6288
|
"es.error.to-string",
|
|
6153
6289
|
"es.aggregate-error",
|
|
6154
6290
|
"es.aggregate-error.cause",
|
|
6291
|
+
"es.suppressed-error.constructor",
|
|
6155
6292
|
"es.array.at",
|
|
6156
6293
|
"es.array.concat",
|
|
6157
6294
|
"es.array.copy-within",
|
|
@@ -6207,12 +6344,14 @@
|
|
|
6207
6344
|
"es.date.to-json",
|
|
6208
6345
|
"es.date.to-primitive",
|
|
6209
6346
|
"es.date.to-string",
|
|
6347
|
+
"es.disposable-stack.constructor",
|
|
6210
6348
|
"es.escape",
|
|
6211
6349
|
"es.function.bind",
|
|
6212
6350
|
"es.function.has-instance",
|
|
6213
6351
|
"es.function.name",
|
|
6214
6352
|
"es.global-this",
|
|
6215
6353
|
"es.iterator.constructor",
|
|
6354
|
+
"es.iterator.dispose",
|
|
6216
6355
|
"es.iterator.drop",
|
|
6217
6356
|
"es.iterator.every",
|
|
6218
6357
|
"es.iterator.filter",
|
|
@@ -6297,6 +6436,9 @@
|
|
|
6297
6436
|
"es.promise.finally",
|
|
6298
6437
|
"es.promise.try",
|
|
6299
6438
|
"es.promise.with-resolvers",
|
|
6439
|
+
"es.array.from-async",
|
|
6440
|
+
"es.async-disposable-stack.constructor",
|
|
6441
|
+
"es.async-iterator.async-dispose",
|
|
6300
6442
|
"es.reflect.apply",
|
|
6301
6443
|
"es.reflect.construct",
|
|
6302
6444
|
"es.reflect.define-property",
|
|
@@ -6463,6 +6605,7 @@
|
|
|
6463
6605
|
"esnext.global-this",
|
|
6464
6606
|
"esnext.iterator.constructor",
|
|
6465
6607
|
"esnext.iterator.as-indexed-pairs",
|
|
6608
|
+
"esnext.iterator.chunks",
|
|
6466
6609
|
"esnext.iterator.concat",
|
|
6467
6610
|
"esnext.iterator.dispose",
|
|
6468
6611
|
"esnext.iterator.drop",
|
|
@@ -6480,6 +6623,9 @@
|
|
|
6480
6623
|
"esnext.iterator.take",
|
|
6481
6624
|
"esnext.iterator.to-array",
|
|
6482
6625
|
"esnext.iterator.to-async",
|
|
6626
|
+
"esnext.iterator.windows",
|
|
6627
|
+
"esnext.iterator.zip",
|
|
6628
|
+
"esnext.iterator.zip-keyed",
|
|
6483
6629
|
"esnext.json.is-raw-json",
|
|
6484
6630
|
"esnext.json.parse",
|
|
6485
6631
|
"esnext.json.raw-json",
|
|
@@ -6520,6 +6666,7 @@
|
|
|
6520
6666
|
"esnext.math.signbit",
|
|
6521
6667
|
"esnext.math.sum-precise",
|
|
6522
6668
|
"esnext.math.umulh",
|
|
6669
|
+
"esnext.number.clamp",
|
|
6523
6670
|
"esnext.number.from-string",
|
|
6524
6671
|
"esnext.number.range",
|
|
6525
6672
|
"esnext.object.has-own",
|
|
@@ -6681,6 +6828,7 @@
|
|
|
6681
6828
|
"es.map",
|
|
6682
6829
|
"es.object.to-string",
|
|
6683
6830
|
"es.promise",
|
|
6831
|
+
"es.array.from-async",
|
|
6684
6832
|
"es.string.iterator",
|
|
6685
6833
|
"esnext.array.from-async",
|
|
6686
6834
|
"esnext.array.at",
|
|
@@ -6813,6 +6961,7 @@
|
|
|
6813
6961
|
"es.array.iterator",
|
|
6814
6962
|
"es.object.to-string",
|
|
6815
6963
|
"es.promise",
|
|
6964
|
+
"es.array.from-async",
|
|
6816
6965
|
"es.string.iterator",
|
|
6817
6966
|
"esnext.array.from-async"
|
|
6818
6967
|
],
|
|
@@ -7123,8 +7272,12 @@
|
|
|
7123
7272
|
"core-js/features/async-disposable-stack": [
|
|
7124
7273
|
"es.error.cause",
|
|
7125
7274
|
"es.error.to-string",
|
|
7275
|
+
"es.suppressed-error.constructor",
|
|
7276
|
+
"es.iterator.dispose",
|
|
7126
7277
|
"es.object.to-string",
|
|
7127
7278
|
"es.promise",
|
|
7279
|
+
"es.async-disposable-stack.constructor",
|
|
7280
|
+
"es.async-iterator.async-dispose",
|
|
7128
7281
|
"esnext.suppressed-error.constructor",
|
|
7129
7282
|
"esnext.async-disposable-stack.constructor",
|
|
7130
7283
|
"esnext.async-iterator.async-dispose",
|
|
@@ -7133,8 +7286,12 @@
|
|
|
7133
7286
|
"core-js/features/async-disposable-stack/constructor": [
|
|
7134
7287
|
"es.error.cause",
|
|
7135
7288
|
"es.error.to-string",
|
|
7289
|
+
"es.suppressed-error.constructor",
|
|
7290
|
+
"es.iterator.dispose",
|
|
7136
7291
|
"es.object.to-string",
|
|
7137
7292
|
"es.promise",
|
|
7293
|
+
"es.async-disposable-stack.constructor",
|
|
7294
|
+
"es.async-iterator.async-dispose",
|
|
7138
7295
|
"esnext.suppressed-error.constructor",
|
|
7139
7296
|
"esnext.async-disposable-stack.constructor",
|
|
7140
7297
|
"esnext.async-iterator.async-dispose",
|
|
@@ -7144,6 +7301,7 @@
|
|
|
7144
7301
|
"es.array.iterator",
|
|
7145
7302
|
"es.object.to-string",
|
|
7146
7303
|
"es.promise",
|
|
7304
|
+
"es.async-iterator.async-dispose",
|
|
7147
7305
|
"es.string.iterator",
|
|
7148
7306
|
"esnext.async-iterator.constructor",
|
|
7149
7307
|
"esnext.async-iterator.as-indexed-pairs",
|
|
@@ -7172,6 +7330,7 @@
|
|
|
7172
7330
|
"core-js/features/async-iterator/async-dispose": [
|
|
7173
7331
|
"es.object.to-string",
|
|
7174
7332
|
"es.promise",
|
|
7333
|
+
"es.async-iterator.async-dispose",
|
|
7175
7334
|
"esnext.async-iterator.async-dispose"
|
|
7176
7335
|
],
|
|
7177
7336
|
"core-js/features/async-iterator/drop": [
|
|
@@ -7364,6 +7523,9 @@
|
|
|
7364
7523
|
"core-js/features/disposable-stack": [
|
|
7365
7524
|
"es.error.cause",
|
|
7366
7525
|
"es.error.to-string",
|
|
7526
|
+
"es.suppressed-error.constructor",
|
|
7527
|
+
"es.disposable-stack.constructor",
|
|
7528
|
+
"es.iterator.dispose",
|
|
7367
7529
|
"es.object.to-string",
|
|
7368
7530
|
"esnext.suppressed-error.constructor",
|
|
7369
7531
|
"esnext.disposable-stack.constructor",
|
|
@@ -7372,6 +7534,9 @@
|
|
|
7372
7534
|
"core-js/features/disposable-stack/constructor": [
|
|
7373
7535
|
"es.error.cause",
|
|
7374
7536
|
"es.error.to-string",
|
|
7537
|
+
"es.suppressed-error.constructor",
|
|
7538
|
+
"es.disposable-stack.constructor",
|
|
7539
|
+
"es.iterator.dispose",
|
|
7375
7540
|
"es.object.to-string",
|
|
7376
7541
|
"esnext.suppressed-error.constructor",
|
|
7377
7542
|
"esnext.disposable-stack.constructor",
|
|
@@ -7406,6 +7571,7 @@
|
|
|
7406
7571
|
],
|
|
7407
7572
|
"core-js/features/error": [
|
|
7408
7573
|
"es.error.cause",
|
|
7574
|
+
"es.error.is-error",
|
|
7409
7575
|
"es.error.to-string",
|
|
7410
7576
|
"es.object.create",
|
|
7411
7577
|
"esnext.error.is-error"
|
|
@@ -7414,6 +7580,7 @@
|
|
|
7414
7580
|
"es.error.cause"
|
|
7415
7581
|
],
|
|
7416
7582
|
"core-js/features/error/is-error": [
|
|
7583
|
+
"es.error.is-error",
|
|
7417
7584
|
"es.object.create",
|
|
7418
7585
|
"esnext.error.is-error"
|
|
7419
7586
|
],
|
|
@@ -7705,6 +7872,7 @@
|
|
|
7705
7872
|
"core-js/features/iterator": [
|
|
7706
7873
|
"es.array.iterator",
|
|
7707
7874
|
"es.iterator.constructor",
|
|
7875
|
+
"es.iterator.dispose",
|
|
7708
7876
|
"es.iterator.drop",
|
|
7709
7877
|
"es.iterator.every",
|
|
7710
7878
|
"es.iterator.filter",
|
|
@@ -7722,6 +7890,7 @@
|
|
|
7722
7890
|
"es.string.iterator",
|
|
7723
7891
|
"esnext.iterator.constructor",
|
|
7724
7892
|
"esnext.iterator.as-indexed-pairs",
|
|
7893
|
+
"esnext.iterator.chunks",
|
|
7725
7894
|
"esnext.iterator.concat",
|
|
7726
7895
|
"esnext.iterator.dispose",
|
|
7727
7896
|
"esnext.iterator.drop",
|
|
@@ -7739,6 +7908,9 @@
|
|
|
7739
7908
|
"esnext.iterator.take",
|
|
7740
7909
|
"esnext.iterator.to-array",
|
|
7741
7910
|
"esnext.iterator.to-async",
|
|
7911
|
+
"esnext.iterator.windows",
|
|
7912
|
+
"esnext.iterator.zip",
|
|
7913
|
+
"esnext.iterator.zip-keyed",
|
|
7742
7914
|
"web.dom-collections.iterator"
|
|
7743
7915
|
],
|
|
7744
7916
|
"core-js/features/iterator/as-indexed-pairs": [
|
|
@@ -7746,6 +7918,11 @@
|
|
|
7746
7918
|
"esnext.iterator.constructor",
|
|
7747
7919
|
"esnext.iterator.as-indexed-pairs"
|
|
7748
7920
|
],
|
|
7921
|
+
"core-js/features/iterator/chunks": [
|
|
7922
|
+
"es.iterator.constructor",
|
|
7923
|
+
"es.object.to-string",
|
|
7924
|
+
"esnext.iterator.chunks"
|
|
7925
|
+
],
|
|
7749
7926
|
"core-js/features/iterator/concat": [
|
|
7750
7927
|
"es.array.iterator",
|
|
7751
7928
|
"es.iterator.constructor",
|
|
@@ -7796,11 +7973,13 @@
|
|
|
7796
7973
|
"esnext.iterator.find"
|
|
7797
7974
|
],
|
|
7798
7975
|
"core-js/features/iterator/flat-map": [
|
|
7976
|
+
"es.array.iterator",
|
|
7799
7977
|
"es.iterator.constructor",
|
|
7800
7978
|
"es.iterator.flat-map",
|
|
7801
7979
|
"es.object.to-string",
|
|
7802
7980
|
"esnext.iterator.constructor",
|
|
7803
|
-
"esnext.iterator.flat-map"
|
|
7981
|
+
"esnext.iterator.flat-map",
|
|
7982
|
+
"web.dom-collections.iterator"
|
|
7804
7983
|
],
|
|
7805
7984
|
"core-js/features/iterator/for-each": [
|
|
7806
7985
|
"es.iterator.constructor",
|
|
@@ -7896,6 +8075,27 @@
|
|
|
7896
8075
|
"esnext.iterator.constructor",
|
|
7897
8076
|
"esnext.iterator.to-async"
|
|
7898
8077
|
],
|
|
8078
|
+
"core-js/features/iterator/windows": [
|
|
8079
|
+
"es.iterator.constructor",
|
|
8080
|
+
"es.object.to-string",
|
|
8081
|
+
"esnext.iterator.windows"
|
|
8082
|
+
],
|
|
8083
|
+
"core-js/features/iterator/zip": [
|
|
8084
|
+
"es.array.iterator",
|
|
8085
|
+
"es.iterator.constructor",
|
|
8086
|
+
"es.object.to-string",
|
|
8087
|
+
"esnext.iterator.zip",
|
|
8088
|
+
"web.dom-collections.iterator"
|
|
8089
|
+
],
|
|
8090
|
+
"core-js/features/iterator/zip-keyed": [
|
|
8091
|
+
"es.array.iterator",
|
|
8092
|
+
"es.iterator.constructor",
|
|
8093
|
+
"es.object.create",
|
|
8094
|
+
"es.object.to-string",
|
|
8095
|
+
"es.reflect.own-keys",
|
|
8096
|
+
"esnext.iterator.zip-keyed",
|
|
8097
|
+
"web.dom-collections.iterator"
|
|
8098
|
+
],
|
|
7899
8099
|
"core-js/features/json": [
|
|
7900
8100
|
"es.date.to-json",
|
|
7901
8101
|
"es.json.stringify",
|
|
@@ -8270,9 +8470,13 @@
|
|
|
8270
8470
|
"es.number.to-fixed",
|
|
8271
8471
|
"es.number.to-precision",
|
|
8272
8472
|
"es.object.to-string",
|
|
8473
|
+
"esnext.number.clamp",
|
|
8273
8474
|
"esnext.number.from-string",
|
|
8274
8475
|
"esnext.number.range"
|
|
8275
8476
|
],
|
|
8477
|
+
"core-js/features/number/clamp": [
|
|
8478
|
+
"esnext.number.clamp"
|
|
8479
|
+
],
|
|
8276
8480
|
"core-js/features/number/constructor": [
|
|
8277
8481
|
"es.number.constructor"
|
|
8278
8482
|
],
|
|
@@ -9256,7 +9460,9 @@
|
|
|
9256
9460
|
"core-js/features/symbol": [
|
|
9257
9461
|
"es.symbol",
|
|
9258
9462
|
"es.symbol.description",
|
|
9463
|
+
"es.symbol.async-dispose",
|
|
9259
9464
|
"es.symbol.async-iterator",
|
|
9465
|
+
"es.symbol.dispose",
|
|
9260
9466
|
"es.symbol.has-instance",
|
|
9261
9467
|
"es.symbol.is-concat-spreadable",
|
|
9262
9468
|
"es.symbol.iterator",
|
|
@@ -9291,6 +9497,7 @@
|
|
|
9291
9497
|
"web.dom-collections.iterator"
|
|
9292
9498
|
],
|
|
9293
9499
|
"core-js/features/symbol/async-dispose": [
|
|
9500
|
+
"es.symbol.async-dispose",
|
|
9294
9501
|
"esnext.symbol.async-dispose"
|
|
9295
9502
|
],
|
|
9296
9503
|
"core-js/features/symbol/async-iterator": [
|
|
@@ -9303,6 +9510,7 @@
|
|
|
9303
9510
|
"es.symbol.description"
|
|
9304
9511
|
],
|
|
9305
9512
|
"core-js/features/symbol/dispose": [
|
|
9513
|
+
"es.symbol.dispose",
|
|
9306
9514
|
"esnext.symbol.dispose"
|
|
9307
9515
|
],
|
|
9308
9516
|
"core-js/features/symbol/for": [
|
|
@@ -10322,7 +10530,9 @@
|
|
|
10322
10530
|
"core-js/full": [
|
|
10323
10531
|
"es.symbol",
|
|
10324
10532
|
"es.symbol.description",
|
|
10533
|
+
"es.symbol.async-dispose",
|
|
10325
10534
|
"es.symbol.async-iterator",
|
|
10535
|
+
"es.symbol.dispose",
|
|
10326
10536
|
"es.symbol.has-instance",
|
|
10327
10537
|
"es.symbol.is-concat-spreadable",
|
|
10328
10538
|
"es.symbol.iterator",
|
|
@@ -10336,9 +10546,11 @@
|
|
|
10336
10546
|
"es.symbol.to-string-tag",
|
|
10337
10547
|
"es.symbol.unscopables",
|
|
10338
10548
|
"es.error.cause",
|
|
10549
|
+
"es.error.is-error",
|
|
10339
10550
|
"es.error.to-string",
|
|
10340
10551
|
"es.aggregate-error",
|
|
10341
10552
|
"es.aggregate-error.cause",
|
|
10553
|
+
"es.suppressed-error.constructor",
|
|
10342
10554
|
"es.array.at",
|
|
10343
10555
|
"es.array.concat",
|
|
10344
10556
|
"es.array.copy-within",
|
|
@@ -10394,12 +10606,14 @@
|
|
|
10394
10606
|
"es.date.to-json",
|
|
10395
10607
|
"es.date.to-primitive",
|
|
10396
10608
|
"es.date.to-string",
|
|
10609
|
+
"es.disposable-stack.constructor",
|
|
10397
10610
|
"es.escape",
|
|
10398
10611
|
"es.function.bind",
|
|
10399
10612
|
"es.function.has-instance",
|
|
10400
10613
|
"es.function.name",
|
|
10401
10614
|
"es.global-this",
|
|
10402
10615
|
"es.iterator.constructor",
|
|
10616
|
+
"es.iterator.dispose",
|
|
10403
10617
|
"es.iterator.drop",
|
|
10404
10618
|
"es.iterator.every",
|
|
10405
10619
|
"es.iterator.filter",
|
|
@@ -10484,6 +10698,9 @@
|
|
|
10484
10698
|
"es.promise.finally",
|
|
10485
10699
|
"es.promise.try",
|
|
10486
10700
|
"es.promise.with-resolvers",
|
|
10701
|
+
"es.array.from-async",
|
|
10702
|
+
"es.async-disposable-stack.constructor",
|
|
10703
|
+
"es.async-iterator.async-dispose",
|
|
10487
10704
|
"es.reflect.apply",
|
|
10488
10705
|
"es.reflect.construct",
|
|
10489
10706
|
"es.reflect.define-property",
|
|
@@ -10650,6 +10867,7 @@
|
|
|
10650
10867
|
"esnext.global-this",
|
|
10651
10868
|
"esnext.iterator.constructor",
|
|
10652
10869
|
"esnext.iterator.as-indexed-pairs",
|
|
10870
|
+
"esnext.iterator.chunks",
|
|
10653
10871
|
"esnext.iterator.concat",
|
|
10654
10872
|
"esnext.iterator.dispose",
|
|
10655
10873
|
"esnext.iterator.drop",
|
|
@@ -10667,6 +10885,9 @@
|
|
|
10667
10885
|
"esnext.iterator.take",
|
|
10668
10886
|
"esnext.iterator.to-array",
|
|
10669
10887
|
"esnext.iterator.to-async",
|
|
10888
|
+
"esnext.iterator.windows",
|
|
10889
|
+
"esnext.iterator.zip",
|
|
10890
|
+
"esnext.iterator.zip-keyed",
|
|
10670
10891
|
"esnext.json.is-raw-json",
|
|
10671
10892
|
"esnext.json.parse",
|
|
10672
10893
|
"esnext.json.raw-json",
|
|
@@ -10707,6 +10928,7 @@
|
|
|
10707
10928
|
"esnext.math.signbit",
|
|
10708
10929
|
"esnext.math.sum-precise",
|
|
10709
10930
|
"esnext.math.umulh",
|
|
10931
|
+
"esnext.number.clamp",
|
|
10710
10932
|
"esnext.number.from-string",
|
|
10711
10933
|
"esnext.number.range",
|
|
10712
10934
|
"esnext.object.has-own",
|
|
@@ -10868,6 +11090,7 @@
|
|
|
10868
11090
|
"es.map",
|
|
10869
11091
|
"es.object.to-string",
|
|
10870
11092
|
"es.promise",
|
|
11093
|
+
"es.array.from-async",
|
|
10871
11094
|
"es.string.iterator",
|
|
10872
11095
|
"esnext.array.from-async",
|
|
10873
11096
|
"esnext.array.at",
|
|
@@ -11000,6 +11223,7 @@
|
|
|
11000
11223
|
"es.array.iterator",
|
|
11001
11224
|
"es.object.to-string",
|
|
11002
11225
|
"es.promise",
|
|
11226
|
+
"es.array.from-async",
|
|
11003
11227
|
"es.string.iterator",
|
|
11004
11228
|
"esnext.array.from-async"
|
|
11005
11229
|
],
|
|
@@ -11310,8 +11534,12 @@
|
|
|
11310
11534
|
"core-js/full/async-disposable-stack": [
|
|
11311
11535
|
"es.error.cause",
|
|
11312
11536
|
"es.error.to-string",
|
|
11537
|
+
"es.suppressed-error.constructor",
|
|
11538
|
+
"es.iterator.dispose",
|
|
11313
11539
|
"es.object.to-string",
|
|
11314
11540
|
"es.promise",
|
|
11541
|
+
"es.async-disposable-stack.constructor",
|
|
11542
|
+
"es.async-iterator.async-dispose",
|
|
11315
11543
|
"esnext.suppressed-error.constructor",
|
|
11316
11544
|
"esnext.async-disposable-stack.constructor",
|
|
11317
11545
|
"esnext.async-iterator.async-dispose",
|
|
@@ -11320,8 +11548,12 @@
|
|
|
11320
11548
|
"core-js/full/async-disposable-stack/constructor": [
|
|
11321
11549
|
"es.error.cause",
|
|
11322
11550
|
"es.error.to-string",
|
|
11551
|
+
"es.suppressed-error.constructor",
|
|
11552
|
+
"es.iterator.dispose",
|
|
11323
11553
|
"es.object.to-string",
|
|
11324
11554
|
"es.promise",
|
|
11555
|
+
"es.async-disposable-stack.constructor",
|
|
11556
|
+
"es.async-iterator.async-dispose",
|
|
11325
11557
|
"esnext.suppressed-error.constructor",
|
|
11326
11558
|
"esnext.async-disposable-stack.constructor",
|
|
11327
11559
|
"esnext.async-iterator.async-dispose",
|
|
@@ -11331,6 +11563,7 @@
|
|
|
11331
11563
|
"es.array.iterator",
|
|
11332
11564
|
"es.object.to-string",
|
|
11333
11565
|
"es.promise",
|
|
11566
|
+
"es.async-iterator.async-dispose",
|
|
11334
11567
|
"es.string.iterator",
|
|
11335
11568
|
"esnext.async-iterator.constructor",
|
|
11336
11569
|
"esnext.async-iterator.as-indexed-pairs",
|
|
@@ -11359,6 +11592,7 @@
|
|
|
11359
11592
|
"core-js/full/async-iterator/async-dispose": [
|
|
11360
11593
|
"es.object.to-string",
|
|
11361
11594
|
"es.promise",
|
|
11595
|
+
"es.async-iterator.async-dispose",
|
|
11362
11596
|
"esnext.async-iterator.async-dispose"
|
|
11363
11597
|
],
|
|
11364
11598
|
"core-js/full/async-iterator/drop": [
|
|
@@ -11551,6 +11785,9 @@
|
|
|
11551
11785
|
"core-js/full/disposable-stack": [
|
|
11552
11786
|
"es.error.cause",
|
|
11553
11787
|
"es.error.to-string",
|
|
11788
|
+
"es.suppressed-error.constructor",
|
|
11789
|
+
"es.disposable-stack.constructor",
|
|
11790
|
+
"es.iterator.dispose",
|
|
11554
11791
|
"es.object.to-string",
|
|
11555
11792
|
"esnext.suppressed-error.constructor",
|
|
11556
11793
|
"esnext.disposable-stack.constructor",
|
|
@@ -11559,6 +11796,9 @@
|
|
|
11559
11796
|
"core-js/full/disposable-stack/constructor": [
|
|
11560
11797
|
"es.error.cause",
|
|
11561
11798
|
"es.error.to-string",
|
|
11799
|
+
"es.suppressed-error.constructor",
|
|
11800
|
+
"es.disposable-stack.constructor",
|
|
11801
|
+
"es.iterator.dispose",
|
|
11562
11802
|
"es.object.to-string",
|
|
11563
11803
|
"esnext.suppressed-error.constructor",
|
|
11564
11804
|
"esnext.disposable-stack.constructor",
|
|
@@ -11593,6 +11833,7 @@
|
|
|
11593
11833
|
],
|
|
11594
11834
|
"core-js/full/error": [
|
|
11595
11835
|
"es.error.cause",
|
|
11836
|
+
"es.error.is-error",
|
|
11596
11837
|
"es.error.to-string",
|
|
11597
11838
|
"es.object.create",
|
|
11598
11839
|
"esnext.error.is-error"
|
|
@@ -11601,6 +11842,7 @@
|
|
|
11601
11842
|
"es.error.cause"
|
|
11602
11843
|
],
|
|
11603
11844
|
"core-js/full/error/is-error": [
|
|
11845
|
+
"es.error.is-error",
|
|
11604
11846
|
"es.object.create",
|
|
11605
11847
|
"esnext.error.is-error"
|
|
11606
11848
|
],
|
|
@@ -11892,6 +12134,7 @@
|
|
|
11892
12134
|
"core-js/full/iterator": [
|
|
11893
12135
|
"es.array.iterator",
|
|
11894
12136
|
"es.iterator.constructor",
|
|
12137
|
+
"es.iterator.dispose",
|
|
11895
12138
|
"es.iterator.drop",
|
|
11896
12139
|
"es.iterator.every",
|
|
11897
12140
|
"es.iterator.filter",
|
|
@@ -11909,6 +12152,7 @@
|
|
|
11909
12152
|
"es.string.iterator",
|
|
11910
12153
|
"esnext.iterator.constructor",
|
|
11911
12154
|
"esnext.iterator.as-indexed-pairs",
|
|
12155
|
+
"esnext.iterator.chunks",
|
|
11912
12156
|
"esnext.iterator.concat",
|
|
11913
12157
|
"esnext.iterator.dispose",
|
|
11914
12158
|
"esnext.iterator.drop",
|
|
@@ -11926,6 +12170,9 @@
|
|
|
11926
12170
|
"esnext.iterator.take",
|
|
11927
12171
|
"esnext.iterator.to-array",
|
|
11928
12172
|
"esnext.iterator.to-async",
|
|
12173
|
+
"esnext.iterator.windows",
|
|
12174
|
+
"esnext.iterator.zip",
|
|
12175
|
+
"esnext.iterator.zip-keyed",
|
|
11929
12176
|
"web.dom-collections.iterator"
|
|
11930
12177
|
],
|
|
11931
12178
|
"core-js/full/iterator/as-indexed-pairs": [
|
|
@@ -11933,6 +12180,11 @@
|
|
|
11933
12180
|
"esnext.iterator.constructor",
|
|
11934
12181
|
"esnext.iterator.as-indexed-pairs"
|
|
11935
12182
|
],
|
|
12183
|
+
"core-js/full/iterator/chunks": [
|
|
12184
|
+
"es.iterator.constructor",
|
|
12185
|
+
"es.object.to-string",
|
|
12186
|
+
"esnext.iterator.chunks"
|
|
12187
|
+
],
|
|
11936
12188
|
"core-js/full/iterator/concat": [
|
|
11937
12189
|
"es.array.iterator",
|
|
11938
12190
|
"es.iterator.constructor",
|
|
@@ -11983,11 +12235,13 @@
|
|
|
11983
12235
|
"esnext.iterator.find"
|
|
11984
12236
|
],
|
|
11985
12237
|
"core-js/full/iterator/flat-map": [
|
|
12238
|
+
"es.array.iterator",
|
|
11986
12239
|
"es.iterator.constructor",
|
|
11987
12240
|
"es.iterator.flat-map",
|
|
11988
12241
|
"es.object.to-string",
|
|
11989
12242
|
"esnext.iterator.constructor",
|
|
11990
|
-
"esnext.iterator.flat-map"
|
|
12243
|
+
"esnext.iterator.flat-map",
|
|
12244
|
+
"web.dom-collections.iterator"
|
|
11991
12245
|
],
|
|
11992
12246
|
"core-js/full/iterator/for-each": [
|
|
11993
12247
|
"es.iterator.constructor",
|
|
@@ -12083,6 +12337,27 @@
|
|
|
12083
12337
|
"esnext.iterator.constructor",
|
|
12084
12338
|
"esnext.iterator.to-async"
|
|
12085
12339
|
],
|
|
12340
|
+
"core-js/full/iterator/windows": [
|
|
12341
|
+
"es.iterator.constructor",
|
|
12342
|
+
"es.object.to-string",
|
|
12343
|
+
"esnext.iterator.windows"
|
|
12344
|
+
],
|
|
12345
|
+
"core-js/full/iterator/zip": [
|
|
12346
|
+
"es.array.iterator",
|
|
12347
|
+
"es.iterator.constructor",
|
|
12348
|
+
"es.object.to-string",
|
|
12349
|
+
"esnext.iterator.zip",
|
|
12350
|
+
"web.dom-collections.iterator"
|
|
12351
|
+
],
|
|
12352
|
+
"core-js/full/iterator/zip-keyed": [
|
|
12353
|
+
"es.array.iterator",
|
|
12354
|
+
"es.iterator.constructor",
|
|
12355
|
+
"es.object.create",
|
|
12356
|
+
"es.object.to-string",
|
|
12357
|
+
"es.reflect.own-keys",
|
|
12358
|
+
"esnext.iterator.zip-keyed",
|
|
12359
|
+
"web.dom-collections.iterator"
|
|
12360
|
+
],
|
|
12086
12361
|
"core-js/full/json": [
|
|
12087
12362
|
"es.date.to-json",
|
|
12088
12363
|
"es.json.stringify",
|
|
@@ -12457,9 +12732,13 @@
|
|
|
12457
12732
|
"es.number.to-fixed",
|
|
12458
12733
|
"es.number.to-precision",
|
|
12459
12734
|
"es.object.to-string",
|
|
12735
|
+
"esnext.number.clamp",
|
|
12460
12736
|
"esnext.number.from-string",
|
|
12461
12737
|
"esnext.number.range"
|
|
12462
12738
|
],
|
|
12739
|
+
"core-js/full/number/clamp": [
|
|
12740
|
+
"esnext.number.clamp"
|
|
12741
|
+
],
|
|
12463
12742
|
"core-js/full/number/constructor": [
|
|
12464
12743
|
"es.number.constructor"
|
|
12465
12744
|
],
|
|
@@ -13443,7 +13722,9 @@
|
|
|
13443
13722
|
"core-js/full/symbol": [
|
|
13444
13723
|
"es.symbol",
|
|
13445
13724
|
"es.symbol.description",
|
|
13725
|
+
"es.symbol.async-dispose",
|
|
13446
13726
|
"es.symbol.async-iterator",
|
|
13727
|
+
"es.symbol.dispose",
|
|
13447
13728
|
"es.symbol.has-instance",
|
|
13448
13729
|
"es.symbol.is-concat-spreadable",
|
|
13449
13730
|
"es.symbol.iterator",
|
|
@@ -13478,6 +13759,7 @@
|
|
|
13478
13759
|
"web.dom-collections.iterator"
|
|
13479
13760
|
],
|
|
13480
13761
|
"core-js/full/symbol/async-dispose": [
|
|
13762
|
+
"es.symbol.async-dispose",
|
|
13481
13763
|
"esnext.symbol.async-dispose"
|
|
13482
13764
|
],
|
|
13483
13765
|
"core-js/full/symbol/async-iterator": [
|
|
@@ -13490,6 +13772,7 @@
|
|
|
13490
13772
|
"es.symbol.description"
|
|
13491
13773
|
],
|
|
13492
13774
|
"core-js/full/symbol/dispose": [
|
|
13775
|
+
"es.symbol.dispose",
|
|
13493
13776
|
"esnext.symbol.dispose"
|
|
13494
13777
|
],
|
|
13495
13778
|
"core-js/full/symbol/for": [
|
|
@@ -14575,6 +14858,9 @@
|
|
|
14575
14858
|
"core-js/modules/es.array.from": [
|
|
14576
14859
|
"es.array.from"
|
|
14577
14860
|
],
|
|
14861
|
+
"core-js/modules/es.array.from-async": [
|
|
14862
|
+
"es.array.from-async"
|
|
14863
|
+
],
|
|
14578
14864
|
"core-js/modules/es.array.includes": [
|
|
14579
14865
|
"es.array.includes"
|
|
14580
14866
|
],
|
|
@@ -14647,6 +14933,12 @@
|
|
|
14647
14933
|
"core-js/modules/es.array.with": [
|
|
14648
14934
|
"es.array.with"
|
|
14649
14935
|
],
|
|
14936
|
+
"core-js/modules/es.async-disposable-stack.constructor": [
|
|
14937
|
+
"es.async-disposable-stack.constructor"
|
|
14938
|
+
],
|
|
14939
|
+
"core-js/modules/es.async-iterator.async-dispose": [
|
|
14940
|
+
"es.async-iterator.async-dispose"
|
|
14941
|
+
],
|
|
14650
14942
|
"core-js/modules/es.data-view": [
|
|
14651
14943
|
"es.data-view"
|
|
14652
14944
|
],
|
|
@@ -14683,9 +14975,15 @@
|
|
|
14683
14975
|
"core-js/modules/es.date.to-string": [
|
|
14684
14976
|
"es.date.to-string"
|
|
14685
14977
|
],
|
|
14978
|
+
"core-js/modules/es.disposable-stack.constructor": [
|
|
14979
|
+
"es.disposable-stack.constructor"
|
|
14980
|
+
],
|
|
14686
14981
|
"core-js/modules/es.error.cause": [
|
|
14687
14982
|
"es.error.cause"
|
|
14688
14983
|
],
|
|
14984
|
+
"core-js/modules/es.error.is-error": [
|
|
14985
|
+
"es.error.is-error"
|
|
14986
|
+
],
|
|
14689
14987
|
"core-js/modules/es.error.to-string": [
|
|
14690
14988
|
"es.error.to-string"
|
|
14691
14989
|
],
|
|
@@ -14707,6 +15005,9 @@
|
|
|
14707
15005
|
"core-js/modules/es.iterator.constructor": [
|
|
14708
15006
|
"es.iterator.constructor"
|
|
14709
15007
|
],
|
|
15008
|
+
"core-js/modules/es.iterator.dispose": [
|
|
15009
|
+
"es.iterator.dispose"
|
|
15010
|
+
],
|
|
14710
15011
|
"core-js/modules/es.iterator.drop": [
|
|
14711
15012
|
"es.iterator.drop"
|
|
14712
15013
|
],
|
|
@@ -15190,9 +15491,15 @@
|
|
|
15190
15491
|
"core-js/modules/es.string.trim-start": [
|
|
15191
15492
|
"es.string.trim-start"
|
|
15192
15493
|
],
|
|
15494
|
+
"core-js/modules/es.suppressed-error.constructor": [
|
|
15495
|
+
"es.suppressed-error.constructor"
|
|
15496
|
+
],
|
|
15193
15497
|
"core-js/modules/es.symbol": [
|
|
15194
15498
|
"es.symbol"
|
|
15195
15499
|
],
|
|
15500
|
+
"core-js/modules/es.symbol.async-dispose": [
|
|
15501
|
+
"es.symbol.async-dispose"
|
|
15502
|
+
],
|
|
15196
15503
|
"core-js/modules/es.symbol.async-iterator": [
|
|
15197
15504
|
"es.symbol.async-iterator"
|
|
15198
15505
|
],
|
|
@@ -15202,6 +15509,9 @@
|
|
|
15202
15509
|
"core-js/modules/es.symbol.description": [
|
|
15203
15510
|
"es.symbol.description"
|
|
15204
15511
|
],
|
|
15512
|
+
"core-js/modules/es.symbol.dispose": [
|
|
15513
|
+
"es.symbol.dispose"
|
|
15514
|
+
],
|
|
15205
15515
|
"core-js/modules/es.symbol.for": [
|
|
15206
15516
|
"es.symbol.for"
|
|
15207
15517
|
],
|
|
@@ -15544,6 +15854,9 @@
|
|
|
15544
15854
|
"core-js/modules/esnext.iterator.as-indexed-pairs": [
|
|
15545
15855
|
"esnext.iterator.as-indexed-pairs"
|
|
15546
15856
|
],
|
|
15857
|
+
"core-js/modules/esnext.iterator.chunks": [
|
|
15858
|
+
"esnext.iterator.chunks"
|
|
15859
|
+
],
|
|
15547
15860
|
"core-js/modules/esnext.iterator.concat": [
|
|
15548
15861
|
"esnext.iterator.concat"
|
|
15549
15862
|
],
|
|
@@ -15598,6 +15911,15 @@
|
|
|
15598
15911
|
"core-js/modules/esnext.iterator.to-async": [
|
|
15599
15912
|
"esnext.iterator.to-async"
|
|
15600
15913
|
],
|
|
15914
|
+
"core-js/modules/esnext.iterator.windows": [
|
|
15915
|
+
"esnext.iterator.windows"
|
|
15916
|
+
],
|
|
15917
|
+
"core-js/modules/esnext.iterator.zip": [
|
|
15918
|
+
"esnext.iterator.zip"
|
|
15919
|
+
],
|
|
15920
|
+
"core-js/modules/esnext.iterator.zip-keyed": [
|
|
15921
|
+
"esnext.iterator.zip-keyed"
|
|
15922
|
+
],
|
|
15601
15923
|
"core-js/modules/esnext.json.is-raw-json": [
|
|
15602
15924
|
"esnext.json.is-raw-json"
|
|
15603
15925
|
],
|
|
@@ -15718,6 +16040,9 @@
|
|
|
15718
16040
|
"core-js/modules/esnext.math.umulh": [
|
|
15719
16041
|
"esnext.math.umulh"
|
|
15720
16042
|
],
|
|
16043
|
+
"core-js/modules/esnext.number.clamp": [
|
|
16044
|
+
"esnext.number.clamp"
|
|
16045
|
+
],
|
|
15721
16046
|
"core-js/modules/esnext.number.from-string": [
|
|
15722
16047
|
"esnext.number.from-string"
|
|
15723
16048
|
],
|
|
@@ -16162,6 +16487,7 @@
|
|
|
16162
16487
|
"esnext.global-this",
|
|
16163
16488
|
"esnext.iterator.constructor",
|
|
16164
16489
|
"esnext.iterator.as-indexed-pairs",
|
|
16490
|
+
"esnext.iterator.chunks",
|
|
16165
16491
|
"esnext.iterator.concat",
|
|
16166
16492
|
"esnext.iterator.dispose",
|
|
16167
16493
|
"esnext.iterator.drop",
|
|
@@ -16179,6 +16505,9 @@
|
|
|
16179
16505
|
"esnext.iterator.take",
|
|
16180
16506
|
"esnext.iterator.to-array",
|
|
16181
16507
|
"esnext.iterator.to-async",
|
|
16508
|
+
"esnext.iterator.windows",
|
|
16509
|
+
"esnext.iterator.zip",
|
|
16510
|
+
"esnext.iterator.zip-keyed",
|
|
16182
16511
|
"esnext.json.is-raw-json",
|
|
16183
16512
|
"esnext.json.parse",
|
|
16184
16513
|
"esnext.json.raw-json",
|
|
@@ -16219,6 +16548,7 @@
|
|
|
16219
16548
|
"esnext.math.signbit",
|
|
16220
16549
|
"esnext.math.sum-precise",
|
|
16221
16550
|
"esnext.math.umulh",
|
|
16551
|
+
"esnext.number.clamp",
|
|
16222
16552
|
"esnext.number.from-string",
|
|
16223
16553
|
"esnext.number.range",
|
|
16224
16554
|
"esnext.object.has-own",
|
|
@@ -16543,6 +16873,10 @@
|
|
|
16543
16873
|
"core-js/proposals/is-error": [
|
|
16544
16874
|
"esnext.error.is-error"
|
|
16545
16875
|
],
|
|
16876
|
+
"core-js/proposals/iterator-chunking": [
|
|
16877
|
+
"esnext.iterator.chunks",
|
|
16878
|
+
"esnext.iterator.windows"
|
|
16879
|
+
],
|
|
16546
16880
|
"core-js/proposals/iterator-helpers": [
|
|
16547
16881
|
"esnext.async-iterator.constructor",
|
|
16548
16882
|
"esnext.async-iterator.as-indexed-pairs",
|
|
@@ -16627,6 +16961,10 @@
|
|
|
16627
16961
|
"core-js/proposals/iterator-sequencing": [
|
|
16628
16962
|
"esnext.iterator.concat"
|
|
16629
16963
|
],
|
|
16964
|
+
"core-js/proposals/joint-iteration": [
|
|
16965
|
+
"esnext.iterator.zip",
|
|
16966
|
+
"esnext.iterator.zip-keyed"
|
|
16967
|
+
],
|
|
16630
16968
|
"core-js/proposals/json-parse-with-source": [
|
|
16631
16969
|
"esnext.json.is-raw-json",
|
|
16632
16970
|
"esnext.json.parse",
|
|
@@ -16663,6 +17001,9 @@
|
|
|
16663
17001
|
"core-js/proposals/math-clamp": [
|
|
16664
17002
|
"esnext.math.clamp"
|
|
16665
17003
|
],
|
|
17004
|
+
"core-js/proposals/math-clamp-v2": [
|
|
17005
|
+
"esnext.number.clamp"
|
|
17006
|
+
],
|
|
16666
17007
|
"core-js/proposals/math-extensions": [
|
|
16667
17008
|
"esnext.math.clamp",
|
|
16668
17009
|
"esnext.math.deg-per-rad",
|
|
@@ -16850,7 +17191,9 @@
|
|
|
16850
17191
|
"core-js/stable": [
|
|
16851
17192
|
"es.symbol",
|
|
16852
17193
|
"es.symbol.description",
|
|
17194
|
+
"es.symbol.async-dispose",
|
|
16853
17195
|
"es.symbol.async-iterator",
|
|
17196
|
+
"es.symbol.dispose",
|
|
16854
17197
|
"es.symbol.has-instance",
|
|
16855
17198
|
"es.symbol.is-concat-spreadable",
|
|
16856
17199
|
"es.symbol.iterator",
|
|
@@ -16864,9 +17207,11 @@
|
|
|
16864
17207
|
"es.symbol.to-string-tag",
|
|
16865
17208
|
"es.symbol.unscopables",
|
|
16866
17209
|
"es.error.cause",
|
|
17210
|
+
"es.error.is-error",
|
|
16867
17211
|
"es.error.to-string",
|
|
16868
17212
|
"es.aggregate-error",
|
|
16869
17213
|
"es.aggregate-error.cause",
|
|
17214
|
+
"es.suppressed-error.constructor",
|
|
16870
17215
|
"es.array.at",
|
|
16871
17216
|
"es.array.concat",
|
|
16872
17217
|
"es.array.copy-within",
|
|
@@ -16922,12 +17267,14 @@
|
|
|
16922
17267
|
"es.date.to-json",
|
|
16923
17268
|
"es.date.to-primitive",
|
|
16924
17269
|
"es.date.to-string",
|
|
17270
|
+
"es.disposable-stack.constructor",
|
|
16925
17271
|
"es.escape",
|
|
16926
17272
|
"es.function.bind",
|
|
16927
17273
|
"es.function.has-instance",
|
|
16928
17274
|
"es.function.name",
|
|
16929
17275
|
"es.global-this",
|
|
16930
17276
|
"es.iterator.constructor",
|
|
17277
|
+
"es.iterator.dispose",
|
|
16931
17278
|
"es.iterator.drop",
|
|
16932
17279
|
"es.iterator.every",
|
|
16933
17280
|
"es.iterator.filter",
|
|
@@ -17012,6 +17359,9 @@
|
|
|
17012
17359
|
"es.promise.finally",
|
|
17013
17360
|
"es.promise.try",
|
|
17014
17361
|
"es.promise.with-resolvers",
|
|
17362
|
+
"es.array.from-async",
|
|
17363
|
+
"es.async-disposable-stack.constructor",
|
|
17364
|
+
"es.async-iterator.async-dispose",
|
|
17015
17365
|
"es.reflect.apply",
|
|
17016
17366
|
"es.reflect.construct",
|
|
17017
17367
|
"es.reflect.define-property",
|
|
@@ -17183,6 +17533,8 @@
|
|
|
17183
17533
|
"es.array.unshift",
|
|
17184
17534
|
"es.array.with",
|
|
17185
17535
|
"es.object.to-string",
|
|
17536
|
+
"es.promise",
|
|
17537
|
+
"es.array.from-async",
|
|
17186
17538
|
"es.string.iterator"
|
|
17187
17539
|
],
|
|
17188
17540
|
"core-js/stable/array-buffer": [
|
|
@@ -17275,6 +17627,13 @@
|
|
|
17275
17627
|
"es.array.from",
|
|
17276
17628
|
"es.string.iterator"
|
|
17277
17629
|
],
|
|
17630
|
+
"core-js/stable/array/from-async": [
|
|
17631
|
+
"es.array.iterator",
|
|
17632
|
+
"es.object.to-string",
|
|
17633
|
+
"es.promise",
|
|
17634
|
+
"es.array.from-async",
|
|
17635
|
+
"es.string.iterator"
|
|
17636
|
+
],
|
|
17278
17637
|
"core-js/stable/array/includes": [
|
|
17279
17638
|
"es.array.includes"
|
|
17280
17639
|
],
|
|
@@ -17498,6 +17857,36 @@
|
|
|
17498
17857
|
"core-js/stable/array/with": [
|
|
17499
17858
|
"es.array.with"
|
|
17500
17859
|
],
|
|
17860
|
+
"core-js/stable/async-disposable-stack": [
|
|
17861
|
+
"es.error.cause",
|
|
17862
|
+
"es.error.to-string",
|
|
17863
|
+
"es.suppressed-error.constructor",
|
|
17864
|
+
"es.iterator.dispose",
|
|
17865
|
+
"es.object.to-string",
|
|
17866
|
+
"es.promise",
|
|
17867
|
+
"es.async-disposable-stack.constructor",
|
|
17868
|
+
"es.async-iterator.async-dispose"
|
|
17869
|
+
],
|
|
17870
|
+
"core-js/stable/async-disposable-stack/constructor": [
|
|
17871
|
+
"es.error.cause",
|
|
17872
|
+
"es.error.to-string",
|
|
17873
|
+
"es.suppressed-error.constructor",
|
|
17874
|
+
"es.iterator.dispose",
|
|
17875
|
+
"es.object.to-string",
|
|
17876
|
+
"es.promise",
|
|
17877
|
+
"es.async-disposable-stack.constructor",
|
|
17878
|
+
"es.async-iterator.async-dispose"
|
|
17879
|
+
],
|
|
17880
|
+
"core-js/stable/async-iterator": [
|
|
17881
|
+
"es.object.to-string",
|
|
17882
|
+
"es.promise",
|
|
17883
|
+
"es.async-iterator.async-dispose"
|
|
17884
|
+
],
|
|
17885
|
+
"core-js/stable/async-iterator/async-dispose": [
|
|
17886
|
+
"es.object.to-string",
|
|
17887
|
+
"es.promise",
|
|
17888
|
+
"es.async-iterator.async-dispose"
|
|
17889
|
+
],
|
|
17501
17890
|
"core-js/stable/atob": [
|
|
17502
17891
|
"es.error.to-string",
|
|
17503
17892
|
"es.object.to-string",
|
|
@@ -17566,6 +17955,22 @@
|
|
|
17566
17955
|
"core-js/stable/date/to-string": [
|
|
17567
17956
|
"es.date.to-string"
|
|
17568
17957
|
],
|
|
17958
|
+
"core-js/stable/disposable-stack": [
|
|
17959
|
+
"es.error.cause",
|
|
17960
|
+
"es.error.to-string",
|
|
17961
|
+
"es.suppressed-error.constructor",
|
|
17962
|
+
"es.disposable-stack.constructor",
|
|
17963
|
+
"es.iterator.dispose",
|
|
17964
|
+
"es.object.to-string"
|
|
17965
|
+
],
|
|
17966
|
+
"core-js/stable/disposable-stack/constructor": [
|
|
17967
|
+
"es.error.cause",
|
|
17968
|
+
"es.error.to-string",
|
|
17969
|
+
"es.suppressed-error.constructor",
|
|
17970
|
+
"es.disposable-stack.constructor",
|
|
17971
|
+
"es.iterator.dispose",
|
|
17972
|
+
"es.object.to-string"
|
|
17973
|
+
],
|
|
17569
17974
|
"core-js/stable/dom-collections": [
|
|
17570
17975
|
"es.array.iterator",
|
|
17571
17976
|
"es.object.to-string",
|
|
@@ -17595,11 +18000,16 @@
|
|
|
17595
18000
|
],
|
|
17596
18001
|
"core-js/stable/error": [
|
|
17597
18002
|
"es.error.cause",
|
|
18003
|
+
"es.error.is-error",
|
|
17598
18004
|
"es.error.to-string"
|
|
17599
18005
|
],
|
|
17600
18006
|
"core-js/stable/error/constructor": [
|
|
17601
18007
|
"es.error.cause"
|
|
17602
18008
|
],
|
|
18009
|
+
"core-js/stable/error/is-error": [
|
|
18010
|
+
"es.error.is-error",
|
|
18011
|
+
"es.object.create"
|
|
18012
|
+
],
|
|
17603
18013
|
"core-js/stable/error/to-string": [
|
|
17604
18014
|
"es.error.to-string"
|
|
17605
18015
|
],
|
|
@@ -17813,6 +18223,7 @@
|
|
|
17813
18223
|
"core-js/stable/iterator": [
|
|
17814
18224
|
"es.array.iterator",
|
|
17815
18225
|
"es.iterator.constructor",
|
|
18226
|
+
"es.iterator.dispose",
|
|
17816
18227
|
"es.iterator.drop",
|
|
17817
18228
|
"es.iterator.every",
|
|
17818
18229
|
"es.iterator.filter",
|
|
@@ -17829,6 +18240,9 @@
|
|
|
17829
18240
|
"es.string.iterator",
|
|
17830
18241
|
"web.dom-collections.iterator"
|
|
17831
18242
|
],
|
|
18243
|
+
"core-js/stable/iterator/dispose": [
|
|
18244
|
+
"es.iterator.dispose"
|
|
18245
|
+
],
|
|
17832
18246
|
"core-js/stable/iterator/drop": [
|
|
17833
18247
|
"es.iterator.constructor",
|
|
17834
18248
|
"es.iterator.drop",
|
|
@@ -17850,9 +18264,11 @@
|
|
|
17850
18264
|
"es.object.to-string"
|
|
17851
18265
|
],
|
|
17852
18266
|
"core-js/stable/iterator/flat-map": [
|
|
18267
|
+
"es.array.iterator",
|
|
17853
18268
|
"es.iterator.constructor",
|
|
17854
18269
|
"es.iterator.flat-map",
|
|
17855
|
-
"es.object.to-string"
|
|
18270
|
+
"es.object.to-string",
|
|
18271
|
+
"web.dom-collections.iterator"
|
|
17856
18272
|
],
|
|
17857
18273
|
"core-js/stable/iterator/for-each": [
|
|
17858
18274
|
"es.iterator.constructor",
|
|
@@ -18739,10 +19155,13 @@
|
|
|
18739
19155
|
"web.dom-exception.to-string-tag",
|
|
18740
19156
|
"web.structured-clone"
|
|
18741
19157
|
],
|
|
19158
|
+
"core-js/stable/suppressed-error": [],
|
|
18742
19159
|
"core-js/stable/symbol": [
|
|
18743
19160
|
"es.symbol",
|
|
18744
19161
|
"es.symbol.description",
|
|
19162
|
+
"es.symbol.async-dispose",
|
|
18745
19163
|
"es.symbol.async-iterator",
|
|
19164
|
+
"es.symbol.dispose",
|
|
18746
19165
|
"es.symbol.has-instance",
|
|
18747
19166
|
"es.symbol.is-concat-spreadable",
|
|
18748
19167
|
"es.symbol.iterator",
|
|
@@ -18762,12 +19181,18 @@
|
|
|
18762
19181
|
"es.reflect.to-string-tag",
|
|
18763
19182
|
"web.dom-collections.iterator"
|
|
18764
19183
|
],
|
|
19184
|
+
"core-js/stable/symbol/async-dispose": [
|
|
19185
|
+
"es.symbol.async-dispose"
|
|
19186
|
+
],
|
|
18765
19187
|
"core-js/stable/symbol/async-iterator": [
|
|
18766
19188
|
"es.symbol.async-iterator"
|
|
18767
19189
|
],
|
|
18768
19190
|
"core-js/stable/symbol/description": [
|
|
18769
19191
|
"es.symbol.description"
|
|
18770
19192
|
],
|
|
19193
|
+
"core-js/stable/symbol/dispose": [
|
|
19194
|
+
"es.symbol.dispose"
|
|
19195
|
+
],
|
|
18771
19196
|
"core-js/stable/symbol/for": [
|
|
18772
19197
|
"es.symbol"
|
|
18773
19198
|
],
|
|
@@ -19463,6 +19888,7 @@
|
|
|
19463
19888
|
"esnext.global-this",
|
|
19464
19889
|
"esnext.iterator.constructor",
|
|
19465
19890
|
"esnext.iterator.as-indexed-pairs",
|
|
19891
|
+
"esnext.iterator.chunks",
|
|
19466
19892
|
"esnext.iterator.concat",
|
|
19467
19893
|
"esnext.iterator.dispose",
|
|
19468
19894
|
"esnext.iterator.drop",
|
|
@@ -19480,6 +19906,9 @@
|
|
|
19480
19906
|
"esnext.iterator.take",
|
|
19481
19907
|
"esnext.iterator.to-array",
|
|
19482
19908
|
"esnext.iterator.to-async",
|
|
19909
|
+
"esnext.iterator.windows",
|
|
19910
|
+
"esnext.iterator.zip",
|
|
19911
|
+
"esnext.iterator.zip-keyed",
|
|
19483
19912
|
"esnext.json.is-raw-json",
|
|
19484
19913
|
"esnext.json.parse",
|
|
19485
19914
|
"esnext.json.raw-json",
|
|
@@ -19520,6 +19949,7 @@
|
|
|
19520
19949
|
"esnext.math.signbit",
|
|
19521
19950
|
"esnext.math.sum-precise",
|
|
19522
19951
|
"esnext.math.umulh",
|
|
19952
|
+
"esnext.number.clamp",
|
|
19523
19953
|
"esnext.number.from-string",
|
|
19524
19954
|
"esnext.number.range",
|
|
19525
19955
|
"esnext.object.has-own",
|
|
@@ -19686,6 +20116,7 @@
|
|
|
19686
20116
|
"esnext.global-this",
|
|
19687
20117
|
"esnext.iterator.constructor",
|
|
19688
20118
|
"esnext.iterator.as-indexed-pairs",
|
|
20119
|
+
"esnext.iterator.chunks",
|
|
19689
20120
|
"esnext.iterator.concat",
|
|
19690
20121
|
"esnext.iterator.dispose",
|
|
19691
20122
|
"esnext.iterator.drop",
|
|
@@ -19703,6 +20134,9 @@
|
|
|
19703
20134
|
"esnext.iterator.take",
|
|
19704
20135
|
"esnext.iterator.to-array",
|
|
19705
20136
|
"esnext.iterator.to-async",
|
|
20137
|
+
"esnext.iterator.windows",
|
|
20138
|
+
"esnext.iterator.zip",
|
|
20139
|
+
"esnext.iterator.zip-keyed",
|
|
19706
20140
|
"esnext.json.is-raw-json",
|
|
19707
20141
|
"esnext.json.parse",
|
|
19708
20142
|
"esnext.json.raw-json",
|
|
@@ -19743,6 +20177,7 @@
|
|
|
19743
20177
|
"esnext.math.signbit",
|
|
19744
20178
|
"esnext.math.sum-precise",
|
|
19745
20179
|
"esnext.math.umulh",
|
|
20180
|
+
"esnext.number.clamp",
|
|
19746
20181
|
"esnext.number.from-string",
|
|
19747
20182
|
"esnext.number.range",
|
|
19748
20183
|
"esnext.object.has-own",
|
|
@@ -19895,6 +20330,7 @@
|
|
|
19895
20330
|
"esnext.global-this",
|
|
19896
20331
|
"esnext.iterator.constructor",
|
|
19897
20332
|
"esnext.iterator.as-indexed-pairs",
|
|
20333
|
+
"esnext.iterator.chunks",
|
|
19898
20334
|
"esnext.iterator.concat",
|
|
19899
20335
|
"esnext.iterator.dispose",
|
|
19900
20336
|
"esnext.iterator.drop",
|
|
@@ -19912,6 +20348,9 @@
|
|
|
19912
20348
|
"esnext.iterator.take",
|
|
19913
20349
|
"esnext.iterator.to-array",
|
|
19914
20350
|
"esnext.iterator.to-async",
|
|
20351
|
+
"esnext.iterator.windows",
|
|
20352
|
+
"esnext.iterator.zip",
|
|
20353
|
+
"esnext.iterator.zip-keyed",
|
|
19915
20354
|
"esnext.json.is-raw-json",
|
|
19916
20355
|
"esnext.json.parse",
|
|
19917
20356
|
"esnext.json.raw-json",
|
|
@@ -19948,6 +20387,7 @@
|
|
|
19948
20387
|
"esnext.math.seeded-prng",
|
|
19949
20388
|
"esnext.math.signbit",
|
|
19950
20389
|
"esnext.math.sum-precise",
|
|
20390
|
+
"esnext.number.clamp",
|
|
19951
20391
|
"esnext.number.from-string",
|
|
19952
20392
|
"esnext.number.range",
|
|
19953
20393
|
"esnext.object.has-own",
|
|
@@ -20080,6 +20520,7 @@
|
|
|
20080
20520
|
"esnext.global-this",
|
|
20081
20521
|
"esnext.iterator.constructor",
|
|
20082
20522
|
"esnext.iterator.as-indexed-pairs",
|
|
20523
|
+
"esnext.iterator.chunks",
|
|
20083
20524
|
"esnext.iterator.concat",
|
|
20084
20525
|
"esnext.iterator.dispose",
|
|
20085
20526
|
"esnext.iterator.drop",
|
|
@@ -20097,6 +20538,9 @@
|
|
|
20097
20538
|
"esnext.iterator.take",
|
|
20098
20539
|
"esnext.iterator.to-array",
|
|
20099
20540
|
"esnext.iterator.to-async",
|
|
20541
|
+
"esnext.iterator.windows",
|
|
20542
|
+
"esnext.iterator.zip",
|
|
20543
|
+
"esnext.iterator.zip-keyed",
|
|
20100
20544
|
"esnext.json.is-raw-json",
|
|
20101
20545
|
"esnext.json.parse",
|
|
20102
20546
|
"esnext.json.raw-json",
|
|
@@ -20106,6 +20550,7 @@
|
|
|
20106
20550
|
"esnext.map.group-by",
|
|
20107
20551
|
"esnext.math.f16round",
|
|
20108
20552
|
"esnext.math.sum-precise",
|
|
20553
|
+
"esnext.number.clamp",
|
|
20109
20554
|
"esnext.object.has-own",
|
|
20110
20555
|
"esnext.object.group-by",
|
|
20111
20556
|
"esnext.promise.all-settled",
|
|
@@ -20359,6 +20804,8 @@
|
|
|
20359
20804
|
"core-js/stage/4": [
|
|
20360
20805
|
"es.string.at-alternative",
|
|
20361
20806
|
"esnext.aggregate-error",
|
|
20807
|
+
"esnext.suppressed-error.constructor",
|
|
20808
|
+
"esnext.array.from-async",
|
|
20362
20809
|
"esnext.array.at",
|
|
20363
20810
|
"esnext.array.find-last",
|
|
20364
20811
|
"esnext.array.find-last-index",
|
|
@@ -20369,10 +20816,15 @@
|
|
|
20369
20816
|
"esnext.array-buffer.detached",
|
|
20370
20817
|
"esnext.array-buffer.transfer",
|
|
20371
20818
|
"esnext.array-buffer.transfer-to-fixed-length",
|
|
20819
|
+
"esnext.async-disposable-stack.constructor",
|
|
20820
|
+
"esnext.async-iterator.async-dispose",
|
|
20372
20821
|
"esnext.data-view.get-float16",
|
|
20373
20822
|
"esnext.data-view.set-float16",
|
|
20823
|
+
"esnext.disposable-stack.constructor",
|
|
20824
|
+
"esnext.error.is-error",
|
|
20374
20825
|
"esnext.global-this",
|
|
20375
20826
|
"esnext.iterator.constructor",
|
|
20827
|
+
"esnext.iterator.dispose",
|
|
20376
20828
|
"esnext.iterator.drop",
|
|
20377
20829
|
"esnext.iterator.every",
|
|
20378
20830
|
"esnext.iterator.filter",
|
|
@@ -20405,6 +20857,8 @@
|
|
|
20405
20857
|
"esnext.string.match-all",
|
|
20406
20858
|
"esnext.string.replace-all",
|
|
20407
20859
|
"esnext.string.to-well-formed",
|
|
20860
|
+
"esnext.symbol.async-dispose",
|
|
20861
|
+
"esnext.symbol.dispose",
|
|
20408
20862
|
"esnext.typed-array.at",
|
|
20409
20863
|
"esnext.typed-array.find-last",
|
|
20410
20864
|
"esnext.typed-array.find-last-index",
|
|
@@ -20472,6 +20926,7 @@
|
|
|
20472
20926
|
"esnext.global-this",
|
|
20473
20927
|
"esnext.iterator.constructor",
|
|
20474
20928
|
"esnext.iterator.as-indexed-pairs",
|
|
20929
|
+
"esnext.iterator.chunks",
|
|
20475
20930
|
"esnext.iterator.concat",
|
|
20476
20931
|
"esnext.iterator.dispose",
|
|
20477
20932
|
"esnext.iterator.drop",
|
|
@@ -20489,6 +20944,9 @@
|
|
|
20489
20944
|
"esnext.iterator.take",
|
|
20490
20945
|
"esnext.iterator.to-array",
|
|
20491
20946
|
"esnext.iterator.to-async",
|
|
20947
|
+
"esnext.iterator.windows",
|
|
20948
|
+
"esnext.iterator.zip",
|
|
20949
|
+
"esnext.iterator.zip-keyed",
|
|
20492
20950
|
"esnext.json.is-raw-json",
|
|
20493
20951
|
"esnext.json.parse",
|
|
20494
20952
|
"esnext.json.raw-json",
|
|
@@ -20529,6 +20987,7 @@
|
|
|
20529
20987
|
"esnext.math.signbit",
|
|
20530
20988
|
"esnext.math.sum-precise",
|
|
20531
20989
|
"esnext.math.umulh",
|
|
20990
|
+
"esnext.number.clamp",
|
|
20532
20991
|
"esnext.number.from-string",
|
|
20533
20992
|
"esnext.number.range",
|
|
20534
20993
|
"esnext.object.has-own",
|