boats
Version:
Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.
12 lines (11 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const tslib_1 = require("tslib");
const AutoIndexer_1 = tslib_1.__importDefault(require("../AutoIndexer"));
function default_1(autoComponentIndexerOptions) {
return AutoIndexer_1.default.getIndexYaml(this.env.globals.currentFilePointer, this.env.globals.boatsConfig, {
components: true,
autoComponentIndexerOptions
});
}