diff options
Diffstat (limited to 'lib/handlebars/template.js')
-rw-r--r-- | lib/handlebars/template.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/handlebars/template.js b/lib/handlebars/template.js new file mode 100644 index 0000000..befba7e --- /dev/null +++ b/lib/handlebars/template.js @@ -0,0 +1,3 @@ +import { escapeExpression, extend } from "./utils"; +import { COMPILER_REVISION, REVISION_CHANGES } from "./base"; + |