()
| 42080 | (s) => 'annotation' === s.element && s.classes.contains('error') |
| 42081 | ) |
| 42082 | } |
| 42083 | get isEmpty() { |
| 42084 | return this.children.reject((s) => 'annotation' === s.element).isEmpty |
| 42085 | } |
| 42086 | replaceResult(s) { |
| 42087 | const { result: o } = this |