()
| 205 | } |
| 206 | |
| 207 | destroy() { |
| 208 | this.editor?.destroy(); |
| 209 | this.node?.remove(); |
| 210 | this.node = null; |
| 211 | this.rendered = false; |
| 212 | this.emitter.emit('destroyed'); |
| 213 | this.emitter.removeAllListeners(); |
| 214 | } |
| 215 | } |
| 216 | |
| 217 | type SyntaxParseFeedback = { |
nothing calls this directly
no test coverage detected