estree v2.3.0 ESTree.LogicalExpression

Summary

Types

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