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%2Fcompile%2Findex.d.ts;h=ca8920ab440f6437047d1b39ada855fea24a919f;hp=57291962ead67dc06883e06a2115625f9dfc3daf;hb=3be0a9efc698a9570a44456009afc6014812625a;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088 diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/index.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/index.d.ts index 57291962..ca8920ab 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/index.d.ts +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/index.d.ts @@ -44,6 +44,7 @@ export interface SchemaObjCxt extends SchemaCxt { } interface SchemaEnvArgs { readonly schema: AnySchema; + readonly schemaId?: "$id" | "id"; readonly root?: SchemaEnv; readonly baseId?: string; readonly schemaPath?: string; @@ -52,6 +53,7 @@ interface SchemaEnvArgs { } export declare class SchemaEnv implements SchemaEnvArgs { readonly schema: AnySchema; + readonly schemaId?: "$id" | "id"; readonly root: SchemaEnv; baseId: string; schemaPath?: string;