(data)
| 328 | } |
| 329 | |
| 330 | _parse(data) { |
| 331 | if(!this.showIDE) return; |
| 332 | this.ide.loadDocument(data.generation, data.text, data.spans, data.extraInfo, data.css); // @FIXME |
| 333 | } |
| 334 | |
| 335 | _comments(data) { |
| 336 | if(!this.showIDE) return; |
nothing calls this directly
no test coverage detected