(s)
| 46226 | } |
| 46227 | const Kd = PatternPropertiesVisitor |
| 46228 | class DependenciesVisitor extends Mixin(Jd, Rd, yd) { |
| 46229 | constructor(s) { |
| 46230 | ;(super(s), |
| 46231 | (this.element = new Su.Sh()), |
| 46232 | this.element.classes.push('json-schema-dependencies'), |
| 46233 | (this.specPath = (s) => |
| 46234 | isJSONReferenceLikeElement(s) |
| 46235 | ? ['document', 'objects', 'JSONReference'] |
| 46236 | : ['document', 'objects', 'JSONSchema'])) |
| 46237 | } |
| 46238 | } |
| 46239 | const Gd = DependenciesVisitor |
nothing calls this directly
no test coverage detected