|
|
|
|
|
by ithkuil
992 days ago
|
|
Something like this but for jsonnet could definitely help people grokking how jsonnet works. I do believe that jsonnet (despite all it's real problems) is an underestimated jewel mostly because of the embryonic level of its tooling. An ide/debugger like this could help. EDIT: some tangentially related work: https://github.com/kubecfg/ursonnet |
|
In fact, I believe it's possible to write code in TypeScript that would be very similar to Jsonnet. TypeScript provides the capability to create compiler plugins, which can restrict the allowed language subset, effectively making it more limited and suitable for configuration