You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the package does not export anything, so everything has to be explicitly included. We probably want to export some (or all) of the following things:
@ast macro
Node type
Functions for querying and mutating trees (next, insert_after! etc).
Abstract element types (AbstractElement, AbstractInline etc).
Concrete element types (note: Text is ambiguous with a Base export; but the @ast macro does not actually need the Text() method, so it could remain unexported).
The text was updated successfully, but these errors were encountered:
Currently, the package does not export anything, so everything has to be explicitly included. We probably want to export some (or all) of the following things:
@ast
macroNode
typenext
,insert_after!
etc).AbstractElement
,AbstractInline
etc).Text
is ambiguous with aBase
export; but the@ast
macro does not actually need theText()
method, so it could remain unexported).The text was updated successfully, but these errors were encountered: