estree v2.7.0 ESTree.JSXOpeningElement View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %ESTree.JSXOpeningElement{
attributes: [ESTree.JSXAttribute.t() | ESTree.JSXSpreadAttribute.t()],
loc: ESTree.SourceLocation.t() | nil,
name:
ESTree.JSXIdentifier.t()
| ESTree.JSXMemberExpression.t()
| ESTree.JSXNamespacedName.t(),
selfClosing: boolean(),
type: binary()
}
t() :: %ESTree.JSXOpeningElement{ attributes: [ESTree.JSXAttribute.t() | ESTree.JSXSpreadAttribute.t()], loc: ESTree.SourceLocation.t() | nil, name: ESTree.JSXIdentifier.t() | ESTree.JSXMemberExpression.t() | ESTree.JSXNamespacedName.t(), selfClosing: boolean(), type: binary() }