gherkin-ast
Version:
JS model for Gherkin feature files
27 lines • 1.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.config = exports.TagFormat = void 0;
const tslib_1 = require("tslib");
const parseConfig_1 = tslib_1.__importDefault(require("./parseConfig"));
exports.config = parseConfig_1.default;
tslib_1.__exportStar(require("./gherkinObject"), exports);
tslib_1.__exportStar(require("./ast/background"), exports);
tslib_1.__exportStar(require("./ast/comment"), exports);
tslib_1.__exportStar(require("./ast/dataTable"), exports);
tslib_1.__exportStar(require("./ast/docString"), exports);
tslib_1.__exportStar(require("./ast/element"), exports);
tslib_1.__exportStar(require("./ast/examples"), exports);
tslib_1.__exportStar(require("./ast/feature"), exports);
tslib_1.__exportStar(require("./ast/gherkinDocument"), exports);
tslib_1.__exportStar(require("./ast/rule"), exports);
tslib_1.__exportStar(require("./ast/scenario"), exports);
tslib_1.__exportStar(require("./ast/scenarioOutline"), exports);
tslib_1.__exportStar(require("./ast/step"), exports);
tslib_1.__exportStar(require("./ast/tableCell"), exports);
tslib_1.__exportStar(require("./ast/tableRow"), exports);
tslib_1.__exportStar(require("./ast/tag"), exports);
tslib_1.__exportStar(require("./common"), exports);
tslib_1.__exportStar(require("./utils"), exports);
var parseConfig_2 = require("./parseConfig");
Object.defineProperty(exports, "TagFormat", { enumerable: true, get: function () { return parseConfig_2.TagFormat; } });
//# sourceMappingURL=index.js.map