/
For the complete documentation index, see llms.txt. This page is also available as Markdown.
Main packages:
core.ast.iterator,core.context.hooks
After the function calls have been expanded, the AST is traversed depth-first to gather enriched information about the document, such as:
For performance reasons, only one traversal is performed during this stage. Each operation can however act independently by attaching its own hook to the tree iterator, which is triggered when nodes of a certain kind are encountered.