std.zig.
parse(alloc, src)
Ast.parse(alloc, src, Ast.Mode)
* Work in Zig's breaking changes (build sys apis) * [`std.zig.`] `parse(alloc, src)` -> `Ast.parse(alloc, src, Ast.Mode)`
* optimize inlay hints * update iterateChildren * add tests for nodesAtLoc