(s)
| 47108 | } |
| 47109 | const hm = InfoVisitor |
| 47110 | const dm = class VersionVisitor extends em { |
| 47111 | StringElement(s) { |
| 47112 | const o = super.enter(s) |
| 47113 | return ( |
| 47114 | this.element.classes.push('api-version'), |
| 47115 | this.element.classes.push('version'), |
| 47116 | o |
| 47117 | ) |
| 47118 | } |
| 47119 | } |
| 47120 | class ContactVisitor extends Mixin(cm, em) { |