eldoy / weblang

Low code programming language for safe, portable and efficient code.
https://weblang.org
MIT License
3 stars 0 forks source link

Need root name of pipe chain for renderers #30

Closed eldoy closed 1 year ago

eldoy commented 1 year ago

This code expands $projects so that you don't know the name in the renderer.

Especially for mustache is this problematic. The only way to circumvent atm is to use current.

=something: $projects |
  ```html
  hello
eldoy commented 1 year ago

Not really a big problem, can just pass state.vars. Nofix for now.