You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both variants produces absolutely same ES program: !x == 1
The second AST should produce: !(x == 1)
I can't imagine all possible argument variants, when unary_expression should wrap it in parentheses, but probably it must work in the same way for LogicalExpression too.