estree v2.7.0 ESTree.IfStatement View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %ESTree.IfStatement{
  alternate: ESTree.Statement.t() | nil,
  consequent: ESTree.Statement.t(),
  loc: ESTree.SourceLocation.t() | nil,
  test: ESTree.Expression.t(),
  type: binary()
}