@.format.tmpl.jit()
APIFormat
将已经编译好了的template内核脚本,优化成JIT函数
调用方法
- (compiled, options) -> jit
参数介绍
- compiled: String
@.format.tmpl.compile()
编译产生的内核AST
- options: {async, functors}执行内核脚本的选项
- async: Boolean是否支持异步支持
- functors: Object<name, (template, call, parameters, options, arg ...) -> result>内部函数支持
返回内容
- jit: (parameters) -> resultJIT函数
关联API
- @.format.tmpl()
- @.format.tmpl.closure()
- @.format.tmpl.compile()
- @.format.tmpl.deps()