(s)
| 46317 | } |
| 46318 | const ef = OneOfVisitor |
| 46319 | class DefinitionsVisitor extends Mixin(Jd, Rd, yd) { |
| 46320 | constructor(s) { |
| 46321 | ;(super(s), |
| 46322 | (this.element = new Su.Sh()), |
| 46323 | this.element.classes.push('json-schema-definitions'), |
| 46324 | (this.specPath = (s) => |
| 46325 | isJSONReferenceLikeElement(s) |
| 46326 | ? ['document', 'objects', 'JSONReference'] |
| 46327 | : ['document', 'objects', 'JSONSchema'])) |
| 46328 | } |
| 46329 | } |
| 46330 | const rf = DefinitionsVisitor |
nothing calls this directly
no test coverage detected