estree v2.6.0 ESTree.ForStatement

Summary

Types

t()
t() :: %ESTree.ForStatement{body: ESTree.Statement.t, init: ESTree.VariableDeclaration.t | ESTree.Expression.t | nil, loc: ESTree.SourceLocation.t | nil, test: ESTree.Expression.t | nil, type: binary, update: ESTree.Expression.t | nil}