ESTree.ForInStatement
SourceTypes ↑
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}
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}