core-js-compat 3.29.1 → 3.30.1
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 +167 -26
- package/entries.json +39 -0
- package/modules-by-versions.json +3 -0
- package/modules.json +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ const {
|
|
|
27
27
|
exclude: [ // optional list / filter of modules to exclude, the signature is similar to `modules` option
|
|
28
28
|
'web.atob',
|
|
29
29
|
],
|
|
30
|
-
version: '3.
|
|
30
|
+
version: '3.30', // used `core-js` version, by default - the latest
|
|
31
31
|
inverse: false, // inverse of the result - shows modules that are NOT required for the target environment
|
|
32
32
|
});
|
|
33
33
|
|
|
@@ -125,9 +125,9 @@ require('core-js-compat/modules'); // => Array<ModuleName>
|
|
|
125
125
|
require('core-js-compat').modules; // => Array<ModuleName>
|
|
126
126
|
|
|
127
127
|
// the subset of modules which available in the passed `core-js` version:
|
|
128
|
-
require('core-js-compat/get-modules-list-for-target-version')('3.
|
|
128
|
+
require('core-js-compat/get-modules-list-for-target-version')('3.30'); // => Array<ModuleName>
|
|
129
129
|
// or
|
|
130
|
-
require('core-js-compat').getModulesListForTargetVersion('3.
|
|
130
|
+
require('core-js-compat').getModulesListForTargetVersion('3.30'); // => Array<ModuleName>
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
If you wanna help to improve this data, you could take a look at the related section of [`CONTRIBUTING.md`](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://zloirock.github.io/core-js/compat/), the example:
|
package/data.json
CHANGED
|
@@ -1091,8 +1091,13 @@
|
|
|
1091
1091
|
"edge": "110",
|
|
1092
1092
|
"electron": "23.0",
|
|
1093
1093
|
"ios": "16.0",
|
|
1094
|
+
"oculus": "26.0",
|
|
1094
1095
|
"opera": "96",
|
|
1095
|
-
"
|
|
1096
|
+
"opera-android": "74",
|
|
1097
|
+
"opera_mobile": "74",
|
|
1098
|
+
"quest": "26.0",
|
|
1099
|
+
"safari": "16.0",
|
|
1100
|
+
"samsung": "21.0"
|
|
1096
1101
|
},
|
|
1097
1102
|
"es.array.to-sorted": {
|
|
1098
1103
|
"android": "110",
|
|
@@ -1103,8 +1108,13 @@
|
|
|
1103
1108
|
"edge": "110",
|
|
1104
1109
|
"electron": "23.0",
|
|
1105
1110
|
"ios": "16.0",
|
|
1111
|
+
"oculus": "26.0",
|
|
1106
1112
|
"opera": "96",
|
|
1107
|
-
"
|
|
1113
|
+
"opera-android": "74",
|
|
1114
|
+
"opera_mobile": "74",
|
|
1115
|
+
"quest": "26.0",
|
|
1116
|
+
"safari": "16.0",
|
|
1117
|
+
"samsung": "21.0"
|
|
1108
1118
|
},
|
|
1109
1119
|
"es.array.to-spliced": {
|
|
1110
1120
|
"android": "110",
|
|
@@ -1115,8 +1125,13 @@
|
|
|
1115
1125
|
"edge": "110",
|
|
1116
1126
|
"electron": "23.0",
|
|
1117
1127
|
"ios": "16.0",
|
|
1128
|
+
"oculus": "26.0",
|
|
1118
1129
|
"opera": "96",
|
|
1119
|
-
"
|
|
1130
|
+
"opera-android": "74",
|
|
1131
|
+
"opera_mobile": "74",
|
|
1132
|
+
"quest": "26.0",
|
|
1133
|
+
"safari": "16.0",
|
|
1134
|
+
"samsung": "21.0"
|
|
1120
1135
|
},
|
|
1121
1136
|
"es.array.unscopables.flat": {
|
|
1122
1137
|
"android": "73",
|
|
@@ -1190,8 +1205,13 @@
|
|
|
1190
1205
|
"edge": "110",
|
|
1191
1206
|
"electron": "23.0",
|
|
1192
1207
|
"ios": "16.0",
|
|
1208
|
+
"oculus": "26.0",
|
|
1193
1209
|
"opera": "96",
|
|
1194
|
-
"
|
|
1210
|
+
"opera-android": "74",
|
|
1211
|
+
"opera_mobile": "74",
|
|
1212
|
+
"quest": "26.0",
|
|
1213
|
+
"safari": "16.0",
|
|
1214
|
+
"samsung": "21.0"
|
|
1195
1215
|
},
|
|
1196
1216
|
"es.array-buffer.constructor": {
|
|
1197
1217
|
"android": "4.4",
|
|
@@ -3505,6 +3525,7 @@
|
|
|
3505
3525
|
"bun": "0.1.1",
|
|
3506
3526
|
"chrome": "111",
|
|
3507
3527
|
"chrome-android": "111",
|
|
3528
|
+
"deno": "1.32",
|
|
3508
3529
|
"edge": "111",
|
|
3509
3530
|
"electron": "24.0",
|
|
3510
3531
|
"firefox": "78",
|
|
@@ -5132,8 +5153,13 @@
|
|
|
5132
5153
|
"edge": "110",
|
|
5133
5154
|
"electron": "23.0",
|
|
5134
5155
|
"ios": "16.0",
|
|
5156
|
+
"oculus": "26.0",
|
|
5135
5157
|
"opera": "96",
|
|
5136
|
-
"
|
|
5158
|
+
"opera-android": "74",
|
|
5159
|
+
"opera_mobile": "74",
|
|
5160
|
+
"quest": "26.0",
|
|
5161
|
+
"safari": "16.0",
|
|
5162
|
+
"samsung": "21.0"
|
|
5137
5163
|
},
|
|
5138
5164
|
"es.typed-array.to-sorted": {
|
|
5139
5165
|
"android": "110",
|
|
@@ -5144,8 +5170,13 @@
|
|
|
5144
5170
|
"edge": "110",
|
|
5145
5171
|
"electron": "23.0",
|
|
5146
5172
|
"ios": "16.0",
|
|
5173
|
+
"oculus": "26.0",
|
|
5147
5174
|
"opera": "96",
|
|
5148
|
-
"
|
|
5175
|
+
"opera-android": "74",
|
|
5176
|
+
"opera_mobile": "74",
|
|
5177
|
+
"quest": "26.0",
|
|
5178
|
+
"safari": "16.0",
|
|
5179
|
+
"samsung": "21.0"
|
|
5149
5180
|
},
|
|
5150
5181
|
"es.typed-array.to-string": {
|
|
5151
5182
|
"android": "51",
|
|
@@ -5177,7 +5208,14 @@
|
|
|
5177
5208
|
"deno": "1.27",
|
|
5178
5209
|
"edge": "110",
|
|
5179
5210
|
"electron": "23.0",
|
|
5180
|
-
"
|
|
5211
|
+
"ios": "16.4",
|
|
5212
|
+
"oculus": "26.0",
|
|
5213
|
+
"opera": "96",
|
|
5214
|
+
"opera-android": "74",
|
|
5215
|
+
"opera_mobile": "74",
|
|
5216
|
+
"quest": "26.0",
|
|
5217
|
+
"safari": "16.4",
|
|
5218
|
+
"samsung": "21.0"
|
|
5181
5219
|
},
|
|
5182
5220
|
"es.unescape": {
|
|
5183
5221
|
"android": "3.0",
|
|
@@ -5268,7 +5306,9 @@
|
|
|
5268
5306
|
},
|
|
5269
5307
|
"esnext.suppressed-error.constructor": {},
|
|
5270
5308
|
"esnext.array.from-async": {
|
|
5271
|
-
"bun": "0.3.0"
|
|
5309
|
+
"bun": "0.3.0",
|
|
5310
|
+
"ios": "16.4",
|
|
5311
|
+
"safari": "16.4"
|
|
5272
5312
|
},
|
|
5273
5313
|
"esnext.array.at": {
|
|
5274
5314
|
"android": "92",
|
|
@@ -5338,12 +5378,16 @@
|
|
|
5338
5378
|
"samsung": "18.0"
|
|
5339
5379
|
},
|
|
5340
5380
|
"esnext.array.group": {
|
|
5341
|
-
"bun": "0.1.9"
|
|
5381
|
+
"bun": "0.1.9",
|
|
5382
|
+
"ios": "16.4",
|
|
5383
|
+
"safari": "16.4"
|
|
5342
5384
|
},
|
|
5343
5385
|
"esnext.array.group-by": {},
|
|
5344
5386
|
"esnext.array.group-by-to-map": {},
|
|
5345
5387
|
"esnext.array.group-to-map": {
|
|
5346
|
-
"bun": "0.1.9"
|
|
5388
|
+
"bun": "0.1.9",
|
|
5389
|
+
"ios": "16.4",
|
|
5390
|
+
"safari": "16.4"
|
|
5347
5391
|
},
|
|
5348
5392
|
"esnext.array.is-template-object": {},
|
|
5349
5393
|
"esnext.array.last-index": {},
|
|
@@ -5357,8 +5401,13 @@
|
|
|
5357
5401
|
"edge": "110",
|
|
5358
5402
|
"electron": "23.0",
|
|
5359
5403
|
"ios": "16.0",
|
|
5404
|
+
"oculus": "26.0",
|
|
5360
5405
|
"opera": "96",
|
|
5361
|
-
"
|
|
5406
|
+
"opera-android": "74",
|
|
5407
|
+
"opera_mobile": "74",
|
|
5408
|
+
"quest": "26.0",
|
|
5409
|
+
"safari": "16.0",
|
|
5410
|
+
"samsung": "21.0"
|
|
5362
5411
|
},
|
|
5363
5412
|
"esnext.array.to-sorted": {
|
|
5364
5413
|
"android": "110",
|
|
@@ -5369,8 +5418,13 @@
|
|
|
5369
5418
|
"edge": "110",
|
|
5370
5419
|
"electron": "23.0",
|
|
5371
5420
|
"ios": "16.0",
|
|
5421
|
+
"oculus": "26.0",
|
|
5372
5422
|
"opera": "96",
|
|
5373
|
-
"
|
|
5423
|
+
"opera-android": "74",
|
|
5424
|
+
"opera_mobile": "74",
|
|
5425
|
+
"quest": "26.0",
|
|
5426
|
+
"safari": "16.0",
|
|
5427
|
+
"samsung": "21.0"
|
|
5374
5428
|
},
|
|
5375
5429
|
"esnext.array.to-spliced": {
|
|
5376
5430
|
"android": "110",
|
|
@@ -5381,8 +5435,13 @@
|
|
|
5381
5435
|
"edge": "110",
|
|
5382
5436
|
"electron": "23.0",
|
|
5383
5437
|
"ios": "16.0",
|
|
5438
|
+
"oculus": "26.0",
|
|
5384
5439
|
"opera": "96",
|
|
5385
|
-
"
|
|
5440
|
+
"opera-android": "74",
|
|
5441
|
+
"opera_mobile": "74",
|
|
5442
|
+
"quest": "26.0",
|
|
5443
|
+
"safari": "16.0",
|
|
5444
|
+
"samsung": "21.0"
|
|
5386
5445
|
},
|
|
5387
5446
|
"esnext.array.unique-by": {},
|
|
5388
5447
|
"esnext.array.with": {
|
|
@@ -5394,12 +5453,38 @@
|
|
|
5394
5453
|
"edge": "110",
|
|
5395
5454
|
"electron": "23.0",
|
|
5396
5455
|
"ios": "16.0",
|
|
5456
|
+
"oculus": "26.0",
|
|
5397
5457
|
"opera": "96",
|
|
5398
|
-
"
|
|
5458
|
+
"opera-android": "74",
|
|
5459
|
+
"opera_mobile": "74",
|
|
5460
|
+
"quest": "26.0",
|
|
5461
|
+
"safari": "16.0",
|
|
5462
|
+
"samsung": "21.0"
|
|
5463
|
+
},
|
|
5464
|
+
"esnext.array-buffer.detached": {
|
|
5465
|
+
"android": "114",
|
|
5466
|
+
"chrome": "114",
|
|
5467
|
+
"chrome-android": "114",
|
|
5468
|
+
"edge": "114",
|
|
5469
|
+
"electron": "25.0",
|
|
5470
|
+
"opera": "100"
|
|
5471
|
+
},
|
|
5472
|
+
"esnext.array-buffer.transfer": {
|
|
5473
|
+
"android": "114",
|
|
5474
|
+
"chrome": "114",
|
|
5475
|
+
"chrome-android": "114",
|
|
5476
|
+
"edge": "114",
|
|
5477
|
+
"electron": "25.0",
|
|
5478
|
+
"opera": "100"
|
|
5479
|
+
},
|
|
5480
|
+
"esnext.array-buffer.transfer-to-fixed-length": {
|
|
5481
|
+
"android": "114",
|
|
5482
|
+
"chrome": "114",
|
|
5483
|
+
"chrome-android": "114",
|
|
5484
|
+
"edge": "114",
|
|
5485
|
+
"electron": "25.0",
|
|
5486
|
+
"opera": "100"
|
|
5399
5487
|
},
|
|
5400
|
-
"esnext.array-buffer.detached": {},
|
|
5401
|
-
"esnext.array-buffer.transfer": {},
|
|
5402
|
-
"esnext.array-buffer.transfer-to-fixed-length": {},
|
|
5403
5488
|
"esnext.async-disposable-stack.constructor": {},
|
|
5404
5489
|
"esnext.async-iterator.constructor": {},
|
|
5405
5490
|
"esnext.async-iterator.as-indexed-pairs": {},
|
|
@@ -5466,9 +5551,30 @@
|
|
|
5466
5551
|
"esnext.iterator.take": {},
|
|
5467
5552
|
"esnext.iterator.to-array": {},
|
|
5468
5553
|
"esnext.iterator.to-async": {},
|
|
5469
|
-
"esnext.json.is-raw-json": {
|
|
5470
|
-
|
|
5471
|
-
|
|
5554
|
+
"esnext.json.is-raw-json": {
|
|
5555
|
+
"android": "114",
|
|
5556
|
+
"chrome": "114",
|
|
5557
|
+
"chrome-android": "114",
|
|
5558
|
+
"edge": "114",
|
|
5559
|
+
"electron": "25.0",
|
|
5560
|
+
"opera": "100"
|
|
5561
|
+
},
|
|
5562
|
+
"esnext.json.parse": {
|
|
5563
|
+
"android": "114",
|
|
5564
|
+
"chrome": "114",
|
|
5565
|
+
"chrome-android": "114",
|
|
5566
|
+
"edge": "114",
|
|
5567
|
+
"electron": "25.0",
|
|
5568
|
+
"opera": "100"
|
|
5569
|
+
},
|
|
5570
|
+
"esnext.json.raw-json": {
|
|
5571
|
+
"android": "114",
|
|
5572
|
+
"chrome": "114",
|
|
5573
|
+
"chrome-android": "114",
|
|
5574
|
+
"edge": "114",
|
|
5575
|
+
"electron": "25.0",
|
|
5576
|
+
"opera": "100"
|
|
5577
|
+
},
|
|
5472
5578
|
"esnext.map.delete-all": {},
|
|
5473
5579
|
"esnext.map.emplace": {},
|
|
5474
5580
|
"esnext.map.every": {},
|
|
@@ -5626,9 +5732,12 @@
|
|
|
5626
5732
|
"bun": "0.4.0",
|
|
5627
5733
|
"chrome": "111",
|
|
5628
5734
|
"chrome-android": "111",
|
|
5735
|
+
"deno": "1.32",
|
|
5629
5736
|
"edge": "111",
|
|
5630
5737
|
"electron": "24.0",
|
|
5631
|
-
"
|
|
5738
|
+
"ios": "16.4",
|
|
5739
|
+
"opera": "97",
|
|
5740
|
+
"safari": "16.4"
|
|
5632
5741
|
},
|
|
5633
5742
|
"esnext.string.match-all": {
|
|
5634
5743
|
"android": "80",
|
|
@@ -5679,9 +5788,12 @@
|
|
|
5679
5788
|
"bun": "0.5.7",
|
|
5680
5789
|
"chrome": "111",
|
|
5681
5790
|
"chrome-android": "111",
|
|
5791
|
+
"deno": "1.32",
|
|
5682
5792
|
"edge": "111",
|
|
5683
5793
|
"electron": "24.0",
|
|
5684
|
-
"
|
|
5794
|
+
"ios": "16.4",
|
|
5795
|
+
"opera": "97",
|
|
5796
|
+
"safari": "16.4"
|
|
5685
5797
|
},
|
|
5686
5798
|
"esnext.symbol.async-dispose": {},
|
|
5687
5799
|
"esnext.symbol.dispose": {},
|
|
@@ -5771,8 +5883,13 @@
|
|
|
5771
5883
|
"edge": "110",
|
|
5772
5884
|
"electron": "23.0",
|
|
5773
5885
|
"ios": "16.0",
|
|
5886
|
+
"oculus": "26.0",
|
|
5774
5887
|
"opera": "96",
|
|
5775
|
-
"
|
|
5888
|
+
"opera-android": "74",
|
|
5889
|
+
"opera_mobile": "74",
|
|
5890
|
+
"quest": "26.0",
|
|
5891
|
+
"safari": "16.0",
|
|
5892
|
+
"samsung": "21.0"
|
|
5776
5893
|
},
|
|
5777
5894
|
"esnext.typed-array.to-sorted": {
|
|
5778
5895
|
"android": "110",
|
|
@@ -5783,8 +5900,13 @@
|
|
|
5783
5900
|
"edge": "110",
|
|
5784
5901
|
"electron": "23.0",
|
|
5785
5902
|
"ios": "16.0",
|
|
5903
|
+
"oculus": "26.0",
|
|
5786
5904
|
"opera": "96",
|
|
5787
|
-
"
|
|
5905
|
+
"opera-android": "74",
|
|
5906
|
+
"opera_mobile": "74",
|
|
5907
|
+
"quest": "26.0",
|
|
5908
|
+
"safari": "16.0",
|
|
5909
|
+
"samsung": "21.0"
|
|
5788
5910
|
},
|
|
5789
5911
|
"esnext.typed-array.to-spliced": {},
|
|
5790
5912
|
"esnext.typed-array.unique-by": {},
|
|
@@ -5796,7 +5918,14 @@
|
|
|
5796
5918
|
"deno": "1.27",
|
|
5797
5919
|
"edge": "110",
|
|
5798
5920
|
"electron": "23.0",
|
|
5799
|
-
"
|
|
5921
|
+
"ios": "16.4",
|
|
5922
|
+
"oculus": "26.0",
|
|
5923
|
+
"opera": "96",
|
|
5924
|
+
"opera-android": "74",
|
|
5925
|
+
"opera_mobile": "74",
|
|
5926
|
+
"quest": "26.0",
|
|
5927
|
+
"safari": "16.4",
|
|
5928
|
+
"samsung": "21.0"
|
|
5800
5929
|
},
|
|
5801
5930
|
"esnext.weak-map.delete-all": {},
|
|
5802
5931
|
"esnext.weak-map.from": {},
|
|
@@ -6029,6 +6158,7 @@
|
|
|
6029
6158
|
"safari": "14.0",
|
|
6030
6159
|
"samsung": "9.0"
|
|
6031
6160
|
},
|
|
6161
|
+
"web.url.can-parse": {},
|
|
6032
6162
|
"web.url.to-json": {
|
|
6033
6163
|
"android": "71",
|
|
6034
6164
|
"bun": "0.1.1",
|
|
@@ -6069,5 +6199,16 @@
|
|
|
6069
6199
|
"safari": "14.0",
|
|
6070
6200
|
"samsung": "9.0"
|
|
6071
6201
|
},
|
|
6072
|
-
"web.url-search-params.size": {
|
|
6202
|
+
"web.url-search-params.size": {
|
|
6203
|
+
"android": "113",
|
|
6204
|
+
"chrome": "113",
|
|
6205
|
+
"chrome-android": "113",
|
|
6206
|
+
"deno": "1.32",
|
|
6207
|
+
"edge": "113",
|
|
6208
|
+
"electron": "25.0",
|
|
6209
|
+
"firefox": "112",
|
|
6210
|
+
"firefox-android": "112",
|
|
6211
|
+
"node": "19.8.0",
|
|
6212
|
+
"opera": "99"
|
|
6213
|
+
}
|
|
6073
6214
|
}
|
package/entries.json
CHANGED
|
@@ -439,6 +439,7 @@
|
|
|
439
439
|
"web.structured-clone",
|
|
440
440
|
"web.timers",
|
|
441
441
|
"web.url",
|
|
442
|
+
"web.url.can-parse",
|
|
442
443
|
"web.url.to-json",
|
|
443
444
|
"web.url-search-params",
|
|
444
445
|
"web.url-search-params.size"
|
|
@@ -769,6 +770,7 @@
|
|
|
769
770
|
"web.structured-clone",
|
|
770
771
|
"web.timers",
|
|
771
772
|
"web.url",
|
|
773
|
+
"web.url.can-parse",
|
|
772
774
|
"web.url.to-json",
|
|
773
775
|
"web.url-search-params",
|
|
774
776
|
"web.url-search-params.size"
|
|
@@ -3303,6 +3305,7 @@
|
|
|
3303
3305
|
],
|
|
3304
3306
|
"core-js/actual/url": [
|
|
3305
3307
|
"web.url",
|
|
3308
|
+
"web.url.can-parse",
|
|
3306
3309
|
"web.url.to-json",
|
|
3307
3310
|
"web.url-search-params",
|
|
3308
3311
|
"web.url-search-params.size"
|
|
@@ -3312,6 +3315,10 @@
|
|
|
3312
3315
|
"web.url-search-params",
|
|
3313
3316
|
"web.url-search-params.size"
|
|
3314
3317
|
],
|
|
3318
|
+
"core-js/actual/url/can-parse": [
|
|
3319
|
+
"web.url",
|
|
3320
|
+
"web.url.can-parse"
|
|
3321
|
+
],
|
|
3315
3322
|
"core-js/actual/url/to-json": [
|
|
3316
3323
|
"web.url.to-json"
|
|
3317
3324
|
],
|
|
@@ -5946,6 +5953,7 @@
|
|
|
5946
5953
|
"web.structured-clone",
|
|
5947
5954
|
"web.timers",
|
|
5948
5955
|
"web.url",
|
|
5956
|
+
"web.url.can-parse",
|
|
5949
5957
|
"web.url.to-json",
|
|
5950
5958
|
"web.url-search-params",
|
|
5951
5959
|
"web.url-search-params.size"
|
|
@@ -9149,6 +9157,7 @@
|
|
|
9149
9157
|
],
|
|
9150
9158
|
"core-js/features/url": [
|
|
9151
9159
|
"web.url",
|
|
9160
|
+
"web.url.can-parse",
|
|
9152
9161
|
"web.url.to-json",
|
|
9153
9162
|
"web.url-search-params",
|
|
9154
9163
|
"web.url-search-params.size"
|
|
@@ -9158,6 +9167,10 @@
|
|
|
9158
9167
|
"web.url-search-params",
|
|
9159
9168
|
"web.url-search-params.size"
|
|
9160
9169
|
],
|
|
9170
|
+
"core-js/features/url/can-parse": [
|
|
9171
|
+
"web.url",
|
|
9172
|
+
"web.url.can-parse"
|
|
9173
|
+
],
|
|
9161
9174
|
"core-js/features/url/to-json": [
|
|
9162
9175
|
"web.url.to-json"
|
|
9163
9176
|
],
|
|
@@ -9668,6 +9681,7 @@
|
|
|
9668
9681
|
"web.structured-clone",
|
|
9669
9682
|
"web.timers",
|
|
9670
9683
|
"web.url",
|
|
9684
|
+
"web.url.can-parse",
|
|
9671
9685
|
"web.url.to-json",
|
|
9672
9686
|
"web.url-search-params",
|
|
9673
9687
|
"web.url-search-params.size"
|
|
@@ -12871,6 +12885,7 @@
|
|
|
12871
12885
|
],
|
|
12872
12886
|
"core-js/full/url": [
|
|
12873
12887
|
"web.url",
|
|
12888
|
+
"web.url.can-parse",
|
|
12874
12889
|
"web.url.to-json",
|
|
12875
12890
|
"web.url-search-params",
|
|
12876
12891
|
"web.url-search-params.size"
|
|
@@ -12880,6 +12895,10 @@
|
|
|
12880
12895
|
"web.url-search-params",
|
|
12881
12896
|
"web.url-search-params.size"
|
|
12882
12897
|
],
|
|
12898
|
+
"core-js/full/url/can-parse": [
|
|
12899
|
+
"web.url",
|
|
12900
|
+
"web.url.can-parse"
|
|
12901
|
+
],
|
|
12883
12902
|
"core-js/full/url/to-json": [
|
|
12884
12903
|
"web.url.to-json"
|
|
12885
12904
|
],
|
|
@@ -14354,6 +14373,9 @@
|
|
|
14354
14373
|
"core-js/modules/web.url-search-params.size": [
|
|
14355
14374
|
"web.url-search-params.size"
|
|
14356
14375
|
],
|
|
14376
|
+
"core-js/modules/web.url.can-parse": [
|
|
14377
|
+
"web.url.can-parse"
|
|
14378
|
+
],
|
|
14357
14379
|
"core-js/modules/web.url.constructor": [
|
|
14358
14380
|
"web.url.constructor"
|
|
14359
14381
|
],
|
|
@@ -14550,6 +14572,7 @@
|
|
|
14550
14572
|
"esnext.weak-set.from",
|
|
14551
14573
|
"esnext.weak-set.of",
|
|
14552
14574
|
"web.url",
|
|
14575
|
+
"web.url.can-parse",
|
|
14553
14576
|
"web.url.to-json",
|
|
14554
14577
|
"web.url-search-params",
|
|
14555
14578
|
"web.url-search-params.size"
|
|
@@ -14706,6 +14729,9 @@
|
|
|
14706
14729
|
"core-js/proposals/decorator-metadata": [
|
|
14707
14730
|
"esnext.symbol.metadata-key"
|
|
14708
14731
|
],
|
|
14732
|
+
"core-js/proposals/decorator-metadata-v2": [
|
|
14733
|
+
"esnext.symbol.metadata"
|
|
14734
|
+
],
|
|
14709
14735
|
"core-js/proposals/decorators": [
|
|
14710
14736
|
"esnext.symbol.metadata"
|
|
14711
14737
|
],
|
|
@@ -14995,6 +15021,7 @@
|
|
|
14995
15021
|
],
|
|
14996
15022
|
"core-js/proposals/url": [
|
|
14997
15023
|
"web.url",
|
|
15024
|
+
"web.url.can-parse",
|
|
14998
15025
|
"web.url.to-json",
|
|
14999
15026
|
"web.url-search-params",
|
|
15000
15027
|
"web.url-search-params.size"
|
|
@@ -15264,6 +15291,7 @@
|
|
|
15264
15291
|
"web.structured-clone",
|
|
15265
15292
|
"web.timers",
|
|
15266
15293
|
"web.url",
|
|
15294
|
+
"web.url.can-parse",
|
|
15267
15295
|
"web.url.to-json",
|
|
15268
15296
|
"web.url-search-params",
|
|
15269
15297
|
"web.url-search-params.size"
|
|
@@ -17287,6 +17315,7 @@
|
|
|
17287
17315
|
],
|
|
17288
17316
|
"core-js/stable/url": [
|
|
17289
17317
|
"web.url",
|
|
17318
|
+
"web.url.can-parse",
|
|
17290
17319
|
"web.url.to-json",
|
|
17291
17320
|
"web.url-search-params",
|
|
17292
17321
|
"web.url-search-params.size"
|
|
@@ -17296,6 +17325,10 @@
|
|
|
17296
17325
|
"web.url-search-params",
|
|
17297
17326
|
"web.url-search-params.size"
|
|
17298
17327
|
],
|
|
17328
|
+
"core-js/stable/url/can-parse": [
|
|
17329
|
+
"web.url",
|
|
17330
|
+
"web.url.can-parse"
|
|
17331
|
+
],
|
|
17299
17332
|
"core-js/stable/url/to-json": [
|
|
17300
17333
|
"web.url.to-json"
|
|
17301
17334
|
],
|
|
@@ -17501,6 +17534,7 @@
|
|
|
17501
17534
|
"esnext.weak-set.from",
|
|
17502
17535
|
"esnext.weak-set.of",
|
|
17503
17536
|
"web.url",
|
|
17537
|
+
"web.url.can-parse",
|
|
17504
17538
|
"web.url.to-json",
|
|
17505
17539
|
"web.url-search-params",
|
|
17506
17540
|
"web.url-search-params.size"
|
|
@@ -17686,6 +17720,7 @@
|
|
|
17686
17720
|
"esnext.weak-set.from",
|
|
17687
17721
|
"esnext.weak-set.of",
|
|
17688
17722
|
"web.url",
|
|
17723
|
+
"web.url.can-parse",
|
|
17689
17724
|
"web.url.to-json",
|
|
17690
17725
|
"web.url-search-params",
|
|
17691
17726
|
"web.url-search-params.size"
|
|
@@ -17911,6 +17946,7 @@
|
|
|
17911
17946
|
"esnext.iterator.from",
|
|
17912
17947
|
"esnext.iterator.indexed",
|
|
17913
17948
|
"esnext.iterator.map",
|
|
17949
|
+
"esnext.iterator.range",
|
|
17914
17950
|
"esnext.iterator.reduce",
|
|
17915
17951
|
"esnext.iterator.some",
|
|
17916
17952
|
"esnext.iterator.take",
|
|
@@ -18246,6 +18282,7 @@
|
|
|
18246
18282
|
"esnext.weak-set.from",
|
|
18247
18283
|
"esnext.weak-set.of",
|
|
18248
18284
|
"web.url",
|
|
18285
|
+
"web.url.can-parse",
|
|
18249
18286
|
"web.url.to-json",
|
|
18250
18287
|
"web.url-search-params",
|
|
18251
18288
|
"web.url-search-params.size"
|
|
@@ -18264,6 +18301,7 @@
|
|
|
18264
18301
|
"web.structured-clone",
|
|
18265
18302
|
"web.timers",
|
|
18266
18303
|
"web.url",
|
|
18304
|
+
"web.url.can-parse",
|
|
18267
18305
|
"web.url.to-json",
|
|
18268
18306
|
"web.url-search-params",
|
|
18269
18307
|
"web.url-search-params.size"
|
|
@@ -18296,6 +18334,7 @@
|
|
|
18296
18334
|
],
|
|
18297
18335
|
"core-js/web/url": [
|
|
18298
18336
|
"web.url",
|
|
18337
|
+
"web.url.can-parse",
|
|
18299
18338
|
"web.url.to-json",
|
|
18300
18339
|
"web.url-search-params",
|
|
18301
18340
|
"web.url-search-params.size"
|
package/modules-by-versions.json
CHANGED
package/modules.json
CHANGED