massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / dynamic / recursiveRef.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 const dynamicRef_1 = require("./dynamicRef");
4 const def = {
5     keyword: "$recursiveRef",
6     schemaType: "string",
7     code: (cxt) => (0, dynamicRef_1.dynamicRef)(cxt, cxt.schema),
8 };
9 exports.default = def;
10 //# sourceMappingURL=recursiveRef.js.map