checkSelf() for destructuring catch clauses

This commit is contained in:
Sebastian McKenzie 2015-05-04 22:22:39 +01:00
parent 8fb58492df
commit 12d650e195

View File

@ -104,7 +104,7 @@ export function CatchClause(node, parent, scope, file) {
node.body.body = nodes.concat(node.body.body);
return node;
this.checkSelf();
}
export function ExpressionStatement(node, parent, scope, file) {