Expose current Handlebars namespace fields
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import parser from "./parser";
|
||||
module AST from "./ast";
|
||||
|
||||
export var parser = parser;
|
||||
export { parser };
|
||||
|
||||
export function parse(input) {
|
||||
// Just return if an already-compile AST was passed in.
|
||||
|
||||
Reference in New Issue
Block a user