Julian Goacher

Results 2 issues of Julian Goacher

Given a context like this: ``` js { "bar": "fubar", "helper": function(chunk, context, bodies, params) { return chunk.write(params.foo); } } ``` and a template like this: ``` html {#helper foo="{bar}"/}...

Consider adding asynchronous lambda support? It would work as follows: - Function values would support an optional callback argument. - Function values accepting the callback would return an undefined value...