Henry Zhu 5e0508d57c object rest - fix when destructuring in variables/parameters (#4755)
* object rest - fix when destructuring in variables/parameters

* fixes + ExportNamedDeclaration support

* Account for CatchClause

* support ForXStatement

* support assignment expression? + PR fixes
2016-11-15 11:31:03 -05:00

8 lines
113 B
JSON

{
"plugins": [
"syntax-async-generators",
"transform-object-rest-spread",
"external-helpers"
]
}