(target, source, args, runtime)
| 163 | } |
| 164 | |
| 165 | install(target, source, args, runtime) { |
| 166 | runtime.assignToNamespace(target, this.nameSpace, this.workerName, this.stubs); |
| 167 | } |
| 168 | } |
| 169 | |
| 170 | export default function workerPlugin(_hyperscript) { |
nothing calls this directly
no test coverage detected