persona-community-5/.pnpm-store/v3/files/7f/a7ce2ef66545d8a4f5025c22137b04eb26275162d29ce85b82774b5852c4e9288f68533ab00fc36768a85cae24890097221234fb19735e6bdf18e9b9595004
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

5 lines
217 B
Plaintext

import type Ajv from "../../core";
import { SchemaObjectMap } from "./types";
import { SchemaEnv } from "..";
export default function compileParser(this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap): SchemaEnv;