summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/template.js
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2013-07-24 05:03:27 +0000
committerYehuda Katz <wycats@gmail.com>2013-07-24 05:03:27 +0000
commitf5c8484ea0c1ac1aec6994ad3b5928fb67b7aa62 (patch)
tree8e92df6cccab8ff4da78c11d90d4e534a19374b8 /lib/handlebars/template.js
parentda130f7745fc338d7ea31c60d9954ab6e0e1511a (diff)
downloadhandlebars.js-f5c8484ea0c1ac1aec6994ad3b5928fb67b7aa62.zip
handlebars.js-f5c8484ea0c1ac1aec6994ad3b5928fb67b7aa62.tar.gz
handlebars.js-f5c8484ea0c1ac1aec6994ad3b5928fb67b7aa62.tar.bz2
Further progress towards modularization.
At this point, I have only 2 fails in the Node build, but I'm doing a bunch of manual stuff locally and still have a bunch of hacks.
Diffstat (limited to 'lib/handlebars/template.js')
-rw-r--r--lib/handlebars/template.js3
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";
+