mirror of
https://github.com/google/go-jsonnet.git
synced 2026-05-05 03:56:11 +02:00
* Array comprehensions Implemented using flatMap. The representation in AST was changed - now it expresses the semantic structure better. Ifs in comprehensions are not supported yet, but easy.
6 lines
21 B
Plaintext
6 lines
21 B
Plaintext
[
|
|
1,
|
|
2,
|
|
3
|
|
]
|