go-jsonnet/testdata/object_comp_local3.jsonnet
Stanisław Barzowski 83ed0b939f Proper env for obj locals in comprehensions
We didn't set the environment (upvalues) for objects
created as comprehensions - we set them for each field
separately, but that meant missing the locals.
2019-05-13 17:42:04 +02:00

1 line
63 B
Jsonnet

{local tmp = std.parseHex("ff"), [name]: tmp for name in ["a"]}