(s)
| 46202 | } |
| 46203 | } |
| 46204 | class PropertiesVisitor extends Mixin(Jd, Rd, yd) { |
| 46205 | constructor(s) { |
| 46206 | ;(super(s), |
| 46207 | (this.element = new Su.Sh()), |
| 46208 | this.element.classes.push('json-schema-properties'), |
| 46209 | (this.specPath = (s) => |
| 46210 | isJSONReferenceLikeElement(s) |
| 46211 | ? ['document', 'objects', 'JSONReference'] |
| 46212 | : ['document', 'objects', 'JSONSchema'])) |
| 46213 | } |
| 46214 | } |
| 46215 | const Hd = PropertiesVisitor |
nothing calls this directly
no test coverage detected