ESTree.ConditionalStatement

Source

Types

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