massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / compile / validate / keyword.d.ts
index 1858c3a73e28e4303fc1ee6684cdd51f7b954792..d15cee8780717c043c89e6f1056f5a1c97ea1480 100644 (file)
@@ -5,4 +5,4 @@ import type { JSONType } from "../rules";
 export declare function macroKeywordCode(cxt: KeywordCxt, def: MacroKeywordDefinition): void;
 export declare function funcKeywordCode(cxt: KeywordCxt, def: FuncKeywordDefinition): void;
 export declare function validSchemaType(schema: unknown, schemaType: JSONType[], allowUndefined?: boolean): boolean;
-export declare function validateKeywordUsage({ schema, opts, self }: SchemaObjCxt, def: AddedKeywordDefinition, keyword: string): void;
+export declare function validateKeywordUsage({ schema, opts, self, errSchemaPath }: SchemaObjCxt, def: AddedKeywordDefinition, keyword: string): void;