Loading
Fix adapting of LogicalExpressions.
Previously && and || were treated as BinaryExpressions, but Esprima classified these as LogicalExpressions.
Previously && and || were treated as BinaryExpressions, but Esprima classified these as LogicalExpressions.