(s)
| 42083 | get isEmpty() { |
| 42084 | return this.children.reject((s) => 'annotation' === s.element).isEmpty |
| 42085 | } |
| 42086 | replaceResult(s) { |
| 42087 | const { result: o } = this |
| 42088 | if (bc(o)) return !1 |
| 42089 | const i = this.content.findIndex((s) => s === o) |
| 42090 | return -1 !== i && ((this.content[i] = s), !0) |
| 42091 | } |
| 42092 | } |
| 42093 | const Au = ParseResult, |