%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
import type { SchemaMap } from "../types"; import type { SchemaCxt } from "../compile"; import type { KeywordCxt } from "../compile/validate"; import { CodeGen, Code, Name } from "../compile/codegen"; export declare function checkReportMissingProp(cxt: KeywordCxt, prop: string): void; export declare function checkMissingProp({ gen, data, it: { opts } }: KeywordCxt, properties: string[], missing: Name): Code; export declare function reportMissingProp(cxt: KeywordCxt, missing: Name): void; export declare function hasPropFunc(gen: CodeGen): Name; export declare function isOwnProperty(gen: CodeGen, data: Name, property: Name | string): Code; export declare function propertyInData(gen: CodeGen, data: Name, property: Name | string, ownProperties?: boolean): Code; export declare function noPropertyInData(gen: CodeGen, data: Name, property: Name | string, ownProperties?: boolean): Code; export declare function allSchemaProperties(schemaMap?: SchemaMap): string[]; export declare function schemaProperties(it: SchemaCxt, schemaMap: SchemaMap): string[]; export declare function callValidateCode({ schemaCode, data, it: { gen, topSchemaRef, schemaPath, errorPath }, it }: KeywordCxt, func: Code, context: Code, passSchema?: boolean): Code; export declare function usePattern({ gen, it: { opts } }: KeywordCxt, pattern: string): Name; export declare function validateArray(cxt: KeywordCxt): Name; export declare function validateUnion(cxt: KeywordCxt): void;