ESTree.LogicalExpression
Summary
Types
t :: %ESTree.LogicalExpression{type: binary, loc: ESTree.SourceLocation.t | nil, operator: ESTree.logical_operator, left: ESTree.Expression.t, right: ESTree.Expression.t}
t :: %ESTree.LogicalExpression{type: binary, loc: ESTree.SourceLocation.t | nil, operator: ESTree.logical_operator, left: ESTree.Expression.t, right: ESTree.Expression.t}