estree

v2.7.0

  • Pages
  • Modules

    estree v2.7.0 ESTree.Statement View Source

    Link to this section Summary

    Types

    t()

    Link to this section Types

    Link to this type

    t() View Source
    t() ::
      ESTree.EmptyStatement.t()
      | ESTree.BlockStatement.t()
      | ESTree.ExpressionStatement.t()
      | ESTree.IfStatement.t()
      | ESTree.LabeledStatement.t()
      | ESTree.BreakStatement.t()
      | ESTree.ContinueStatement.t()
      | ESTree.WithStatement.t()
      | ESTree.SwitchStatement.t()
      | ESTree.ReturnStatement.t()
      | ESTree.ThrowStatement.t()
      | ESTree.TryStatement.t()
      | ESTree.WhileStatement.t()
      | ESTree.DoWhileStatement.t()
      | ESTree.ForStatement.t()
      | ESTree.ForInStatement.t()
      | ESTree.ForOfStatement.t()
      | ESTree.DebuggerStatement.t()
      | ESTree.ConditionalStatement.t()
      | ESTree.Declaration.t()

    Built using ExDoc (v0.20.2), designed by Friedel Ziegelmayer for the Elixir programming language.