core-js-compat 3.25.2 → 3.25.3
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/entries.json +5 -1
- package/helpers.js +1 -1
- package/package.json +1 -1
package/entries.json
CHANGED
|
@@ -16362,13 +16362,17 @@
|
|
|
16362
16362
|
"es.string.at-alternative",
|
|
16363
16363
|
"esnext.aggregate-error",
|
|
16364
16364
|
"esnext.array.at",
|
|
16365
|
+
"esnext.array.find-last",
|
|
16366
|
+
"esnext.array.find-last-index",
|
|
16365
16367
|
"esnext.global-this",
|
|
16366
16368
|
"esnext.object.has-own",
|
|
16367
16369
|
"esnext.promise.all-settled",
|
|
16368
16370
|
"esnext.promise.any",
|
|
16369
16371
|
"esnext.string.match-all",
|
|
16370
16372
|
"esnext.string.replace-all",
|
|
16371
|
-
"esnext.typed-array.at"
|
|
16373
|
+
"esnext.typed-array.at",
|
|
16374
|
+
"esnext.typed-array.find-last",
|
|
16375
|
+
"esnext.typed-array.find-last-index"
|
|
16372
16376
|
],
|
|
16373
16377
|
"core-js/stage/pre": [
|
|
16374
16378
|
"es.map",
|
package/helpers.js
CHANGED