()
| 507 | this.refs["http://json-schema.org/schema"] = META_SCHEMA_ID; |
| 508 | } |
| 509 | defaultMeta() { |
| 510 | return (this.opts.defaultMeta = |
| 511 | super.defaultMeta() || (this.getSchema(META_SCHEMA_ID) ? META_SCHEMA_ID : undefined)); |
| 512 | } |
| 513 | } |
| 514 | module.exports = exports = Ajv; |
| 515 | Object.defineProperty(exports, "__esModule", { value: true }); |
no test coverage detected