Add es6.array.slice in corejs2 builtins (#12870)

This commit is contained in:
Eli Gao
2021-02-23 20:49:09 +08:00
committed by GitHub
parent 115841e778
commit 1484260f62
5 changed files with 71 additions and 47 deletions

View File

@@ -22,7 +22,7 @@
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"babel-plugin-polyfill-corejs2": "^0.1.3",
"babel-plugin-polyfill-corejs2": "^0.1.4",
"babel-plugin-polyfill-corejs3": "^0.1.3",
"babel-plugin-polyfill-regenerator": "^0.1.2",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : 7.0.0"