parent
9a617a59e4
commit
de544da8f3
@ -172,7 +172,7 @@
|
||||
};
|
||||
base.Statement = skipThrough;
|
||||
base.EmptyStatement = ignore;
|
||||
base.ExpressionStatement = function(node, st, c) {
|
||||
base.ExpressionStatement = base.ParenthesizedExpression = function(node, st, c) {
|
||||
c(node.expression, st, "Expression");
|
||||
};
|
||||
base.IfStatement = function(node, st, c) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user