estree v2.5.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}