文件操作 - applicability.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@redocly/ajv/dist/compile/validate/applicability.js
编辑文件内容
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.schemaHasRulesForType = schemaHasRulesForType; exports.shouldUseGroup = shouldUseGroup; exports.shouldUseRule = shouldUseRule; function schemaHasRulesForType({ schema, self }, type) { const group = self.RULES.types[type]; return group && group !== true && shouldUseGroup(schema, group); } function shouldUseGroup(schema, group) { return group.rules.some((rule) => shouldUseRule(schema, rule)); } function shouldUseRule(schema, rule) { var _a; return (schema[rule.keyword] !== undefined || ((_a = rule.definition.implements) === null || _a === void 0 ? void 0 : _a.some((kwd) => schema[kwd] !== undefined))); } //# sourceMappingURL=applicability.js.map
修改文件时间
将文件时间修改为当前时间的前一年
删除文件