You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing custom lambdas/sections, the function can only reach the current sections' context as this. It would be useful to be able reach nested contexts also when writing these types of functions yourself
Allow sections extensions with outer sections to access the properties
of outer contexts. This allows for section extensions to behave like
hogan.js does internally when looking up properties directly in
templates.
When writing custom lambdas/sections, the function can only reach the current sections' context as
this
. It would be useful to be able reach nested contexts also when writing these types of functions yourselfhttps://gist.github.com/torgeir/9109d2eaccd9bd450cc8
Hogan already seems to do this internally
https://gist.github.com/torgeir/e93699bc10d015b6902f
The text was updated successfully, but these errors were encountered: