Disable parameter-destructuring in Edge 18 (#9140)

This commit is contained in:
Kagami Sascha Rosylight 2018-12-07 23:14:08 +09:00 committed by Brian Ng
parent 72fd2d192c
commit 4dff205dc1
2 changed files with 3 additions and 1 deletions

View File

@ -149,6 +149,7 @@
}, },
"transform-parameters": { "transform-parameters": {
"chrome": "49", "chrome": "49",
"edge": "18",
"firefox": "53", "firefox": "53",
"safari": "10", "safari": "10",
"node": "6", "node": "6",
@ -158,6 +159,7 @@
}, },
"transform-destructuring": { "transform-destructuring": {
"chrome": "51", "chrome": "51",
"edge": "18",
"firefox": "53", "firefox": "53",
"safari": "10", "safari": "10",
"node": "6.5", "node": "6.5",

View File

@ -65,7 +65,7 @@
"@babel/helper-fixtures": "^7.2.0", "@babel/helper-fixtures": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0", "@babel/helper-plugin-test-runner": "^7.0.0",
"caniuse-db": "1.0.30000851", "caniuse-db": "1.0.30000851",
"compat-table": "kangax/compat-table#29ec2bed5a475b42388866cfc7d24f3f44b12eba", "compat-table": "kangax/compat-table#7655c84581184806d4f94ef97fbaac7abd5852d8",
"electron-to-chromium": "1.3.79" "electron-to-chromium": "1.3.79"
} }
} }