Originally created by @bioball on GitHub (Jul 29, 2025).
`AstBuilder` should perform the logic of resolving variables, rather than creating `ResolveVariableNode` and `ResolveMethodNode`.
This enables features such as:
* Flat member syntax (#423)
* User-facing varargs
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @bioball on GitHub (Jul 29, 2025).
AstBuildershould perform the logic of resolving variables, rather than creatingResolveVariableNodeandResolveMethodNode.This enables features such as: