ESTree.ConditionalStatement
Summary
Types
t :: %ESTree.ConditionalStatement{type: binary, loc: ESTree.SourceLocation.t | nil, test: ESTree.Expression.t, alternate: ESTree.Expression.t, consequent: ESTree.Expression.t}
t :: %ESTree.ConditionalStatement{type: binary, loc: ESTree.SourceLocation.t | nil, test: ESTree.Expression.t, alternate: ESTree.Expression.t, consequent: ESTree.Expression.t}