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