(s)
| 46280 | (this.element = new Su.wE()), |
| 46281 | this.element.classes.push('json-schema-anyOf')) |
| 46282 | } |
| 46283 | ArrayElement(s) { |
| 46284 | return ( |
| 46285 | s.forEach((s) => { |
| 46286 | const o = isJSONReferenceLikeElement(s) |
| 46287 | ? ['document', 'objects', 'JSONReference'] |
| 46288 | : ['document', 'objects', 'JSONSchema'], |
| 46289 | i = this.toRefractedElement(o, s) |
| 46290 | this.element.push(i) |
| 46291 | }), |
| 46292 | this.copyMetaAndAttributes(s, this.element), |
| 46293 | qu |
| 46294 | ) |
| 46295 | } |
| 46296 | } |
| 46297 | const Zd = AnyOfVisitor |
nothing calls this directly
no test coverage detected