Make the environment reusable.
This commit is contained in:
+3
-1
@@ -14,7 +14,9 @@ var create = function() {
|
||||
hb.compile = function(input, options) {
|
||||
return compile(input, options, hb);
|
||||
};
|
||||
hb.precompile = precompile;
|
||||
hb.precompile = function (input, options) {
|
||||
return precompile(input, options, hb);
|
||||
};
|
||||
|
||||
hb.AST = AST;
|
||||
hb.Compiler = Compiler;
|
||||
|
||||
Reference in New Issue
Block a user