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