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%2Fjtd.d.ts;h=0caf84b60ed282f002798ed2a89d4373e0638232;hp=851a76b9f9f2e21427d85ba78510648fb2bfa305;hb=3be0a9efc698a9570a44456009afc6014812625a;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088 diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/jtd.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/jtd.d.ts index 851a76b9..0caf84b6 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/jtd.d.ts +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/jtd.d.ts @@ -1,5 +1,5 @@ import type { AnySchemaObject, SchemaObject, JTDParser } from "./types"; -import type { JTDSchemaType, JTDDataType } from "./types/jtd-schema"; +import type { JTDSchemaType, SomeJTDSchemaType, JTDDataType } from "./types/jtd-schema"; import AjvCore, { CurrentOptions } from "./core"; declare type JTDOptions = CurrentOptions & { strict?: never; @@ -41,5 +41,5 @@ export { SchemaCxt, SchemaObjCxt } from "./compile"; export { KeywordCxt } from "./compile/validate"; export { JTDErrorObject } from "./vocabularies/jtd"; export { _, str, stringify, nil, Name, Code, CodeGen, CodeGenOptions } from "./compile/codegen"; -export { JTDSchemaType, JTDDataType }; +export { JTDSchemaType, SomeJTDSchemaType, JTDDataType }; export { JTDOptions };