ESTree.ForInStatement

Source

Types

t :: %ESTree.ForInStatement{type: binary, loc: ESTree.SourceLocation.t | nil, left: ESTree.VariableDeclaration.t | ESTree.Expression.t, right: ESTree.Expression.t, body: ESTree.Statement.t}