Fix adapting of LogicalExpressions.
Previously && and || were treated as BinaryExpressions, but Esprima classified these as LogicalExpressions.
Loading
Please register or sign in to comment
Previously && and || were treated as BinaryExpressions, but Esprima classified these as LogicalExpressions.