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