estree v2.7.0 ESTree.JSXElement View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %ESTree.JSXElement{
  children: [
    ESTree.Literal.t()
    | ESTree.JSXExpressionContainer.t()
    | ESTree.JSXElement.t()
  ],
  closingElement: ESTree.JSXClosingElement.t() | nil,
  loc: ESTree.SourceLocation.t() | nil,
  openingElement: ESTree.JSXOpeningElement.t(),
  type: binary()
}