(s)
| 47471 | } |
| 47472 | const lg = SchemaVisitor |
| 47473 | class ExamplesVisitor extends Mixin(_m, em) { |
| 47474 | constructor(s) { |
| 47475 | ;(super(s), |
| 47476 | (this.element = new Su.Sh()), |
| 47477 | this.element.classes.push('examples'), |
| 47478 | (this.specPath = (s) => |
| 47479 | isReferenceLikeElement(s) |
| 47480 | ? ['document', 'objects', 'Reference'] |
| 47481 | : ['document', 'objects', 'Example']), |
| 47482 | (this.canSupportSpecificationExtensions = !0)) |
| 47483 | } |
| 47484 | ObjectElement(s) { |
| 47485 | const o = _m.prototype.ObjectElement.call(this, s) |
nothing calls this directly
no test coverage detected