estree v2.4.2 ESTree.ForStatement

Summary

Types

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}