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