@.format.tmpl.compile()
APIFormat
编译template内核脚本
调用方法
- (template, options) -> compiled
参数介绍
- template: String脚本
- options: {async, functors}执行内核脚本的选项
- async: Boolean是否支持异步支持
- functors: Object<name, (template, call, parameters, options, arg ...) -> result>内部函数支持
关联API
- @.format.tmpl()
- @.format.tmpl.closure()
- @.format.tmpl.deps()
- @.format.tmpl.jit()