estree v2.6.1 ESTree.DoWhileStatement
Summary
Types
t()
t() :: %ESTree.DoWhileStatement{body: ESTree.Statement.t, loc: ESTree.SourceLocation.t | nil, test: ESTree.Expression.t, type: binary}