persona-community-5/.pnpm-store/v3/files/0e/98dcb6d0c4484ed039c7888b9f07b8361d08f83ddd5124d44868b8a1c6898ebf182405406f2d1d2f02d94469a9e8cb3c2e8a21adaf557c8e8aaaf7f226af55
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
403 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const dependencies_1 = require("../applicator/dependencies");
const def = {
keyword: "dependentRequired",
type: "object",
schemaType: "object",
error: dependencies_1.error,
code: (cxt) => (0, dependencies_1.validatePropertyDeps)(cxt),
};
exports.default = def;
//# sourceMappingURL=dependentRequired.js.map