Skip to content

Commit

Permalink
Fix destructuring assignments being transpiled for edge 15
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 25, 2019
1 parent 7f44274 commit a3ab9c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/babel-preset-env/data/plugin-features.js
Expand Up @@ -68,7 +68,6 @@ const es = {
features: [
"destructuring, assignment",
"destructuring, declarations",
"destructuring, parameters",
],
},
"transform-block-scoping": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-env/data/plugins.json
Expand Up @@ -173,7 +173,7 @@
},
"transform-destructuring": {
"chrome": "51",
"edge": "18",
"edge": "15",
"firefox": "53",
"safari": "10",
"node": "6.5",
Expand Down

0 comments on commit a3ab9c5

Please sign in to comment.