(target, source, args, runtime2)
| 11574 | } |
| 11575 | } |
| 11576 | install(target, source, args, runtime2) { |
| 11577 | runtime2.assignToNamespace(target, this.nameSpace, this.workerName, this.stubs); |
| 11578 | } |
| 11579 | }; |
| 11580 | function workerPlugin(_hyperscript2) { |
| 11581 | _hyperscript2.addFeature(WorkerFeature2.keyword, WorkerFeature2.parse.bind(WorkerFeature2)); |
nothing calls this directly
no test coverage detected