Bump core-js-compat to version 3.8.0 (#12399)

This commit is contained in:
Huáng Jùnliàng
2020-11-25 16:46:07 -05:00
committed by GitHub
parent 97a71b665b
commit 9891c020b1
6 changed files with 11 additions and 7 deletions

View File

@@ -79,7 +79,7 @@
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.1",
"@babel/preset-modules": "^0.1.3",
"@babel/types": "workspace:^7.12.7",
"core-js-compat": "^3.7.0",
"core-js-compat": "^3.8.0",
"semver": "^5.5.0"
},
"peerDependencies": {

View File

@@ -1,3 +1,4 @@
import "core-js/modules/es.map";
import "core-js/modules/esnext.aggregate-error";
import "core-js/modules/esnext.array.last-index";
import "core-js/modules/esnext.array.last-item";

View File

@@ -1,3 +1,4 @@
import "core-js/modules/es.map";
import "core-js/modules/esnext.aggregate-error";
import "core-js/modules/esnext.array.last-index";
import "core-js/modules/esnext.array.last-item";

View File

@@ -50,6 +50,7 @@ Using plugins:
Using polyfills with `entry` option:
[<CWD>/packages/babel-preset-env/test/fixtures/debug/entry-corejs3-proposals/input.mjs] Replaced core-js entries with the following polyfills:
es.map {}
esnext.aggregate-error {}
esnext.array.last-index {}
esnext.array.last-item {}

View File

@@ -52,6 +52,7 @@ Using plugins:
Using polyfills with `entry` option:
[<CWD>/packages/babel-preset-env/test/fixtures/debug/entry-corejs3-stage/input.mjs] Replaced core-js entries with the following polyfills:
es.map {}
esnext.aggregate-error {}
esnext.array.last-index {}
esnext.array.last-item {}