* object rest - fix when destructuring in variables/parameters * fixes + ExportNamedDeclaration support * Account for CatchClause * support ForXStatement * support assignment expression? + PR fixes
8 lines
113 B
JSON
8 lines
113 B
JSON
{
|
|
"plugins": [
|
|
"syntax-async-generators",
|
|
"transform-object-rest-spread",
|
|
"external-helpers"
|
|
]
|
|
}
|