(_hyperscript)
| 525 | }; |
| 526 | |
| 527 | export default function hdbPlugin(_hyperscript) { |
| 528 | _hyperscript.addCommand(BreakpointCommand.keyword, BreakpointCommand.parse.bind(BreakpointCommand)); |
| 529 | } |
| 530 | |
| 531 | // Auto-register when imported |
| 532 | if (typeof self !== 'undefined' && self._hyperscript) { |
nothing calls this directly
no test coverage detected