Skip to content

Commit

Permalink
edge incomplete support for arrow destructuring (babel #8349) (#8926)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher authored and existentialism committed Oct 31, 2018
1 parent de80aef commit c82750a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/babel-preset-env/data/plugin-features.js
Expand Up @@ -57,7 +57,11 @@ const es = {
features: "spread syntax for iterable objects",
},
"transform-parameters": {
features: ["default function parameters", "rest parameters"],
features: [
"default function parameters",
"rest parameters",
"destructuring, parameters / defaults, arrow function",
],
},
"transform-destructuring": {
features: [
Expand Down
1 change: 0 additions & 1 deletion packages/babel-preset-env/data/plugins.json
Expand Up @@ -149,7 +149,6 @@
},
"transform-parameters": {
"chrome": "49",
"edge": "14",
"firefox": "53",
"safari": "10",
"node": "6",
Expand Down

0 comments on commit c82750a

Please sign in to comment.