im4LF

Results 4 comments of im4LF

Something like: ``` Javascript this.compiled = function (template, callback) { try { var context = new TemplateContext(); var container = context.load(template); callback(null, container); } catch (err) { callback(err); } };...

I need compiled version of template not a rendered result

I mean translate cofeescript to native javascript ``` javascript var template = '{{ if @a > 10: }}more then 10{{ end }}'; var compiled = '... if ( this.a >...

> Thanks for taking the time to contribute this! Please add change log entry and sime test to cover basic regexp examples. Make sure this has the right documentation. I...