Package-level declarations
Types
Link copied to clipboard
interface AstIterator
An iterator that runs through the nodes of an AST.
Link copied to clipboard
interface AstIteratorHook
A hook that can be attached to an ObservableAstIterator.
Link copied to clipboard
An iterator that performs a DFS traversal through the nodes of an AST, allowing the registration of observers that will be notified when a node of a certain type is visited.