(plugin: CommentPlugin)
| 5 | import { HiNoteView, VIEW_TYPE_HINOTE } from '../views/hinote/HiNoteView'; |
| 6 | |
| 7 | export function createPluginWindowManager(plugin: CommentPlugin): WindowManager { |
| 8 | return createWindowManager(plugin); |
| 9 | } |
| 10 | |
| 11 | export function registerPluginViews(plugin: CommentPlugin): void { |
| 12 | plugin.registerView( |
no test coverage detected