X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Ftable%2Fnode_modules%2Fajv%2Fdist%2Fcompile%2Fresolve.d.ts;h=38c29170c862f3a2913d7e2abc218acd738819aa;hb=3be0a9efc698a9570a44456009afc6014812625a;hp=7a84126b426ede2cfcaa0e746313036985c7ed39;hpb=3c06164f15bd10aed7d66b6314764a2961a14762;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/resolve.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/resolve.d.ts index 7a84126b..38c29170 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/resolve.d.ts +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/resolve.d.ts @@ -9,4 +9,4 @@ export declare function getFullPath(id?: string, normalize?: boolean): string; export declare function _getFullPath(p: URI.URIComponents): string; export declare function normalizeId(id: string | undefined): string; export declare function resolveUrl(baseId: string, id: string): string; -export declare function getSchemaRefs(this: Ajv, schema: AnySchema): LocalRefs; +export declare function getSchemaRefs(this: Ajv, schema: AnySchema, baseId: string): LocalRefs;