(s)
| 46214 | } |
| 46215 | const Hd = PropertiesVisitor |
| 46216 | class PatternPropertiesVisitor extends Mixin(Jd, Rd, yd) { |
| 46217 | constructor(s) { |
| 46218 | ;(super(s), |
| 46219 | (this.element = new Su.Sh()), |
| 46220 | this.element.classes.push('json-schema-patternProperties'), |
| 46221 | (this.specPath = (s) => |
| 46222 | isJSONReferenceLikeElement(s) |
| 46223 | ? ['document', 'objects', 'JSONReference'] |
| 46224 | : ['document', 'objects', 'JSONSchema'])) |
| 46225 | } |
| 46226 | } |
| 46227 | const Kd = PatternPropertiesVisitor |
nothing calls this directly
no test coverage detected