go-jsonnet/internal
Stanisław Barzowski 570101d43c Desugar locals in object comprehension.
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.
2020-10-22 14:54:50 +02:00
..
dump fix order-dependent test 2020-04-02 21:59:03 +02:00
errors Add ParseParameter. Also fell down the rabbithole improving content and consistency of parse errors 2020-03-05 09:33:21 +01:00
formatter Anonymous Import Locations 2020-09-08 17:27:47 +02:00
parser Anonymous Import Locations 2020-09-08 17:27:47 +02:00
pass Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
program Desugar locals in object comprehension. 2020-10-22 14:54:50 +02:00
testutils Preparation for linter. 2020-03-15 14:38:40 +01:00