()
| 5234 | return o |
| 5235 | } |
| 5236 | get children() { |
| 5237 | if (Array.isArray(this.content)) return new _(this.content) |
| 5238 | if (this.content instanceof u) { |
| 5239 | const s = new _([this.content.key]) |
| 5240 | return (this.content.value && s.push(this.content.value), s) |
| 5241 | } |
| 5242 | return this.content instanceof Element ? new _([this.content]) : new _() |
| 5243 | } |
| 5244 | get recursiveChildren() { |
| 5245 | const s = new _() |
| 5246 | return ( |