()
| 42075 | (s) => 'annotation' === s.element && s.classes.contains('warning') |
| 42076 | ) |
| 42077 | } |
| 42078 | get errors() { |
| 42079 | return this.children.filter( |
| 42080 | (s) => 'annotation' === s.element && s.classes.contains('error') |
| 42081 | ) |
| 42082 | } |
| 42083 | get isEmpty() { |
| 42084 | return this.children.reject((s) => 'annotation' === s.element).isEmpty |