core-js-compat 3.42.0 → 3.44.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 +370 -60
- package/entries.json +604 -8
- package/modules-by-versions.json +19 -0
- package/modules.json +15 -0
- package/package.json +2 -2
package/modules-by-versions.json
CHANGED
|
@@ -574,5 +574,24 @@
|
|
|
574
574
|
"es.data-view.set-float16",
|
|
575
575
|
"es.math.f16round",
|
|
576
576
|
"es.regexp.escape"
|
|
577
|
+
],
|
|
578
|
+
"3.43": [
|
|
579
|
+
"es.array.from-async",
|
|
580
|
+
"es.async-disposable-stack.constructor",
|
|
581
|
+
"es.async-iterator.async-dispose",
|
|
582
|
+
"es.disposable-stack.constructor",
|
|
583
|
+
"es.error.is-error",
|
|
584
|
+
"es.iterator.dispose",
|
|
585
|
+
"es.suppressed-error.constructor",
|
|
586
|
+
"es.symbol.async-dispose",
|
|
587
|
+
"es.symbol.dispose",
|
|
588
|
+
"esnext.iterator.chunks",
|
|
589
|
+
"esnext.iterator.windows",
|
|
590
|
+
"esnext.iterator.zip",
|
|
591
|
+
"esnext.iterator.zip-keyed",
|
|
592
|
+
"esnext.number.clamp"
|
|
593
|
+
],
|
|
594
|
+
"3.44": [
|
|
595
|
+
"esnext.iterator.sliding"
|
|
577
596
|
]
|
|
578
597
|
}
|
package/modules.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
"es.symbol",
|
|
3
3
|
"es.symbol.description",
|
|
4
|
+
"es.symbol.async-dispose",
|
|
4
5
|
"es.symbol.async-iterator",
|
|
6
|
+
"es.symbol.dispose",
|
|
5
7
|
"es.symbol.has-instance",
|
|
6
8
|
"es.symbol.is-concat-spreadable",
|
|
7
9
|
"es.symbol.iterator",
|
|
@@ -15,9 +17,11 @@
|
|
|
15
17
|
"es.symbol.to-string-tag",
|
|
16
18
|
"es.symbol.unscopables",
|
|
17
19
|
"es.error.cause",
|
|
20
|
+
"es.error.is-error",
|
|
18
21
|
"es.error.to-string",
|
|
19
22
|
"es.aggregate-error",
|
|
20
23
|
"es.aggregate-error.cause",
|
|
24
|
+
"es.suppressed-error.constructor",
|
|
21
25
|
"es.array.at",
|
|
22
26
|
"es.array.concat",
|
|
23
27
|
"es.array.copy-within",
|
|
@@ -73,12 +77,14 @@
|
|
|
73
77
|
"es.date.to-json",
|
|
74
78
|
"es.date.to-primitive",
|
|
75
79
|
"es.date.to-string",
|
|
80
|
+
"es.disposable-stack.constructor",
|
|
76
81
|
"es.escape",
|
|
77
82
|
"es.function.bind",
|
|
78
83
|
"es.function.has-instance",
|
|
79
84
|
"es.function.name",
|
|
80
85
|
"es.global-this",
|
|
81
86
|
"es.iterator.constructor",
|
|
87
|
+
"es.iterator.dispose",
|
|
82
88
|
"es.iterator.drop",
|
|
83
89
|
"es.iterator.every",
|
|
84
90
|
"es.iterator.filter",
|
|
@@ -163,6 +169,9 @@
|
|
|
163
169
|
"es.promise.finally",
|
|
164
170
|
"es.promise.try",
|
|
165
171
|
"es.promise.with-resolvers",
|
|
172
|
+
"es.array.from-async",
|
|
173
|
+
"es.async-disposable-stack.constructor",
|
|
174
|
+
"es.async-iterator.async-dispose",
|
|
166
175
|
"es.reflect.apply",
|
|
167
176
|
"es.reflect.construct",
|
|
168
177
|
"es.reflect.define-property",
|
|
@@ -329,6 +338,7 @@
|
|
|
329
338
|
"esnext.global-this",
|
|
330
339
|
"esnext.iterator.constructor",
|
|
331
340
|
"esnext.iterator.as-indexed-pairs",
|
|
341
|
+
"esnext.iterator.chunks",
|
|
332
342
|
"esnext.iterator.concat",
|
|
333
343
|
"esnext.iterator.dispose",
|
|
334
344
|
"esnext.iterator.drop",
|
|
@@ -342,10 +352,14 @@
|
|
|
342
352
|
"esnext.iterator.map",
|
|
343
353
|
"esnext.iterator.range",
|
|
344
354
|
"esnext.iterator.reduce",
|
|
355
|
+
"esnext.iterator.sliding",
|
|
345
356
|
"esnext.iterator.some",
|
|
346
357
|
"esnext.iterator.take",
|
|
347
358
|
"esnext.iterator.to-array",
|
|
348
359
|
"esnext.iterator.to-async",
|
|
360
|
+
"esnext.iterator.windows",
|
|
361
|
+
"esnext.iterator.zip",
|
|
362
|
+
"esnext.iterator.zip-keyed",
|
|
349
363
|
"esnext.json.is-raw-json",
|
|
350
364
|
"esnext.json.parse",
|
|
351
365
|
"esnext.json.raw-json",
|
|
@@ -386,6 +400,7 @@
|
|
|
386
400
|
"esnext.math.signbit",
|
|
387
401
|
"esnext.math.sum-precise",
|
|
388
402
|
"esnext.math.umulh",
|
|
403
|
+
"esnext.number.clamp",
|
|
389
404
|
"esnext.number.from-string",
|
|
390
405
|
"esnext.number.range",
|
|
391
406
|
"esnext.object.has-own",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.44.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "core-js compat",
|
|
6
6
|
"repository": {
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"main": "index.js",
|
|
23
23
|
"types": "index.d.ts",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"browserslist": "^4.
|
|
25
|
+
"browserslist": "^4.25.1"
|
|
26
26
|
}
|
|
27
27
|
}
|