(s)
| 47850 | } |
| 47851 | const Ay = ComponentsSchemas |
| 47852 | class SchemasVisitor extends Mixin(_m, em) { |
| 47853 | constructor(s) { |
| 47854 | ;(super(s), |
| 47855 | (this.element = new Ay()), |
| 47856 | (this.specPath = (s) => |
| 47857 | isReferenceLikeElement(s) |
| 47858 | ? ['document', 'objects', 'Reference'] |
| 47859 | : ['document', 'objects', 'Schema'])) |
| 47860 | } |
| 47861 | ObjectElement(s) { |
| 47862 | const o = _m.prototype.ObjectElement.call(this, s) |
nothing calls this directly
no test coverage detected