estree v2.6.0 ESTree.ForOfStatement

Summary

Types

t()
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}