go-jsonnet/internal/program
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
..
BUILD.bazel Make parser package internal 2019-09-03 17:28:33 +02:00
desugarer_test.go Address review comments 2019-08-28 20:16:47 +01:00
desugarer.go Desugar locals in object comprehension. 2020-10-22 14:54:50 +02:00
program.go Anonymous Import Locations 2020-09-08 17:27:47 +02:00
static_analyzer_test.go Address review comments 2019-08-28 20:16:47 +01:00
static_analyzer.go Refactor to allow interleaving optional and positional params 2020-03-05 09:33:21 +01:00