estree v2.3.0 ESTree.ForOfStatement
Summary
Types
t :: %ESTree.ForOfStatement{body: ESTree.Statement.t, left: ESTree.VariableDeclaration.t | ESTree.Pattern.t, loc: ESTree.SourceLocation.t | nil, right: ESTree.Expression.t, type: binary}
t :: %ESTree.ForOfStatement{body: ESTree.Statement.t, left: ESTree.VariableDeclaration.t | ESTree.Pattern.t, loc: ESTree.SourceLocation.t | nil, right: ESTree.Expression.t, type: binary}