* object rest - fix when destructuring in variables/parameters * fixes + ExportNamedDeclaration support * Account for CatchClause * support ForXStatement * support assignment expression? + PR fixes
2 lines
27 B
JavaScript
2 lines
27 B
JavaScript
({ x, ...y, a, ...b, c });
|