checkSelf() for destructuring catch clauses
This commit is contained in:
parent
8fb58492df
commit
12d650e195
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user