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/modules-by-versions.json
CHANGED
|
@@ -574,5 +574,21 @@
|
|
|
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"
|
|
577
593
|
]
|
|
578
594
|
}
|
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",
|
|
@@ -346,6 +356,9 @@
|
|
|
346
356
|
"esnext.iterator.take",
|
|
347
357
|
"esnext.iterator.to-array",
|
|
348
358
|
"esnext.iterator.to-async",
|
|
359
|
+
"esnext.iterator.windows",
|
|
360
|
+
"esnext.iterator.zip",
|
|
361
|
+
"esnext.iterator.zip-keyed",
|
|
349
362
|
"esnext.json.is-raw-json",
|
|
350
363
|
"esnext.json.parse",
|
|
351
364
|
"esnext.json.raw-json",
|
|
@@ -386,6 +399,7 @@
|
|
|
386
399
|
"esnext.math.signbit",
|
|
387
400
|
"esnext.math.sum-precise",
|
|
388
401
|
"esnext.math.umulh",
|
|
402
|
+
"esnext.number.clamp",
|
|
389
403
|
"esnext.number.from-string",
|
|
390
404
|
"esnext.number.range",
|
|
391
405
|
"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.43.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.0"
|
|
26
26
|
}
|
|
27
27
|
}
|