estree

v2.7.0

  • Pages
  • Modules

    estree v2.7.0 ESTree.Node View Source

    Link to this section Summary

    Types

    t()

    Link to this section Types

    Link to this type

    t() View Source
    t() ::
      ESTree.Program.t()
      | ESTree.Function.t()
      | ESTree.Statement.t()
      | ESTree.VariableDeclarator.t()
      | ESTree.Expression.t()
      | ESTree.Property.t()
      | ESTree.Pattern.t()
      | ESTree.SwitchCase.t()
      | ESTree.CatchClause.t()
      | ESTree.MethodDefinition.t()
      | ESTree.Class.t()
      | ESTree.ClassBody.t()
      | ESTree.ImportDeclaration.t()
      | ESTree.ImportSpecifier.t()
      | ESTree.ImportDefaultSpecifier.t()
      | ESTree.ImportNamespaceSpecifier.t()
      | ESTree.ExportNamedDeclaration.t()
      | ESTree.ExportSpecifier.t()
      | ESTree.ExportDefaultDeclaration.t()
      | ESTree.ExportAllDeclaration.t()
      | ESTree.TemplateElement.t()
      | ESTree.Super.t()

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