()
| 7 | |
| 8 | return { |
| 9 | async init() { |
| 10 | await plugins.register(nodeCommand, {}, { autoInit: true }); |
| 11 | await plugins.register(historyCommand, {}, { autoInit: true }); |
| 12 | }, |
| 13 | destroy() { |
| 14 | plugins.delete(nodeCommand.pluginName); |
| 15 | plugins.delete(historyCommand.pluginName); |
nothing calls this directly
no test coverage detected
searching dependent graphs…