estree v2.4.0 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}