mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-10 00:07:13 +02:00
Desugar the locals in object comprehensions "traditionally" instead of handling them manually. Object comprehensions allow the locals to depend on the index variable which means that they are separate for each field. It doesn't make sense to treat them as a property of the whole object. Fixes #358. |
||
---|---|---|
.. | ||
dump | ||
errors | ||
formatter | ||
parser | ||
pass | ||
program | ||
testutils |