core-js-compat 3.6.3 → 3.8.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/data.json +300 -17
- package/entries.json +321 -19
- package/external.json +1 -0
- package/modules-by-versions.json +17 -0
- package/modules.json +13 -0
- package/package.json +3 -3
- package/targets-parser.js +0 -2
package/entries.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"es.symbol.to-primitive",
|
|
16
16
|
"es.symbol.to-string-tag",
|
|
17
17
|
"es.symbol.unscopables",
|
|
18
|
+
"es.aggregate-error",
|
|
18
19
|
"es.array.concat",
|
|
19
20
|
"es.array.copy-within",
|
|
20
21
|
"es.array.every",
|
|
@@ -119,6 +120,7 @@
|
|
|
119
120
|
"es.parse-int",
|
|
120
121
|
"es.promise",
|
|
121
122
|
"es.promise.all-settled",
|
|
123
|
+
"es.promise.any",
|
|
122
124
|
"es.promise.finally",
|
|
123
125
|
"es.reflect.apply",
|
|
124
126
|
"es.reflect.construct",
|
|
@@ -133,6 +135,7 @@
|
|
|
133
135
|
"es.reflect.prevent-extensions",
|
|
134
136
|
"es.reflect.set",
|
|
135
137
|
"es.reflect.set-prototype-of",
|
|
138
|
+
"es.reflect.to-string-tag",
|
|
136
139
|
"es.regexp.constructor",
|
|
137
140
|
"es.regexp.exec",
|
|
138
141
|
"es.regexp.flags",
|
|
@@ -152,6 +155,7 @@
|
|
|
152
155
|
"es.string.raw",
|
|
153
156
|
"es.string.repeat",
|
|
154
157
|
"es.string.replace",
|
|
158
|
+
"es.string.replace-all",
|
|
155
159
|
"es.string.search",
|
|
156
160
|
"es.string.split",
|
|
157
161
|
"es.string.starts-with",
|
|
@@ -208,9 +212,12 @@
|
|
|
208
212
|
"es.weak-map",
|
|
209
213
|
"es.weak-set",
|
|
210
214
|
"esnext.aggregate-error",
|
|
215
|
+
"esnext.array.at",
|
|
216
|
+
"esnext.array.filter-out",
|
|
211
217
|
"esnext.array.is-template-object",
|
|
212
218
|
"esnext.array.last-index",
|
|
213
219
|
"esnext.array.last-item",
|
|
220
|
+
"esnext.array.unique-by",
|
|
214
221
|
"esnext.async-iterator.constructor",
|
|
215
222
|
"esnext.async-iterator.as-indexed-pairs",
|
|
216
223
|
"esnext.async-iterator.drop",
|
|
@@ -225,6 +232,7 @@
|
|
|
225
232
|
"esnext.async-iterator.some",
|
|
226
233
|
"esnext.async-iterator.take",
|
|
227
234
|
"esnext.async-iterator.to-array",
|
|
235
|
+
"esnext.bigint.range",
|
|
228
236
|
"esnext.composite-key",
|
|
229
237
|
"esnext.composite-symbol",
|
|
230
238
|
"esnext.global-this",
|
|
@@ -243,6 +251,7 @@
|
|
|
243
251
|
"esnext.iterator.take",
|
|
244
252
|
"esnext.iterator.to-array",
|
|
245
253
|
"esnext.map.delete-all",
|
|
254
|
+
"esnext.map.emplace",
|
|
246
255
|
"esnext.map.every",
|
|
247
256
|
"esnext.map.filter",
|
|
248
257
|
"esnext.map.find",
|
|
@@ -275,6 +284,7 @@
|
|
|
275
284
|
"esnext.math.signbit",
|
|
276
285
|
"esnext.math.umulh",
|
|
277
286
|
"esnext.number.from-string",
|
|
287
|
+
"esnext.number.range",
|
|
278
288
|
"esnext.object.iterate-entries",
|
|
279
289
|
"esnext.object.iterate-keys",
|
|
280
290
|
"esnext.object.iterate-values",
|
|
@@ -318,9 +328,12 @@
|
|
|
318
328
|
"esnext.symbol.observable",
|
|
319
329
|
"esnext.symbol.pattern-match",
|
|
320
330
|
"esnext.symbol.replace-all",
|
|
331
|
+
"esnext.typed-array.at",
|
|
332
|
+
"esnext.typed-array.filter-out",
|
|
321
333
|
"esnext.weak-map.delete-all",
|
|
322
334
|
"esnext.weak-map.from",
|
|
323
335
|
"esnext.weak-map.of",
|
|
336
|
+
"esnext.weak-map.emplace",
|
|
324
337
|
"esnext.weak-map.upsert",
|
|
325
338
|
"esnext.weak-set.add-all",
|
|
326
339
|
"esnext.weak-set.delete-all",
|
|
@@ -351,6 +364,7 @@
|
|
|
351
364
|
"es.symbol.to-primitive",
|
|
352
365
|
"es.symbol.to-string-tag",
|
|
353
366
|
"es.symbol.unscopables",
|
|
367
|
+
"es.aggregate-error",
|
|
354
368
|
"es.array.concat",
|
|
355
369
|
"es.array.copy-within",
|
|
356
370
|
"es.array.every",
|
|
@@ -455,6 +469,7 @@
|
|
|
455
469
|
"es.parse-int",
|
|
456
470
|
"es.promise",
|
|
457
471
|
"es.promise.all-settled",
|
|
472
|
+
"es.promise.any",
|
|
458
473
|
"es.promise.finally",
|
|
459
474
|
"es.reflect.apply",
|
|
460
475
|
"es.reflect.construct",
|
|
@@ -469,6 +484,7 @@
|
|
|
469
484
|
"es.reflect.prevent-extensions",
|
|
470
485
|
"es.reflect.set",
|
|
471
486
|
"es.reflect.set-prototype-of",
|
|
487
|
+
"es.reflect.to-string-tag",
|
|
472
488
|
"es.regexp.constructor",
|
|
473
489
|
"es.regexp.exec",
|
|
474
490
|
"es.regexp.flags",
|
|
@@ -488,6 +504,7 @@
|
|
|
488
504
|
"es.string.raw",
|
|
489
505
|
"es.string.repeat",
|
|
490
506
|
"es.string.replace",
|
|
507
|
+
"es.string.replace-all",
|
|
491
508
|
"es.string.search",
|
|
492
509
|
"es.string.split",
|
|
493
510
|
"es.string.starts-with",
|
|
@@ -544,6 +561,11 @@
|
|
|
544
561
|
"es.weak-map",
|
|
545
562
|
"es.weak-set"
|
|
546
563
|
],
|
|
564
|
+
"core-js/es/aggregate-error": [
|
|
565
|
+
"es.aggregate-error",
|
|
566
|
+
"es.string.iterator",
|
|
567
|
+
"web.dom-collections.iterator"
|
|
568
|
+
],
|
|
547
569
|
"core-js/es/array": [
|
|
548
570
|
"es.array.concat",
|
|
549
571
|
"es.array.copy-within",
|
|
@@ -728,6 +750,9 @@
|
|
|
728
750
|
"core-js/es/array/virtual/filter": [
|
|
729
751
|
"es.array.filter"
|
|
730
752
|
],
|
|
753
|
+
"core-js/es/array/virtual/filter-out": [
|
|
754
|
+
"esnext.array.filter-out"
|
|
755
|
+
],
|
|
731
756
|
"core-js/es/array/virtual/find": [
|
|
732
757
|
"es.array.find"
|
|
733
758
|
],
|
|
@@ -921,6 +946,9 @@
|
|
|
921
946
|
"core-js/es/instance/repeat": [
|
|
922
947
|
"es.string.repeat"
|
|
923
948
|
],
|
|
949
|
+
"core-js/es/instance/replace-all": [
|
|
950
|
+
"es.string.replace-all"
|
|
951
|
+
],
|
|
924
952
|
"core-js/es/instance/reverse": [
|
|
925
953
|
"es.array.reverse"
|
|
926
954
|
],
|
|
@@ -1135,7 +1163,8 @@
|
|
|
1135
1163
|
"es.object.seal",
|
|
1136
1164
|
"es.object.set-prototype-of",
|
|
1137
1165
|
"es.object.to-string",
|
|
1138
|
-
"es.object.values"
|
|
1166
|
+
"es.object.values",
|
|
1167
|
+
"es.reflect.to-string-tag"
|
|
1139
1168
|
],
|
|
1140
1169
|
"core-js/es/object/assign": [
|
|
1141
1170
|
"es.object.assign"
|
|
@@ -1213,7 +1242,8 @@
|
|
|
1213
1242
|
"core-js/es/object/to-string": [
|
|
1214
1243
|
"es.json.to-string-tag",
|
|
1215
1244
|
"es.math.to-string-tag",
|
|
1216
|
-
"es.object.to-string"
|
|
1245
|
+
"es.object.to-string",
|
|
1246
|
+
"es.reflect.to-string-tag"
|
|
1217
1247
|
],
|
|
1218
1248
|
"core-js/es/object/values": [
|
|
1219
1249
|
"es.object.values"
|
|
@@ -1225,9 +1255,11 @@
|
|
|
1225
1255
|
"es.parse-int"
|
|
1226
1256
|
],
|
|
1227
1257
|
"core-js/es/promise": [
|
|
1258
|
+
"es.aggregate-error",
|
|
1228
1259
|
"es.object.to-string",
|
|
1229
1260
|
"es.promise",
|
|
1230
1261
|
"es.promise.all-settled",
|
|
1262
|
+
"es.promise.any",
|
|
1231
1263
|
"es.promise.finally",
|
|
1232
1264
|
"es.string.iterator",
|
|
1233
1265
|
"web.dom-collections.iterator"
|
|
@@ -1236,6 +1268,11 @@
|
|
|
1236
1268
|
"es.promise",
|
|
1237
1269
|
"es.promise.all-settled"
|
|
1238
1270
|
],
|
|
1271
|
+
"core-js/es/promise/any": [
|
|
1272
|
+
"es.aggregate-error",
|
|
1273
|
+
"es.promise",
|
|
1274
|
+
"es.promise.any"
|
|
1275
|
+
],
|
|
1239
1276
|
"core-js/es/promise/finally": [
|
|
1240
1277
|
"es.promise",
|
|
1241
1278
|
"es.promise.finally"
|
|
@@ -1253,7 +1290,8 @@
|
|
|
1253
1290
|
"es.reflect.own-keys",
|
|
1254
1291
|
"es.reflect.prevent-extensions",
|
|
1255
1292
|
"es.reflect.set",
|
|
1256
|
-
"es.reflect.set-prototype-of"
|
|
1293
|
+
"es.reflect.set-prototype-of",
|
|
1294
|
+
"es.reflect.to-string-tag"
|
|
1257
1295
|
],
|
|
1258
1296
|
"core-js/es/reflect/apply": [
|
|
1259
1297
|
"es.reflect.apply"
|
|
@@ -1294,6 +1332,9 @@
|
|
|
1294
1332
|
"core-js/es/reflect/set-prototype-of": [
|
|
1295
1333
|
"es.reflect.set-prototype-of"
|
|
1296
1334
|
],
|
|
1335
|
+
"core-js/es/reflect/to-string-tag": [
|
|
1336
|
+
"es.reflect.to-string-tag"
|
|
1337
|
+
],
|
|
1297
1338
|
"core-js/es/regexp": [
|
|
1298
1339
|
"es.regexp.constructor",
|
|
1299
1340
|
"es.regexp.exec",
|
|
@@ -1354,6 +1395,7 @@
|
|
|
1354
1395
|
"es.string.raw",
|
|
1355
1396
|
"es.string.repeat",
|
|
1356
1397
|
"es.string.replace",
|
|
1398
|
+
"es.string.replace-all",
|
|
1357
1399
|
"es.string.search",
|
|
1358
1400
|
"es.string.split",
|
|
1359
1401
|
"es.string.starts-with",
|
|
@@ -1439,6 +1481,9 @@
|
|
|
1439
1481
|
"es.regexp.exec",
|
|
1440
1482
|
"es.string.replace"
|
|
1441
1483
|
],
|
|
1484
|
+
"core-js/es/string/replace-all": [
|
|
1485
|
+
"es.string.replace-all"
|
|
1486
|
+
],
|
|
1442
1487
|
"core-js/es/string/search": [
|
|
1443
1488
|
"es.regexp.exec",
|
|
1444
1489
|
"es.string.search"
|
|
@@ -1488,6 +1533,7 @@
|
|
|
1488
1533
|
"es.string.pad-start",
|
|
1489
1534
|
"es.string.repeat",
|
|
1490
1535
|
"es.string.replace",
|
|
1536
|
+
"es.string.replace-all",
|
|
1491
1537
|
"es.string.search",
|
|
1492
1538
|
"es.string.split",
|
|
1493
1539
|
"es.string.starts-with",
|
|
@@ -1559,6 +1605,9 @@
|
|
|
1559
1605
|
"core-js/es/string/virtual/repeat": [
|
|
1560
1606
|
"es.string.repeat"
|
|
1561
1607
|
],
|
|
1608
|
+
"core-js/es/string/virtual/replace-all": [
|
|
1609
|
+
"es.string.replace-all"
|
|
1610
|
+
],
|
|
1562
1611
|
"core-js/es/string/virtual/small": [
|
|
1563
1612
|
"es.string.small"
|
|
1564
1613
|
],
|
|
@@ -1608,7 +1657,8 @@
|
|
|
1608
1657
|
"es.array.concat",
|
|
1609
1658
|
"es.json.to-string-tag",
|
|
1610
1659
|
"es.math.to-string-tag",
|
|
1611
|
-
"es.object.to-string"
|
|
1660
|
+
"es.object.to-string",
|
|
1661
|
+
"es.reflect.to-string-tag"
|
|
1612
1662
|
],
|
|
1613
1663
|
"core-js/es/symbol/async-iterator": [
|
|
1614
1664
|
"es.symbol.async-iterator"
|
|
@@ -1665,7 +1715,8 @@
|
|
|
1665
1715
|
"es.symbol.to-string-tag",
|
|
1666
1716
|
"es.json.to-string-tag",
|
|
1667
1717
|
"es.math.to-string-tag",
|
|
1668
|
-
"es.object.to-string"
|
|
1718
|
+
"es.object.to-string",
|
|
1719
|
+
"es.reflect.to-string-tag"
|
|
1669
1720
|
],
|
|
1670
1721
|
"core-js/es/symbol/unscopables": [
|
|
1671
1722
|
"es.symbol.unscopables"
|
|
@@ -2106,6 +2157,7 @@
|
|
|
2106
2157
|
"es.symbol.to-primitive",
|
|
2107
2158
|
"es.symbol.to-string-tag",
|
|
2108
2159
|
"es.symbol.unscopables",
|
|
2160
|
+
"es.aggregate-error",
|
|
2109
2161
|
"es.array.concat",
|
|
2110
2162
|
"es.array.copy-within",
|
|
2111
2163
|
"es.array.every",
|
|
@@ -2210,6 +2262,7 @@
|
|
|
2210
2262
|
"es.parse-int",
|
|
2211
2263
|
"es.promise",
|
|
2212
2264
|
"es.promise.all-settled",
|
|
2265
|
+
"es.promise.any",
|
|
2213
2266
|
"es.promise.finally",
|
|
2214
2267
|
"es.reflect.apply",
|
|
2215
2268
|
"es.reflect.construct",
|
|
@@ -2224,6 +2277,7 @@
|
|
|
2224
2277
|
"es.reflect.prevent-extensions",
|
|
2225
2278
|
"es.reflect.set",
|
|
2226
2279
|
"es.reflect.set-prototype-of",
|
|
2280
|
+
"es.reflect.to-string-tag",
|
|
2227
2281
|
"es.regexp.constructor",
|
|
2228
2282
|
"es.regexp.exec",
|
|
2229
2283
|
"es.regexp.flags",
|
|
@@ -2243,6 +2297,7 @@
|
|
|
2243
2297
|
"es.string.raw",
|
|
2244
2298
|
"es.string.repeat",
|
|
2245
2299
|
"es.string.replace",
|
|
2300
|
+
"es.string.replace-all",
|
|
2246
2301
|
"es.string.search",
|
|
2247
2302
|
"es.string.split",
|
|
2248
2303
|
"es.string.starts-with",
|
|
@@ -2299,9 +2354,12 @@
|
|
|
2299
2354
|
"es.weak-map",
|
|
2300
2355
|
"es.weak-set",
|
|
2301
2356
|
"esnext.aggregate-error",
|
|
2357
|
+
"esnext.array.at",
|
|
2358
|
+
"esnext.array.filter-out",
|
|
2302
2359
|
"esnext.array.is-template-object",
|
|
2303
2360
|
"esnext.array.last-index",
|
|
2304
2361
|
"esnext.array.last-item",
|
|
2362
|
+
"esnext.array.unique-by",
|
|
2305
2363
|
"esnext.async-iterator.constructor",
|
|
2306
2364
|
"esnext.async-iterator.as-indexed-pairs",
|
|
2307
2365
|
"esnext.async-iterator.drop",
|
|
@@ -2316,6 +2374,7 @@
|
|
|
2316
2374
|
"esnext.async-iterator.some",
|
|
2317
2375
|
"esnext.async-iterator.take",
|
|
2318
2376
|
"esnext.async-iterator.to-array",
|
|
2377
|
+
"esnext.bigint.range",
|
|
2319
2378
|
"esnext.composite-key",
|
|
2320
2379
|
"esnext.composite-symbol",
|
|
2321
2380
|
"esnext.global-this",
|
|
@@ -2334,6 +2393,7 @@
|
|
|
2334
2393
|
"esnext.iterator.take",
|
|
2335
2394
|
"esnext.iterator.to-array",
|
|
2336
2395
|
"esnext.map.delete-all",
|
|
2396
|
+
"esnext.map.emplace",
|
|
2337
2397
|
"esnext.map.every",
|
|
2338
2398
|
"esnext.map.filter",
|
|
2339
2399
|
"esnext.map.find",
|
|
@@ -2366,6 +2426,7 @@
|
|
|
2366
2426
|
"esnext.math.signbit",
|
|
2367
2427
|
"esnext.math.umulh",
|
|
2368
2428
|
"esnext.number.from-string",
|
|
2429
|
+
"esnext.number.range",
|
|
2369
2430
|
"esnext.object.iterate-entries",
|
|
2370
2431
|
"esnext.object.iterate-keys",
|
|
2371
2432
|
"esnext.object.iterate-values",
|
|
@@ -2409,9 +2470,12 @@
|
|
|
2409
2470
|
"esnext.symbol.observable",
|
|
2410
2471
|
"esnext.symbol.pattern-match",
|
|
2411
2472
|
"esnext.symbol.replace-all",
|
|
2473
|
+
"esnext.typed-array.at",
|
|
2474
|
+
"esnext.typed-array.filter-out",
|
|
2412
2475
|
"esnext.weak-map.delete-all",
|
|
2413
2476
|
"esnext.weak-map.from",
|
|
2414
2477
|
"esnext.weak-map.of",
|
|
2478
|
+
"esnext.weak-map.emplace",
|
|
2415
2479
|
"esnext.weak-map.upsert",
|
|
2416
2480
|
"esnext.weak-set.add-all",
|
|
2417
2481
|
"esnext.weak-set.delete-all",
|
|
@@ -2427,6 +2491,7 @@
|
|
|
2427
2491
|
"web.url-search-params"
|
|
2428
2492
|
],
|
|
2429
2493
|
"core-js/features/aggregate-error": [
|
|
2494
|
+
"es.aggregate-error",
|
|
2430
2495
|
"es.string.iterator",
|
|
2431
2496
|
"esnext.aggregate-error",
|
|
2432
2497
|
"web.dom-collections.iterator"
|
|
@@ -2461,10 +2526,14 @@
|
|
|
2461
2526
|
"es.array.splice",
|
|
2462
2527
|
"es.array.unscopables.flat",
|
|
2463
2528
|
"es.array.unscopables.flat-map",
|
|
2529
|
+
"es.map",
|
|
2464
2530
|
"es.string.iterator",
|
|
2531
|
+
"esnext.array.at",
|
|
2532
|
+
"esnext.array.filter-out",
|
|
2465
2533
|
"esnext.array.is-template-object",
|
|
2466
2534
|
"esnext.array.last-index",
|
|
2467
|
-
"esnext.array.last-item"
|
|
2535
|
+
"esnext.array.last-item",
|
|
2536
|
+
"esnext.array.unique-by"
|
|
2468
2537
|
],
|
|
2469
2538
|
"core-js/features/array-buffer": [
|
|
2470
2539
|
"es.array-buffer.constructor",
|
|
@@ -2482,6 +2551,9 @@
|
|
|
2482
2551
|
"core-js/features/array-buffer/slice": [
|
|
2483
2552
|
"es.array-buffer.slice"
|
|
2484
2553
|
],
|
|
2554
|
+
"core-js/features/array/at": [
|
|
2555
|
+
"esnext.array.at"
|
|
2556
|
+
],
|
|
2485
2557
|
"core-js/features/array/concat": [
|
|
2486
2558
|
"es.array.concat"
|
|
2487
2559
|
],
|
|
@@ -2500,6 +2572,9 @@
|
|
|
2500
2572
|
"core-js/features/array/filter": [
|
|
2501
2573
|
"es.array.filter"
|
|
2502
2574
|
],
|
|
2575
|
+
"core-js/features/array/filter-out": [
|
|
2576
|
+
"esnext.array.filter-out"
|
|
2577
|
+
],
|
|
2503
2578
|
"core-js/features/array/find": [
|
|
2504
2579
|
"es.array.find"
|
|
2505
2580
|
],
|
|
@@ -2578,6 +2653,10 @@
|
|
|
2578
2653
|
"core-js/features/array/splice": [
|
|
2579
2654
|
"es.array.splice"
|
|
2580
2655
|
],
|
|
2656
|
+
"core-js/features/array/unique-by": [
|
|
2657
|
+
"es.map",
|
|
2658
|
+
"esnext.array.unique-by"
|
|
2659
|
+
],
|
|
2581
2660
|
"core-js/features/array/values": [
|
|
2582
2661
|
"es.array.iterator"
|
|
2583
2662
|
],
|
|
@@ -2607,7 +2686,13 @@
|
|
|
2607
2686
|
"es.array.species",
|
|
2608
2687
|
"es.array.splice",
|
|
2609
2688
|
"es.array.unscopables.flat",
|
|
2610
|
-
"es.array.unscopables.flat-map"
|
|
2689
|
+
"es.array.unscopables.flat-map",
|
|
2690
|
+
"esnext.array.at",
|
|
2691
|
+
"esnext.array.filter-out",
|
|
2692
|
+
"esnext.array.unique-by"
|
|
2693
|
+
],
|
|
2694
|
+
"core-js/features/array/virtual/at": [
|
|
2695
|
+
"esnext.array.at"
|
|
2611
2696
|
],
|
|
2612
2697
|
"core-js/features/array/virtual/concat": [
|
|
2613
2698
|
"es.array.concat"
|
|
@@ -2627,6 +2712,9 @@
|
|
|
2627
2712
|
"core-js/features/array/virtual/filter": [
|
|
2628
2713
|
"es.array.filter"
|
|
2629
2714
|
],
|
|
2715
|
+
"core-js/features/array/virtual/filter-out": [
|
|
2716
|
+
"esnext.array.filter-out"
|
|
2717
|
+
],
|
|
2630
2718
|
"core-js/features/array/virtual/find": [
|
|
2631
2719
|
"es.array.find"
|
|
2632
2720
|
],
|
|
@@ -2686,6 +2774,10 @@
|
|
|
2686
2774
|
"core-js/features/array/virtual/splice": [
|
|
2687
2775
|
"es.array.splice"
|
|
2688
2776
|
],
|
|
2777
|
+
"core-js/features/array/virtual/unique-by": [
|
|
2778
|
+
"es.map",
|
|
2779
|
+
"esnext.array.unique-by"
|
|
2780
|
+
],
|
|
2689
2781
|
"core-js/features/array/virtual/values": [
|
|
2690
2782
|
"es.array.iterator"
|
|
2691
2783
|
],
|
|
@@ -2813,6 +2905,12 @@
|
|
|
2813
2905
|
"esnext.async-iterator.to-array",
|
|
2814
2906
|
"web.dom-collections.iterator"
|
|
2815
2907
|
],
|
|
2908
|
+
"core-js/features/bigint": [
|
|
2909
|
+
"esnext.bigint.range"
|
|
2910
|
+
],
|
|
2911
|
+
"core-js/features/bigint/range": [
|
|
2912
|
+
"esnext.bigint.range"
|
|
2913
|
+
],
|
|
2816
2914
|
"core-js/features/clear-immediate": [
|
|
2817
2915
|
"web.immediate"
|
|
2818
2916
|
],
|
|
@@ -2894,6 +2992,7 @@
|
|
|
2894
2992
|
"esnext.global-this"
|
|
2895
2993
|
],
|
|
2896
2994
|
"core-js/features/instance/at": [
|
|
2995
|
+
"esnext.array.at",
|
|
2897
2996
|
"esnext.string.at"
|
|
2898
2997
|
],
|
|
2899
2998
|
"core-js/features/instance/bind": [
|
|
@@ -2927,6 +3026,9 @@
|
|
|
2927
3026
|
"core-js/features/instance/filter": [
|
|
2928
3027
|
"es.array.filter"
|
|
2929
3028
|
],
|
|
3029
|
+
"core-js/features/instance/filter-out": [
|
|
3030
|
+
"esnext.array.filter-out"
|
|
3031
|
+
],
|
|
2930
3032
|
"core-js/features/instance/find": [
|
|
2931
3033
|
"es.array.find"
|
|
2932
3034
|
],
|
|
@@ -2985,7 +3087,7 @@
|
|
|
2985
3087
|
"es.string.repeat"
|
|
2986
3088
|
],
|
|
2987
3089
|
"core-js/features/instance/replace-all": [
|
|
2988
|
-
"
|
|
3090
|
+
"es.string.replace-all"
|
|
2989
3091
|
],
|
|
2990
3092
|
"core-js/features/instance/reverse": [
|
|
2991
3093
|
"es.array.reverse"
|
|
@@ -3020,6 +3122,10 @@
|
|
|
3020
3122
|
"core-js/features/instance/trim-start": [
|
|
3021
3123
|
"es.string.trim-start"
|
|
3022
3124
|
],
|
|
3125
|
+
"core-js/features/instance/unique-by": [
|
|
3126
|
+
"es.map",
|
|
3127
|
+
"esnext.array.unique-by"
|
|
3128
|
+
],
|
|
3023
3129
|
"core-js/features/instance/values": [
|
|
3024
3130
|
"es.array.iterator",
|
|
3025
3131
|
"web.dom-collections.iterator"
|
|
@@ -3153,6 +3259,7 @@
|
|
|
3153
3259
|
"es.object.to-string",
|
|
3154
3260
|
"es.string.iterator",
|
|
3155
3261
|
"esnext.map.delete-all",
|
|
3262
|
+
"esnext.map.emplace",
|
|
3156
3263
|
"esnext.map.every",
|
|
3157
3264
|
"esnext.map.filter",
|
|
3158
3265
|
"esnext.map.find",
|
|
@@ -3177,6 +3284,10 @@
|
|
|
3177
3284
|
"es.map",
|
|
3178
3285
|
"esnext.map.delete-all"
|
|
3179
3286
|
],
|
|
3287
|
+
"core-js/features/map/emplace": [
|
|
3288
|
+
"es.map",
|
|
3289
|
+
"esnext.map.emplace"
|
|
3290
|
+
],
|
|
3180
3291
|
"core-js/features/map/every": [
|
|
3181
3292
|
"es.map",
|
|
3182
3293
|
"esnext.map.every"
|
|
@@ -3392,7 +3503,8 @@
|
|
|
3392
3503
|
"es.number.parse-int",
|
|
3393
3504
|
"es.number.to-fixed",
|
|
3394
3505
|
"es.number.to-precision",
|
|
3395
|
-
"esnext.number.from-string"
|
|
3506
|
+
"esnext.number.from-string",
|
|
3507
|
+
"esnext.number.range"
|
|
3396
3508
|
],
|
|
3397
3509
|
"core-js/features/number/constructor": [
|
|
3398
3510
|
"es.number.constructor"
|
|
@@ -3427,6 +3539,9 @@
|
|
|
3427
3539
|
"core-js/features/number/parse-int": [
|
|
3428
3540
|
"es.number.parse-int"
|
|
3429
3541
|
],
|
|
3542
|
+
"core-js/features/number/range": [
|
|
3543
|
+
"esnext.number.range"
|
|
3544
|
+
],
|
|
3430
3545
|
"core-js/features/number/to-fixed": [
|
|
3431
3546
|
"es.number.to-fixed"
|
|
3432
3547
|
],
|
|
@@ -3472,6 +3587,7 @@
|
|
|
3472
3587
|
"es.object.set-prototype-of",
|
|
3473
3588
|
"es.object.to-string",
|
|
3474
3589
|
"es.object.values",
|
|
3590
|
+
"es.reflect.to-string-tag",
|
|
3475
3591
|
"esnext.object.iterate-entries",
|
|
3476
3592
|
"esnext.object.iterate-keys",
|
|
3477
3593
|
"esnext.object.iterate-values"
|
|
@@ -3561,7 +3677,8 @@
|
|
|
3561
3677
|
"core-js/features/object/to-string": [
|
|
3562
3678
|
"es.json.to-string-tag",
|
|
3563
3679
|
"es.math.to-string-tag",
|
|
3564
|
-
"es.object.to-string"
|
|
3680
|
+
"es.object.to-string",
|
|
3681
|
+
"es.reflect.to-string-tag"
|
|
3565
3682
|
],
|
|
3566
3683
|
"core-js/features/object/values": [
|
|
3567
3684
|
"es.object.values"
|
|
@@ -3580,9 +3697,11 @@
|
|
|
3580
3697
|
"es.parse-int"
|
|
3581
3698
|
],
|
|
3582
3699
|
"core-js/features/promise": [
|
|
3700
|
+
"es.aggregate-error",
|
|
3583
3701
|
"es.object.to-string",
|
|
3584
3702
|
"es.promise",
|
|
3585
3703
|
"es.promise.all-settled",
|
|
3704
|
+
"es.promise.any",
|
|
3586
3705
|
"es.promise.finally",
|
|
3587
3706
|
"es.string.iterator",
|
|
3588
3707
|
"esnext.aggregate-error",
|
|
@@ -3597,7 +3716,9 @@
|
|
|
3597
3716
|
"esnext.promise.all-settled"
|
|
3598
3717
|
],
|
|
3599
3718
|
"core-js/features/promise/any": [
|
|
3719
|
+
"es.aggregate-error",
|
|
3600
3720
|
"es.promise",
|
|
3721
|
+
"es.promise.any",
|
|
3601
3722
|
"esnext.aggregate-error",
|
|
3602
3723
|
"esnext.promise.any"
|
|
3603
3724
|
],
|
|
@@ -3626,6 +3747,7 @@
|
|
|
3626
3747
|
"es.reflect.prevent-extensions",
|
|
3627
3748
|
"es.reflect.set",
|
|
3628
3749
|
"es.reflect.set-prototype-of",
|
|
3750
|
+
"es.reflect.to-string-tag",
|
|
3629
3751
|
"esnext.reflect.define-metadata",
|
|
3630
3752
|
"esnext.reflect.delete-metadata",
|
|
3631
3753
|
"esnext.reflect.get-metadata",
|
|
@@ -3702,6 +3824,9 @@
|
|
|
3702
3824
|
"core-js/features/reflect/set-prototype-of": [
|
|
3703
3825
|
"es.reflect.set-prototype-of"
|
|
3704
3826
|
],
|
|
3827
|
+
"core-js/features/reflect/to-string-tag": [
|
|
3828
|
+
"es.reflect.to-string-tag"
|
|
3829
|
+
],
|
|
3705
3830
|
"core-js/features/regexp": [
|
|
3706
3831
|
"es.regexp.constructor",
|
|
3707
3832
|
"es.regexp.exec",
|
|
@@ -3873,6 +3998,7 @@
|
|
|
3873
3998
|
"es.string.raw",
|
|
3874
3999
|
"es.string.repeat",
|
|
3875
4000
|
"es.string.replace",
|
|
4001
|
+
"es.string.replace-all",
|
|
3876
4002
|
"es.string.search",
|
|
3877
4003
|
"es.string.split",
|
|
3878
4004
|
"es.string.starts-with",
|
|
@@ -3970,6 +4096,7 @@
|
|
|
3970
4096
|
"es.string.replace"
|
|
3971
4097
|
],
|
|
3972
4098
|
"core-js/features/string/replace-all": [
|
|
4099
|
+
"es.string.replace-all",
|
|
3973
4100
|
"esnext.string.replace-all"
|
|
3974
4101
|
],
|
|
3975
4102
|
"core-js/features/string/search": [
|
|
@@ -4021,6 +4148,7 @@
|
|
|
4021
4148
|
"es.string.pad-start",
|
|
4022
4149
|
"es.string.repeat",
|
|
4023
4150
|
"es.string.replace",
|
|
4151
|
+
"es.string.replace-all",
|
|
4024
4152
|
"es.string.search",
|
|
4025
4153
|
"es.string.split",
|
|
4026
4154
|
"es.string.starts-with",
|
|
@@ -4104,6 +4232,7 @@
|
|
|
4104
4232
|
"es.string.repeat"
|
|
4105
4233
|
],
|
|
4106
4234
|
"core-js/features/string/virtual/replace-all": [
|
|
4235
|
+
"es.string.replace-all",
|
|
4107
4236
|
"esnext.string.replace-all"
|
|
4108
4237
|
],
|
|
4109
4238
|
"core-js/features/string/virtual/small": [
|
|
@@ -4156,6 +4285,7 @@
|
|
|
4156
4285
|
"es.json.to-string-tag",
|
|
4157
4286
|
"es.math.to-string-tag",
|
|
4158
4287
|
"es.object.to-string",
|
|
4288
|
+
"es.reflect.to-string-tag",
|
|
4159
4289
|
"esnext.symbol.async-dispose",
|
|
4160
4290
|
"esnext.symbol.dispose",
|
|
4161
4291
|
"esnext.symbol.observable",
|
|
@@ -4232,7 +4362,8 @@
|
|
|
4232
4362
|
"es.symbol.to-string-tag",
|
|
4233
4363
|
"es.json.to-string-tag",
|
|
4234
4364
|
"es.math.to-string-tag",
|
|
4235
|
-
"es.object.to-string"
|
|
4365
|
+
"es.object.to-string",
|
|
4366
|
+
"es.reflect.to-string-tag"
|
|
4236
4367
|
],
|
|
4237
4368
|
"core-js/features/symbol/unscopables": [
|
|
4238
4369
|
"es.symbol.unscopables"
|
|
@@ -4272,7 +4403,12 @@
|
|
|
4272
4403
|
"es.typed-array.sort",
|
|
4273
4404
|
"es.typed-array.subarray",
|
|
4274
4405
|
"es.typed-array.to-locale-string",
|
|
4275
|
-
"es.typed-array.to-string"
|
|
4406
|
+
"es.typed-array.to-string",
|
|
4407
|
+
"esnext.typed-array.at",
|
|
4408
|
+
"esnext.typed-array.filter-out"
|
|
4409
|
+
],
|
|
4410
|
+
"core-js/features/typed-array/at": [
|
|
4411
|
+
"esnext.typed-array.at"
|
|
4276
4412
|
],
|
|
4277
4413
|
"core-js/features/typed-array/copy-within": [
|
|
4278
4414
|
"es.typed-array.copy-within"
|
|
@@ -4289,6 +4425,9 @@
|
|
|
4289
4425
|
"core-js/features/typed-array/filter": [
|
|
4290
4426
|
"es.typed-array.filter"
|
|
4291
4427
|
],
|
|
4428
|
+
"core-js/features/typed-array/filter-out": [
|
|
4429
|
+
"esnext.typed-array.filter-out"
|
|
4430
|
+
],
|
|
4292
4431
|
"core-js/features/typed-array/find": [
|
|
4293
4432
|
"es.typed-array.find"
|
|
4294
4433
|
],
|
|
@@ -4636,6 +4775,7 @@
|
|
|
4636
4775
|
"esnext.weak-map.delete-all",
|
|
4637
4776
|
"esnext.weak-map.from",
|
|
4638
4777
|
"esnext.weak-map.of",
|
|
4778
|
+
"esnext.weak-map.emplace",
|
|
4639
4779
|
"esnext.weak-map.upsert",
|
|
4640
4780
|
"web.dom-collections.iterator"
|
|
4641
4781
|
],
|
|
@@ -4643,6 +4783,10 @@
|
|
|
4643
4783
|
"es.weak-map",
|
|
4644
4784
|
"esnext.weak-map.delete-all"
|
|
4645
4785
|
],
|
|
4786
|
+
"core-js/features/weak-map/emplace": [
|
|
4787
|
+
"es.weak-map",
|
|
4788
|
+
"esnext.weak-map.emplace"
|
|
4789
|
+
],
|
|
4646
4790
|
"core-js/features/weak-map/from": [
|
|
4647
4791
|
"es.string.iterator",
|
|
4648
4792
|
"es.weak-map",
|
|
@@ -4688,6 +4832,9 @@
|
|
|
4688
4832
|
"esnext.weak-set.of",
|
|
4689
4833
|
"web.dom-collections.iterator"
|
|
4690
4834
|
],
|
|
4835
|
+
"core-js/modules/es.aggregate-error": [
|
|
4836
|
+
"es.aggregate-error"
|
|
4837
|
+
],
|
|
4691
4838
|
"core-js/modules/es.array-buffer.constructor": [
|
|
4692
4839
|
"es.array-buffer.constructor"
|
|
4693
4840
|
],
|
|
@@ -5000,6 +5147,9 @@
|
|
|
5000
5147
|
"core-js/modules/es.promise.all-settled": [
|
|
5001
5148
|
"es.promise.all-settled"
|
|
5002
5149
|
],
|
|
5150
|
+
"core-js/modules/es.promise.any": [
|
|
5151
|
+
"es.promise.any"
|
|
5152
|
+
],
|
|
5003
5153
|
"core-js/modules/es.promise.finally": [
|
|
5004
5154
|
"es.promise.finally"
|
|
5005
5155
|
],
|
|
@@ -5042,6 +5192,9 @@
|
|
|
5042
5192
|
"core-js/modules/es.reflect.set-prototype-of": [
|
|
5043
5193
|
"es.reflect.set-prototype-of"
|
|
5044
5194
|
],
|
|
5195
|
+
"core-js/modules/es.reflect.to-string-tag": [
|
|
5196
|
+
"es.reflect.to-string-tag"
|
|
5197
|
+
],
|
|
5045
5198
|
"core-js/modules/es.regexp.constructor": [
|
|
5046
5199
|
"es.regexp.constructor"
|
|
5047
5200
|
],
|
|
@@ -5126,6 +5279,9 @@
|
|
|
5126
5279
|
"core-js/modules/es.string.replace": [
|
|
5127
5280
|
"es.string.replace"
|
|
5128
5281
|
],
|
|
5282
|
+
"core-js/modules/es.string.replace-all": [
|
|
5283
|
+
"es.string.replace-all"
|
|
5284
|
+
],
|
|
5129
5285
|
"core-js/modules/es.string.search": [
|
|
5130
5286
|
"es.string.search"
|
|
5131
5287
|
],
|
|
@@ -5312,6 +5468,12 @@
|
|
|
5312
5468
|
"core-js/modules/esnext.aggregate-error": [
|
|
5313
5469
|
"esnext.aggregate-error"
|
|
5314
5470
|
],
|
|
5471
|
+
"core-js/modules/esnext.array.at": [
|
|
5472
|
+
"esnext.array.at"
|
|
5473
|
+
],
|
|
5474
|
+
"core-js/modules/esnext.array.filter-out": [
|
|
5475
|
+
"esnext.array.filter-out"
|
|
5476
|
+
],
|
|
5315
5477
|
"core-js/modules/esnext.array.is-template-object": [
|
|
5316
5478
|
"esnext.array.is-template-object"
|
|
5317
5479
|
],
|
|
@@ -5321,6 +5483,9 @@
|
|
|
5321
5483
|
"core-js/modules/esnext.array.last-item": [
|
|
5322
5484
|
"esnext.array.last-item"
|
|
5323
5485
|
],
|
|
5486
|
+
"core-js/modules/esnext.array.unique-by": [
|
|
5487
|
+
"esnext.array.unique-by"
|
|
5488
|
+
],
|
|
5324
5489
|
"core-js/modules/esnext.async-iterator.as-indexed-pairs": [
|
|
5325
5490
|
"esnext.async-iterator.as-indexed-pairs"
|
|
5326
5491
|
],
|
|
@@ -5363,6 +5528,9 @@
|
|
|
5363
5528
|
"core-js/modules/esnext.async-iterator.to-array": [
|
|
5364
5529
|
"esnext.async-iterator.to-array"
|
|
5365
5530
|
],
|
|
5531
|
+
"core-js/modules/esnext.bigint.range": [
|
|
5532
|
+
"esnext.bigint.range"
|
|
5533
|
+
],
|
|
5366
5534
|
"core-js/modules/esnext.composite-key": [
|
|
5367
5535
|
"esnext.composite-key"
|
|
5368
5536
|
],
|
|
@@ -5417,6 +5585,9 @@
|
|
|
5417
5585
|
"core-js/modules/esnext.map.delete-all": [
|
|
5418
5586
|
"esnext.map.delete-all"
|
|
5419
5587
|
],
|
|
5588
|
+
"core-js/modules/esnext.map.emplace": [
|
|
5589
|
+
"esnext.map.emplace"
|
|
5590
|
+
],
|
|
5420
5591
|
"core-js/modules/esnext.map.every": [
|
|
5421
5592
|
"esnext.map.every"
|
|
5422
5593
|
],
|
|
@@ -5513,6 +5684,9 @@
|
|
|
5513
5684
|
"core-js/modules/esnext.number.from-string": [
|
|
5514
5685
|
"esnext.number.from-string"
|
|
5515
5686
|
],
|
|
5687
|
+
"core-js/modules/esnext.number.range": [
|
|
5688
|
+
"esnext.number.range"
|
|
5689
|
+
],
|
|
5516
5690
|
"core-js/modules/esnext.object.iterate-entries": [
|
|
5517
5691
|
"esnext.object.iterate-entries"
|
|
5518
5692
|
],
|
|
@@ -5618,6 +5792,9 @@
|
|
|
5618
5792
|
"core-js/modules/esnext.string.at": [
|
|
5619
5793
|
"esnext.string.at"
|
|
5620
5794
|
],
|
|
5795
|
+
"core-js/modules/esnext.string.at-alternative": [
|
|
5796
|
+
"esnext.string.at-alternative"
|
|
5797
|
+
],
|
|
5621
5798
|
"core-js/modules/esnext.string.code-points": [
|
|
5622
5799
|
"esnext.string.code-points"
|
|
5623
5800
|
],
|
|
@@ -5642,9 +5819,18 @@
|
|
|
5642
5819
|
"core-js/modules/esnext.symbol.replace-all": [
|
|
5643
5820
|
"esnext.symbol.replace-all"
|
|
5644
5821
|
],
|
|
5822
|
+
"core-js/modules/esnext.typed-array.at": [
|
|
5823
|
+
"esnext.typed-array.at"
|
|
5824
|
+
],
|
|
5825
|
+
"core-js/modules/esnext.typed-array.filter-out": [
|
|
5826
|
+
"esnext.typed-array.filter-out"
|
|
5827
|
+
],
|
|
5645
5828
|
"core-js/modules/esnext.weak-map.delete-all": [
|
|
5646
5829
|
"esnext.weak-map.delete-all"
|
|
5647
5830
|
],
|
|
5831
|
+
"core-js/modules/esnext.weak-map.emplace": [
|
|
5832
|
+
"esnext.weak-map.emplace"
|
|
5833
|
+
],
|
|
5648
5834
|
"core-js/modules/esnext.weak-map.from": [
|
|
5649
5835
|
"esnext.weak-map.from"
|
|
5650
5836
|
],
|
|
@@ -5691,10 +5877,14 @@
|
|
|
5691
5877
|
"web.url.to-json"
|
|
5692
5878
|
],
|
|
5693
5879
|
"core-js/proposals": [
|
|
5880
|
+
"es.map",
|
|
5694
5881
|
"esnext.aggregate-error",
|
|
5882
|
+
"esnext.array.at",
|
|
5883
|
+
"esnext.array.filter-out",
|
|
5695
5884
|
"esnext.array.is-template-object",
|
|
5696
5885
|
"esnext.array.last-index",
|
|
5697
5886
|
"esnext.array.last-item",
|
|
5887
|
+
"esnext.array.unique-by",
|
|
5698
5888
|
"esnext.async-iterator.constructor",
|
|
5699
5889
|
"esnext.async-iterator.as-indexed-pairs",
|
|
5700
5890
|
"esnext.async-iterator.drop",
|
|
@@ -5709,6 +5899,7 @@
|
|
|
5709
5899
|
"esnext.async-iterator.some",
|
|
5710
5900
|
"esnext.async-iterator.take",
|
|
5711
5901
|
"esnext.async-iterator.to-array",
|
|
5902
|
+
"esnext.bigint.range",
|
|
5712
5903
|
"esnext.composite-key",
|
|
5713
5904
|
"esnext.composite-symbol",
|
|
5714
5905
|
"esnext.global-this",
|
|
@@ -5727,6 +5918,7 @@
|
|
|
5727
5918
|
"esnext.iterator.take",
|
|
5728
5919
|
"esnext.iterator.to-array",
|
|
5729
5920
|
"esnext.map.delete-all",
|
|
5921
|
+
"esnext.map.emplace",
|
|
5730
5922
|
"esnext.map.every",
|
|
5731
5923
|
"esnext.map.filter",
|
|
5732
5924
|
"esnext.map.find",
|
|
@@ -5759,6 +5951,7 @@
|
|
|
5759
5951
|
"esnext.math.signbit",
|
|
5760
5952
|
"esnext.math.umulh",
|
|
5761
5953
|
"esnext.number.from-string",
|
|
5954
|
+
"esnext.number.range",
|
|
5762
5955
|
"esnext.object.iterate-entries",
|
|
5763
5956
|
"esnext.object.iterate-keys",
|
|
5764
5957
|
"esnext.object.iterate-values",
|
|
@@ -5802,9 +5995,12 @@
|
|
|
5802
5995
|
"esnext.symbol.observable",
|
|
5803
5996
|
"esnext.symbol.pattern-match",
|
|
5804
5997
|
"esnext.symbol.replace-all",
|
|
5998
|
+
"esnext.typed-array.at",
|
|
5999
|
+
"esnext.typed-array.filter-out",
|
|
5805
6000
|
"esnext.weak-map.delete-all",
|
|
5806
6001
|
"esnext.weak-map.from",
|
|
5807
6002
|
"esnext.weak-map.of",
|
|
6003
|
+
"esnext.weak-map.emplace",
|
|
5808
6004
|
"esnext.weak-map.upsert",
|
|
5809
6005
|
"esnext.weak-set.add-all",
|
|
5810
6006
|
"esnext.weak-set.delete-all",
|
|
@@ -5814,6 +6010,10 @@
|
|
|
5814
6010
|
"web.url.to-json",
|
|
5815
6011
|
"web.url-search-params"
|
|
5816
6012
|
],
|
|
6013
|
+
"core-js/proposals/array-filtering": [
|
|
6014
|
+
"esnext.array.filter-out",
|
|
6015
|
+
"esnext.typed-array.filter-out"
|
|
6016
|
+
],
|
|
5817
6017
|
"core-js/proposals/array-is-template-object": [
|
|
5818
6018
|
"esnext.array.is-template-object"
|
|
5819
6019
|
],
|
|
@@ -5821,6 +6021,10 @@
|
|
|
5821
6021
|
"esnext.array.last-index",
|
|
5822
6022
|
"esnext.array.last-item"
|
|
5823
6023
|
],
|
|
6024
|
+
"core-js/proposals/array-unique": [
|
|
6025
|
+
"es.map",
|
|
6026
|
+
"esnext.array.unique-by"
|
|
6027
|
+
],
|
|
5824
6028
|
"core-js/proposals/collection-methods": [
|
|
5825
6029
|
"esnext.map.delete-all",
|
|
5826
6030
|
"esnext.map.every",
|
|
@@ -5904,13 +6108,17 @@
|
|
|
5904
6108
|
"esnext.composite-symbol"
|
|
5905
6109
|
],
|
|
5906
6110
|
"core-js/proposals/map-update-or-insert": [
|
|
6111
|
+
"esnext.map.emplace",
|
|
5907
6112
|
"esnext.map.update-or-insert",
|
|
5908
6113
|
"esnext.map.upsert",
|
|
6114
|
+
"esnext.weak-map.emplace",
|
|
5909
6115
|
"esnext.weak-map.upsert"
|
|
5910
6116
|
],
|
|
5911
6117
|
"core-js/proposals/map-upsert": [
|
|
6118
|
+
"esnext.map.emplace",
|
|
5912
6119
|
"esnext.map.update-or-insert",
|
|
5913
6120
|
"esnext.map.upsert",
|
|
6121
|
+
"esnext.weak-map.emplace",
|
|
5914
6122
|
"esnext.weak-map.upsert"
|
|
5915
6123
|
],
|
|
5916
6124
|
"core-js/proposals/math-extensions": [
|
|
@@ -5928,6 +6136,10 @@
|
|
|
5928
6136
|
"core-js/proposals/number-from-string": [
|
|
5929
6137
|
"esnext.number.from-string"
|
|
5930
6138
|
],
|
|
6139
|
+
"core-js/proposals/number-range": [
|
|
6140
|
+
"esnext.bigint.range",
|
|
6141
|
+
"esnext.number.range"
|
|
6142
|
+
],
|
|
5931
6143
|
"core-js/proposals/object-iteration": [
|
|
5932
6144
|
"esnext.object.iterate-entries",
|
|
5933
6145
|
"esnext.object.iterate-keys",
|
|
@@ -5961,6 +6173,10 @@
|
|
|
5961
6173
|
"esnext.reflect.has-own-metadata",
|
|
5962
6174
|
"esnext.reflect.metadata"
|
|
5963
6175
|
],
|
|
6176
|
+
"core-js/proposals/relative-indexing-method": [
|
|
6177
|
+
"esnext.array.at",
|
|
6178
|
+
"esnext.typed-array.at"
|
|
6179
|
+
],
|
|
5964
6180
|
"core-js/proposals/seeded-random": [
|
|
5965
6181
|
"esnext.math.seeded-prng"
|
|
5966
6182
|
],
|
|
@@ -6011,6 +6227,7 @@
|
|
|
6011
6227
|
"es.symbol.to-primitive",
|
|
6012
6228
|
"es.symbol.to-string-tag",
|
|
6013
6229
|
"es.symbol.unscopables",
|
|
6230
|
+
"es.aggregate-error",
|
|
6014
6231
|
"es.array.concat",
|
|
6015
6232
|
"es.array.copy-within",
|
|
6016
6233
|
"es.array.every",
|
|
@@ -6115,6 +6332,7 @@
|
|
|
6115
6332
|
"es.parse-int",
|
|
6116
6333
|
"es.promise",
|
|
6117
6334
|
"es.promise.all-settled",
|
|
6335
|
+
"es.promise.any",
|
|
6118
6336
|
"es.promise.finally",
|
|
6119
6337
|
"es.reflect.apply",
|
|
6120
6338
|
"es.reflect.construct",
|
|
@@ -6129,6 +6347,7 @@
|
|
|
6129
6347
|
"es.reflect.prevent-extensions",
|
|
6130
6348
|
"es.reflect.set",
|
|
6131
6349
|
"es.reflect.set-prototype-of",
|
|
6350
|
+
"es.reflect.to-string-tag",
|
|
6132
6351
|
"es.regexp.constructor",
|
|
6133
6352
|
"es.regexp.exec",
|
|
6134
6353
|
"es.regexp.flags",
|
|
@@ -6148,6 +6367,7 @@
|
|
|
6148
6367
|
"es.string.raw",
|
|
6149
6368
|
"es.string.repeat",
|
|
6150
6369
|
"es.string.replace",
|
|
6370
|
+
"es.string.replace-all",
|
|
6151
6371
|
"es.string.search",
|
|
6152
6372
|
"es.string.split",
|
|
6153
6373
|
"es.string.starts-with",
|
|
@@ -6212,6 +6432,12 @@
|
|
|
6212
6432
|
"web.url.to-json",
|
|
6213
6433
|
"web.url-search-params"
|
|
6214
6434
|
],
|
|
6435
|
+
"core-js/stable/aggregate-error": [
|
|
6436
|
+
"es.aggregate-error",
|
|
6437
|
+
"es.string.iterator",
|
|
6438
|
+
"esnext.aggregate-error",
|
|
6439
|
+
"web.dom-collections.iterator"
|
|
6440
|
+
],
|
|
6215
6441
|
"core-js/stable/array": [
|
|
6216
6442
|
"es.array.concat",
|
|
6217
6443
|
"es.array.copy-within",
|
|
@@ -6606,6 +6832,9 @@
|
|
|
6606
6832
|
"core-js/stable/instance/repeat": [
|
|
6607
6833
|
"es.string.repeat"
|
|
6608
6834
|
],
|
|
6835
|
+
"core-js/stable/instance/replace-all": [
|
|
6836
|
+
"es.string.replace-all"
|
|
6837
|
+
],
|
|
6609
6838
|
"core-js/stable/instance/reverse": [
|
|
6610
6839
|
"es.array.reverse"
|
|
6611
6840
|
],
|
|
@@ -6821,7 +7050,8 @@
|
|
|
6821
7050
|
"es.object.seal",
|
|
6822
7051
|
"es.object.set-prototype-of",
|
|
6823
7052
|
"es.object.to-string",
|
|
6824
|
-
"es.object.values"
|
|
7053
|
+
"es.object.values",
|
|
7054
|
+
"es.reflect.to-string-tag"
|
|
6825
7055
|
],
|
|
6826
7056
|
"core-js/stable/object/assign": [
|
|
6827
7057
|
"es.object.assign"
|
|
@@ -6899,7 +7129,8 @@
|
|
|
6899
7129
|
"core-js/stable/object/to-string": [
|
|
6900
7130
|
"es.json.to-string-tag",
|
|
6901
7131
|
"es.math.to-string-tag",
|
|
6902
|
-
"es.object.to-string"
|
|
7132
|
+
"es.object.to-string",
|
|
7133
|
+
"es.reflect.to-string-tag"
|
|
6903
7134
|
],
|
|
6904
7135
|
"core-js/stable/object/values": [
|
|
6905
7136
|
"es.object.values"
|
|
@@ -6911,9 +7142,11 @@
|
|
|
6911
7142
|
"es.parse-int"
|
|
6912
7143
|
],
|
|
6913
7144
|
"core-js/stable/promise": [
|
|
7145
|
+
"es.aggregate-error",
|
|
6914
7146
|
"es.object.to-string",
|
|
6915
7147
|
"es.promise",
|
|
6916
7148
|
"es.promise.all-settled",
|
|
7149
|
+
"es.promise.any",
|
|
6917
7150
|
"es.promise.finally",
|
|
6918
7151
|
"es.string.iterator",
|
|
6919
7152
|
"web.dom-collections.iterator"
|
|
@@ -6922,6 +7155,11 @@
|
|
|
6922
7155
|
"es.promise",
|
|
6923
7156
|
"es.promise.all-settled"
|
|
6924
7157
|
],
|
|
7158
|
+
"core-js/stable/promise/any": [
|
|
7159
|
+
"es.aggregate-error",
|
|
7160
|
+
"es.promise",
|
|
7161
|
+
"es.promise.any"
|
|
7162
|
+
],
|
|
6925
7163
|
"core-js/stable/promise/finally": [
|
|
6926
7164
|
"es.promise",
|
|
6927
7165
|
"es.promise.finally"
|
|
@@ -6942,7 +7180,8 @@
|
|
|
6942
7180
|
"es.reflect.own-keys",
|
|
6943
7181
|
"es.reflect.prevent-extensions",
|
|
6944
7182
|
"es.reflect.set",
|
|
6945
|
-
"es.reflect.set-prototype-of"
|
|
7183
|
+
"es.reflect.set-prototype-of",
|
|
7184
|
+
"es.reflect.to-string-tag"
|
|
6946
7185
|
],
|
|
6947
7186
|
"core-js/stable/reflect/apply": [
|
|
6948
7187
|
"es.reflect.apply"
|
|
@@ -6983,6 +7222,9 @@
|
|
|
6983
7222
|
"core-js/stable/reflect/set-prototype-of": [
|
|
6984
7223
|
"es.reflect.set-prototype-of"
|
|
6985
7224
|
],
|
|
7225
|
+
"core-js/stable/reflect/to-string-tag": [
|
|
7226
|
+
"es.reflect.to-string-tag"
|
|
7227
|
+
],
|
|
6986
7228
|
"core-js/stable/regexp": [
|
|
6987
7229
|
"es.regexp.constructor",
|
|
6988
7230
|
"es.regexp.exec",
|
|
@@ -7052,6 +7294,7 @@
|
|
|
7052
7294
|
"es.string.raw",
|
|
7053
7295
|
"es.string.repeat",
|
|
7054
7296
|
"es.string.replace",
|
|
7297
|
+
"es.string.replace-all",
|
|
7055
7298
|
"es.string.search",
|
|
7056
7299
|
"es.string.split",
|
|
7057
7300
|
"es.string.starts-with",
|
|
@@ -7137,6 +7380,9 @@
|
|
|
7137
7380
|
"es.regexp.exec",
|
|
7138
7381
|
"es.string.replace"
|
|
7139
7382
|
],
|
|
7383
|
+
"core-js/stable/string/replace-all": [
|
|
7384
|
+
"es.string.replace-all"
|
|
7385
|
+
],
|
|
7140
7386
|
"core-js/stable/string/search": [
|
|
7141
7387
|
"es.regexp.exec",
|
|
7142
7388
|
"es.string.search"
|
|
@@ -7186,6 +7432,7 @@
|
|
|
7186
7432
|
"es.string.pad-start",
|
|
7187
7433
|
"es.string.repeat",
|
|
7188
7434
|
"es.string.replace",
|
|
7435
|
+
"es.string.replace-all",
|
|
7189
7436
|
"es.string.search",
|
|
7190
7437
|
"es.string.split",
|
|
7191
7438
|
"es.string.starts-with",
|
|
@@ -7257,6 +7504,9 @@
|
|
|
7257
7504
|
"core-js/stable/string/virtual/repeat": [
|
|
7258
7505
|
"es.string.repeat"
|
|
7259
7506
|
],
|
|
7507
|
+
"core-js/stable/string/virtual/replace-all": [
|
|
7508
|
+
"es.string.replace-all"
|
|
7509
|
+
],
|
|
7260
7510
|
"core-js/stable/string/virtual/small": [
|
|
7261
7511
|
"es.string.small"
|
|
7262
7512
|
],
|
|
@@ -7306,7 +7556,8 @@
|
|
|
7306
7556
|
"es.array.concat",
|
|
7307
7557
|
"es.json.to-string-tag",
|
|
7308
7558
|
"es.math.to-string-tag",
|
|
7309
|
-
"es.object.to-string"
|
|
7559
|
+
"es.object.to-string",
|
|
7560
|
+
"es.reflect.to-string-tag"
|
|
7310
7561
|
],
|
|
7311
7562
|
"core-js/stable/symbol/async-iterator": [
|
|
7312
7563
|
"es.symbol.async-iterator"
|
|
@@ -7363,7 +7614,8 @@
|
|
|
7363
7614
|
"es.symbol.to-string-tag",
|
|
7364
7615
|
"es.json.to-string-tag",
|
|
7365
7616
|
"es.math.to-string-tag",
|
|
7366
|
-
"es.object.to-string"
|
|
7617
|
+
"es.object.to-string",
|
|
7618
|
+
"es.reflect.to-string-tag"
|
|
7367
7619
|
],
|
|
7368
7620
|
"core-js/stable/symbol/unscopables": [
|
|
7369
7621
|
"es.symbol.unscopables"
|
|
@@ -7772,10 +8024,14 @@
|
|
|
7772
8024
|
"web.dom-collections.iterator"
|
|
7773
8025
|
],
|
|
7774
8026
|
"core-js/stage": [
|
|
8027
|
+
"es.map",
|
|
7775
8028
|
"esnext.aggregate-error",
|
|
8029
|
+
"esnext.array.at",
|
|
8030
|
+
"esnext.array.filter-out",
|
|
7776
8031
|
"esnext.array.is-template-object",
|
|
7777
8032
|
"esnext.array.last-index",
|
|
7778
8033
|
"esnext.array.last-item",
|
|
8034
|
+
"esnext.array.unique-by",
|
|
7779
8035
|
"esnext.async-iterator.constructor",
|
|
7780
8036
|
"esnext.async-iterator.as-indexed-pairs",
|
|
7781
8037
|
"esnext.async-iterator.drop",
|
|
@@ -7790,6 +8046,7 @@
|
|
|
7790
8046
|
"esnext.async-iterator.some",
|
|
7791
8047
|
"esnext.async-iterator.take",
|
|
7792
8048
|
"esnext.async-iterator.to-array",
|
|
8049
|
+
"esnext.bigint.range",
|
|
7793
8050
|
"esnext.composite-key",
|
|
7794
8051
|
"esnext.composite-symbol",
|
|
7795
8052
|
"esnext.global-this",
|
|
@@ -7808,6 +8065,7 @@
|
|
|
7808
8065
|
"esnext.iterator.take",
|
|
7809
8066
|
"esnext.iterator.to-array",
|
|
7810
8067
|
"esnext.map.delete-all",
|
|
8068
|
+
"esnext.map.emplace",
|
|
7811
8069
|
"esnext.map.every",
|
|
7812
8070
|
"esnext.map.filter",
|
|
7813
8071
|
"esnext.map.find",
|
|
@@ -7840,6 +8098,7 @@
|
|
|
7840
8098
|
"esnext.math.signbit",
|
|
7841
8099
|
"esnext.math.umulh",
|
|
7842
8100
|
"esnext.number.from-string",
|
|
8101
|
+
"esnext.number.range",
|
|
7843
8102
|
"esnext.object.iterate-entries",
|
|
7844
8103
|
"esnext.object.iterate-keys",
|
|
7845
8104
|
"esnext.object.iterate-values",
|
|
@@ -7883,9 +8142,12 @@
|
|
|
7883
8142
|
"esnext.symbol.observable",
|
|
7884
8143
|
"esnext.symbol.pattern-match",
|
|
7885
8144
|
"esnext.symbol.replace-all",
|
|
8145
|
+
"esnext.typed-array.at",
|
|
8146
|
+
"esnext.typed-array.filter-out",
|
|
7886
8147
|
"esnext.weak-map.delete-all",
|
|
7887
8148
|
"esnext.weak-map.from",
|
|
7888
8149
|
"esnext.weak-map.of",
|
|
8150
|
+
"esnext.weak-map.emplace",
|
|
7889
8151
|
"esnext.weak-map.upsert",
|
|
7890
8152
|
"esnext.weak-set.add-all",
|
|
7891
8153
|
"esnext.weak-set.delete-all",
|
|
@@ -7896,10 +8158,14 @@
|
|
|
7896
8158
|
"web.url-search-params"
|
|
7897
8159
|
],
|
|
7898
8160
|
"core-js/stage/0": [
|
|
8161
|
+
"es.map",
|
|
7899
8162
|
"esnext.aggregate-error",
|
|
8163
|
+
"esnext.array.at",
|
|
8164
|
+
"esnext.array.filter-out",
|
|
7900
8165
|
"esnext.array.is-template-object",
|
|
7901
8166
|
"esnext.array.last-index",
|
|
7902
8167
|
"esnext.array.last-item",
|
|
8168
|
+
"esnext.array.unique-by",
|
|
7903
8169
|
"esnext.async-iterator.constructor",
|
|
7904
8170
|
"esnext.async-iterator.as-indexed-pairs",
|
|
7905
8171
|
"esnext.async-iterator.drop",
|
|
@@ -7914,6 +8180,7 @@
|
|
|
7914
8180
|
"esnext.async-iterator.some",
|
|
7915
8181
|
"esnext.async-iterator.take",
|
|
7916
8182
|
"esnext.async-iterator.to-array",
|
|
8183
|
+
"esnext.bigint.range",
|
|
7917
8184
|
"esnext.composite-key",
|
|
7918
8185
|
"esnext.composite-symbol",
|
|
7919
8186
|
"esnext.global-this",
|
|
@@ -7932,6 +8199,7 @@
|
|
|
7932
8199
|
"esnext.iterator.take",
|
|
7933
8200
|
"esnext.iterator.to-array",
|
|
7934
8201
|
"esnext.map.delete-all",
|
|
8202
|
+
"esnext.map.emplace",
|
|
7935
8203
|
"esnext.map.every",
|
|
7936
8204
|
"esnext.map.filter",
|
|
7937
8205
|
"esnext.map.find",
|
|
@@ -7964,6 +8232,7 @@
|
|
|
7964
8232
|
"esnext.math.signbit",
|
|
7965
8233
|
"esnext.math.umulh",
|
|
7966
8234
|
"esnext.number.from-string",
|
|
8235
|
+
"esnext.number.range",
|
|
7967
8236
|
"esnext.object.iterate-entries",
|
|
7968
8237
|
"esnext.object.iterate-keys",
|
|
7969
8238
|
"esnext.object.iterate-values",
|
|
@@ -7998,9 +8267,12 @@
|
|
|
7998
8267
|
"esnext.symbol.observable",
|
|
7999
8268
|
"esnext.symbol.pattern-match",
|
|
8000
8269
|
"esnext.symbol.replace-all",
|
|
8270
|
+
"esnext.typed-array.at",
|
|
8271
|
+
"esnext.typed-array.filter-out",
|
|
8001
8272
|
"esnext.weak-map.delete-all",
|
|
8002
8273
|
"esnext.weak-map.from",
|
|
8003
8274
|
"esnext.weak-map.of",
|
|
8275
|
+
"esnext.weak-map.emplace",
|
|
8004
8276
|
"esnext.weak-map.upsert",
|
|
8005
8277
|
"esnext.weak-set.add-all",
|
|
8006
8278
|
"esnext.weak-set.delete-all",
|
|
@@ -8011,10 +8283,14 @@
|
|
|
8011
8283
|
"web.url-search-params"
|
|
8012
8284
|
],
|
|
8013
8285
|
"core-js/stage/1": [
|
|
8286
|
+
"es.map",
|
|
8014
8287
|
"esnext.aggregate-error",
|
|
8288
|
+
"esnext.array.at",
|
|
8289
|
+
"esnext.array.filter-out",
|
|
8015
8290
|
"esnext.array.is-template-object",
|
|
8016
8291
|
"esnext.array.last-index",
|
|
8017
8292
|
"esnext.array.last-item",
|
|
8293
|
+
"esnext.array.unique-by",
|
|
8018
8294
|
"esnext.async-iterator.constructor",
|
|
8019
8295
|
"esnext.async-iterator.as-indexed-pairs",
|
|
8020
8296
|
"esnext.async-iterator.drop",
|
|
@@ -8029,6 +8305,7 @@
|
|
|
8029
8305
|
"esnext.async-iterator.some",
|
|
8030
8306
|
"esnext.async-iterator.take",
|
|
8031
8307
|
"esnext.async-iterator.to-array",
|
|
8308
|
+
"esnext.bigint.range",
|
|
8032
8309
|
"esnext.composite-key",
|
|
8033
8310
|
"esnext.composite-symbol",
|
|
8034
8311
|
"esnext.global-this",
|
|
@@ -8047,6 +8324,7 @@
|
|
|
8047
8324
|
"esnext.iterator.take",
|
|
8048
8325
|
"esnext.iterator.to-array",
|
|
8049
8326
|
"esnext.map.delete-all",
|
|
8327
|
+
"esnext.map.emplace",
|
|
8050
8328
|
"esnext.map.every",
|
|
8051
8329
|
"esnext.map.filter",
|
|
8052
8330
|
"esnext.map.find",
|
|
@@ -8075,6 +8353,7 @@
|
|
|
8075
8353
|
"esnext.math.seeded-prng",
|
|
8076
8354
|
"esnext.math.signbit",
|
|
8077
8355
|
"esnext.number.from-string",
|
|
8356
|
+
"esnext.number.range",
|
|
8078
8357
|
"esnext.object.iterate-entries",
|
|
8079
8358
|
"esnext.object.iterate-keys",
|
|
8080
8359
|
"esnext.object.iterate-values",
|
|
@@ -8108,9 +8387,12 @@
|
|
|
8108
8387
|
"esnext.symbol.observable",
|
|
8109
8388
|
"esnext.symbol.pattern-match",
|
|
8110
8389
|
"esnext.symbol.replace-all",
|
|
8390
|
+
"esnext.typed-array.at",
|
|
8391
|
+
"esnext.typed-array.filter-out",
|
|
8111
8392
|
"esnext.weak-map.delete-all",
|
|
8112
8393
|
"esnext.weak-map.from",
|
|
8113
8394
|
"esnext.weak-map.of",
|
|
8395
|
+
"esnext.weak-map.emplace",
|
|
8114
8396
|
"esnext.weak-map.upsert",
|
|
8115
8397
|
"esnext.weak-set.add-all",
|
|
8116
8398
|
"esnext.weak-set.delete-all",
|
|
@@ -8119,6 +8401,7 @@
|
|
|
8119
8401
|
],
|
|
8120
8402
|
"core-js/stage/2": [
|
|
8121
8403
|
"esnext.aggregate-error",
|
|
8404
|
+
"esnext.array.at",
|
|
8122
8405
|
"esnext.array.is-template-object",
|
|
8123
8406
|
"esnext.async-iterator.constructor",
|
|
8124
8407
|
"esnext.async-iterator.as-indexed-pairs",
|
|
@@ -8149,6 +8432,7 @@
|
|
|
8149
8432
|
"esnext.iterator.some",
|
|
8150
8433
|
"esnext.iterator.take",
|
|
8151
8434
|
"esnext.iterator.to-array",
|
|
8435
|
+
"esnext.map.emplace",
|
|
8152
8436
|
"esnext.map.update-or-insert",
|
|
8153
8437
|
"esnext.map.upsert",
|
|
8154
8438
|
"esnext.promise.all-settled",
|
|
@@ -8165,27 +8449,39 @@
|
|
|
8165
8449
|
"esnext.symbol.async-dispose",
|
|
8166
8450
|
"esnext.symbol.dispose",
|
|
8167
8451
|
"esnext.symbol.replace-all",
|
|
8452
|
+
"esnext.typed-array.at",
|
|
8453
|
+
"esnext.weak-map.emplace",
|
|
8168
8454
|
"esnext.weak-map.upsert"
|
|
8169
8455
|
],
|
|
8170
8456
|
"core-js/stage/3": [
|
|
8171
8457
|
"esnext.aggregate-error",
|
|
8458
|
+
"esnext.array.at",
|
|
8172
8459
|
"esnext.global-this",
|
|
8173
8460
|
"esnext.promise.all-settled",
|
|
8174
8461
|
"esnext.promise.any",
|
|
8175
8462
|
"esnext.string.match-all",
|
|
8176
8463
|
"esnext.string.replace-all",
|
|
8177
|
-
"esnext.symbol.replace-all"
|
|
8464
|
+
"esnext.symbol.replace-all",
|
|
8465
|
+
"esnext.typed-array.at"
|
|
8178
8466
|
],
|
|
8179
8467
|
"core-js/stage/4": [
|
|
8468
|
+
"esnext.aggregate-error",
|
|
8180
8469
|
"esnext.global-this",
|
|
8181
8470
|
"esnext.promise.all-settled",
|
|
8182
|
-
"esnext.
|
|
8471
|
+
"esnext.promise.any",
|
|
8472
|
+
"esnext.string.match-all",
|
|
8473
|
+
"esnext.string.replace-all",
|
|
8474
|
+
"esnext.symbol.replace-all"
|
|
8183
8475
|
],
|
|
8184
8476
|
"core-js/stage/pre": [
|
|
8477
|
+
"es.map",
|
|
8185
8478
|
"esnext.aggregate-error",
|
|
8479
|
+
"esnext.array.at",
|
|
8480
|
+
"esnext.array.filter-out",
|
|
8186
8481
|
"esnext.array.is-template-object",
|
|
8187
8482
|
"esnext.array.last-index",
|
|
8188
8483
|
"esnext.array.last-item",
|
|
8484
|
+
"esnext.array.unique-by",
|
|
8189
8485
|
"esnext.async-iterator.constructor",
|
|
8190
8486
|
"esnext.async-iterator.as-indexed-pairs",
|
|
8191
8487
|
"esnext.async-iterator.drop",
|
|
@@ -8200,6 +8496,7 @@
|
|
|
8200
8496
|
"esnext.async-iterator.some",
|
|
8201
8497
|
"esnext.async-iterator.take",
|
|
8202
8498
|
"esnext.async-iterator.to-array",
|
|
8499
|
+
"esnext.bigint.range",
|
|
8203
8500
|
"esnext.composite-key",
|
|
8204
8501
|
"esnext.composite-symbol",
|
|
8205
8502
|
"esnext.global-this",
|
|
@@ -8218,6 +8515,7 @@
|
|
|
8218
8515
|
"esnext.iterator.take",
|
|
8219
8516
|
"esnext.iterator.to-array",
|
|
8220
8517
|
"esnext.map.delete-all",
|
|
8518
|
+
"esnext.map.emplace",
|
|
8221
8519
|
"esnext.map.every",
|
|
8222
8520
|
"esnext.map.filter",
|
|
8223
8521
|
"esnext.map.find",
|
|
@@ -8250,6 +8548,7 @@
|
|
|
8250
8548
|
"esnext.math.signbit",
|
|
8251
8549
|
"esnext.math.umulh",
|
|
8252
8550
|
"esnext.number.from-string",
|
|
8551
|
+
"esnext.number.range",
|
|
8253
8552
|
"esnext.object.iterate-entries",
|
|
8254
8553
|
"esnext.object.iterate-keys",
|
|
8255
8554
|
"esnext.object.iterate-values",
|
|
@@ -8293,9 +8592,12 @@
|
|
|
8293
8592
|
"esnext.symbol.observable",
|
|
8294
8593
|
"esnext.symbol.pattern-match",
|
|
8295
8594
|
"esnext.symbol.replace-all",
|
|
8595
|
+
"esnext.typed-array.at",
|
|
8596
|
+
"esnext.typed-array.filter-out",
|
|
8296
8597
|
"esnext.weak-map.delete-all",
|
|
8297
8598
|
"esnext.weak-map.from",
|
|
8298
8599
|
"esnext.weak-map.of",
|
|
8600
|
+
"esnext.weak-map.emplace",
|
|
8299
8601
|
"esnext.weak-map.upsert",
|
|
8300
8602
|
"esnext.weak-set.add-all",
|
|
8301
8603
|
"esnext.weak-set.delete-all",
|