Lines Matching refs:hb
36 var hb = _create();
38 hb.compile = function (input, options) {
39 return _handlebarsCompilerCompiler.compile(input, options, hb);
41 hb.precompile = function (input, options) {
42 return _handlebarsCompilerCompiler.precompile(input, options, hb);
45 hb.AST = _handlebarsCompilerAst2['default'];
46 hb.Compiler = _handlebarsCompilerCompiler.Compiler;
47 hb.JavaScriptCompiler = _handlebarsCompilerJavascriptCompiler2['default'];
48 hb.Parser = _handlebarsCompilerBase.parser;
49 hb.parse = _handlebarsCompilerBase.parse;
50 hb.parseWithoutProcessing = _handlebarsCompilerBase.parseWithoutProcessing;
52 return hb;