X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Ftable%2Fnode_modules%2Fajv%2Fdist%2Fvocabularies%2Fcode.d.ts;h=f914baca5caacfda6d263ff23cc9afaf3c7e9e92;hp=f0f287ca545cd091a82ad7b2a6922c0591482114;hb=3be0a9efc698a9570a44456009afc6014812625a;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088 diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/vocabularies/code.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/vocabularies/code.d.ts index f0f287ca..f914baca 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/vocabularies/code.d.ts +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/vocabularies/code.d.ts @@ -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;