Files
babel/packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest/variable-exec/options.json
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

4 lines
50 B
JSON

{
"plugins": ["transform-object-rest-spread"]
}