UNPKG

447 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3/* tslint:disable:variable-name */
4class TemplateLocator {
5 constructor(__parent) {
6 this.__parent = __parent;
7 }
8 getTemplate(name) {
9 return this.__parent.getTemplateReader(this.__parent.getFullTemplateFile(this.__parent.config, name + '.mustache'));
10 }
11}
12exports.TemplateLocator = TemplateLocator;
13//# sourceMappingURL=TemplateLocator.js.map
\No newline at end of file