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
..
2020-04-02 21:59:03 +02:00
2020-09-08 17:27:47 +02:00
2020-09-08 17:27:47 +02:00
2020-03-10 22:19:49 +00:00
2020-03-15 14:38:40 +01:00