Update compat table (#11039)

* Fix compat-data build script

* Update compat table

* Update mappings for transform-parameters

kangax/compat-table#1570

* Update unrelated fixture

* Update
This commit is contained in:
Nicolò Ribaudo
2020-01-27 22:23:27 +01:00
committed by GitHub
parent 916429b516
commit eae6211258
5 changed files with 104 additions and 82 deletions

View File

@@ -64,7 +64,8 @@ const es2015 = {
features: [
"default function parameters",
"rest parameters",
"destructuring, parameters / defaults, arrow function",
"destructuring, parameters / aliased defaults, arrow function",
"destructuring, parameters / shorthand defaults, arrow function",
],
},
"transform-destructuring": {