(_hyperscript)
| 168 | } |
| 169 | |
| 170 | export default function workerPlugin(_hyperscript) { |
| 171 | _hyperscript.addFeature(WorkerFeature.keyword, WorkerFeature.parse.bind(WorkerFeature)); |
| 172 | } |
| 173 | |
| 174 | // Auto-register when imported |
| 175 | if (typeof self !== 'undefined' && self._hyperscript) { |
nothing calls this directly
no test coverage detected