UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

16 lines 524 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const dynamicAnchor_1 = require("./dynamicAnchor"); const validate_1 = require("../../compile/validate"); const def = { keyword: "$recursiveAnchor", schemaType: "boolean", code(cxt) { if (cxt.schema) dynamicAnchor_1.dynamicAnchor(cxt, ""); else validate_1.checkStrictMode(cxt.it, "$recursiveAnchor: false is ignored"); }, }; exports.default = def; //# sourceMappingURL=recursiveAnchor.js.map