文件操作 - resolve.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@redocly/ajv/dist/compile/resolve.d.ts
编辑文件内容
import type { AnySchema, AnySchemaObject, UriResolver } from "../types"; import type Ajv from "../ajv"; import type { URIComponents } from "uri-js-replace"; export type LocalRefs = { [Ref in string]?: AnySchemaObject; }; export declare function inlineRef(schema: AnySchema, limit?: boolean | number): boolean; export declare function getFullPath(resolver: UriResolver, id?: string, normalize?: boolean): string; export declare function _getFullPath(resolver: UriResolver, p: URIComponents): string; export declare function normalizeId(id: string | undefined): string; export declare function resolveUrl(resolver: UriResolver, baseId: string, id: string): string; export declare function getSchemaRefs(this: Ajv, schema: AnySchema, baseId: string): LocalRefs;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件