JavaScript example: Use LogicalExpression nodes for "&&" and "||"
The buildLogicalExpression function was defined, but not used; specifically, the Logical(AND|OR)Expression(NoIn)? rules were constructing BinaryExpression nodes, but are now LogicalExpression nodes as per the ESTree spec (es5.md).redux
parent
bf08c6cbc3
commit
d914c7b150
Loading…
Reference in New Issue