squirrellyjs / squirrelly

Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ⛺
https://squirrelly.js.org
MIT License
555 stars 81 forks source link

Support for nested helpers? #260

Open ptatoChi opened 6 months ago

ptatoChi commented 6 months ago

Im creating a nested helper calls, where the parameters of a function is an interpolated function

{{@translateTo({{@async getConfiguredLanguage() /}} )/}}

Is this possible?