massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / code.d.ts
index f0f287ca545cd091a82ad7b2a6922c0591482114..f914baca5caacfda6d263ff23cc9afaf3c7e9e92 100644 (file)
@@ -12,6 +12,6 @@ export declare function noPropertyInData(gen: CodeGen, data: Name, property: Nam
 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: CodeGen, pattern: string): Name;
+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;