estree

v2.7.0

  • Pages
  • Modules

    estree v2.7.0 ESTree.Expression View Source

    Link to this section Summary

    Types

    t()

    Link to this section Types

    Link to this type

    t() View Source
    t() ::
      ESTree.ThisExpression.t()
      | ESTree.ArrayExpression.t()
      | ESTree.ObjectExpression.t()
      | ESTree.FunctionExpression.t()
      | ESTree.ArrowFunctionExpression.t()
      | ESTree.SequenceExpression.t()
      | ESTree.UnaryExpression.t()
      | ESTree.BinaryExpression.t()
      | ESTree.AssignmentExpression.t()
      | ESTree.UpdateExpression.t()
      | ESTree.LogicalExpression.t()
      | ESTree.NewExpression.t()
      | ESTree.CallExpression.t()
      | ESTree.MemberExpression.t()
      | ESTree.YieldExpression.t()
      | ESTree.Identifier.t()
      | ESTree.Literal.t()
      | ESTree.ClassExpression.t()
      | ESTree.TemplateLiteral.t()
      | ESTree.TaggedTemplateExpression.t()
      | ESTree.AwaitExpression.t()

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