estree v2.7.0 ESTree.ForInStatement View Source

Link to this section Summary

Link to this section Types

Link to this type

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