mirror of
https://github.com/apple/pkl.git
synced 2026-07-17 10:31:17 +02:00
0237938b3b
This fixes a regression where local members cannot be seen by the expression evaluator. Because variable are now parse-time resolved, this builds a truffle node by first constructing a synthetic module of all defined local members, and calls AstBuilder on this synthetic module first.