summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/index.js
blob: e62c7684c217a73804044b9da99dec92c932f11c (plain)
1
2
3
4
5
6
7
// Each of these module will augment the Handlebars object as it loads. No need to perform addition operations
module.exports = require("./base");
require("./visitor");
require("./printer");

require("./ast");
require("./compiler");