Type Alias TemplateNode

TemplateNode:
    | AST.Root
    | AST.Text
    | Tag
    | ElementLike
    | AST.Attribute
    | AST.SpreadAttribute
    | Directive
    | AST.Comment
    | Block