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