Skip to content

Commit

Permalink
Disable parameter-destructuring in Edge 18 (#9140)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored and existentialism committed Dec 7, 2018
1 parent 72fd2d1 commit 4dff205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/babel-preset-env/data/plugins.json
Expand Up @@ -149,6 +149,7 @@
},
"transform-parameters": {
"chrome": "49",
"edge": "18",
"firefox": "53",
"safari": "10",
"node": "6",
Expand All @@ -158,6 +159,7 @@
},
"transform-destructuring": {
"chrome": "51",
"edge": "18",
"firefox": "53",
"safari": "10",
"node": "6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-env/package.json
Expand Up @@ -65,7 +65,7 @@
"@babel/helper-fixtures": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"caniuse-db": "1.0.30000851",
"compat-table": "kangax/compat-table#29ec2bed5a475b42388866cfc7d24f3f44b12eba",
"compat-table": "kangax/compat-table#7655c84581184806d4f94ef97fbaac7abd5852d8",
"electron-to-chromium": "1.3.79"
}
}

0 comments on commit 4dff205

Please sign in to comment.