Lines Matching refs:hb
22 var hb = _create();
24 hb.compile = function (input, options) {
25 return _handlebarsCompilerCompiler.compile(input, options, hb);
27 hb.precompile = function (input, options) {
28 return _handlebarsCompilerCompiler.precompile(input, options, hb);
31 hb.AST = _AST['default'];
32 hb.Compiler = _handlebarsCompilerCompiler.Compiler;
33 hb.JavaScriptCompiler = _JavaScriptCompiler['default'];
34 hb.Parser = _handlebarsCompilerBase.parser;
35 hb.parse = _handlebarsCompilerBase.parse;
36 hb.parseWithoutProcessing = _handlebarsCompilerBase.parseWithoutProcessing;
38 return hb;