Skip to content

Commit

Permalink
update compat table
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 19, 2021
1 parent 6d7bcd9 commit 40748d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/babel-compat-data/data/plugins.json
Expand Up @@ -99,9 +99,7 @@
"opera": "36",
"edge": "18",
"firefox": "53",
"safari": "10",
"node": "6",
"ios": "10",
"samsung": "5",
"electron": "0.37"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/scripts/data/plugin-features.js
Expand Up @@ -18,7 +18,7 @@ const es2015Parameter = {
"rest parameters",
"destructuring, parameters / aliased defaults, arrow function",
"destructuring, parameters / shorthand defaults, arrow function",
"parameters / duplicate identifier",
"destructuring, parameters / duplicate identifier",
],
},
};
Expand Down
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

COMPAT_TABLE_COMMIT=1ac7f90d92c31d1456da1cbd75bf7342881f59fe
COMPAT_TABLE_COMMIT=34b14f8eb016f8f2f3312adf35c53d6364742582
GIT_HEAD=build/compat-table/.git/HEAD

if [ -d "build/compat-table" ]; then
Expand Down

0 comments on commit 40748d2

Please sign in to comment.