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