var jade = require('jade');
// Compile a function
var fn = jade.compile('string of jade', options);
fn(locals);
self
使用self
命名空间来持有本地变量. 默认为falselocals
本地变量对象filename
异常发生时使用,includes时必需debug
输出token和翻译后的函数体compiler
替换掉jade默认的编译器compileDebug
false
的时候调试的结构不会被输出