estree v2.6.0 ESTree.IfStatement

Summary

Types

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