ESTree.IfStatement

Summary

Types

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