(target, source, args, runtime)
| 194 | } |
| 195 | } |
| 196 | install(target, source, args, runtime) { |
| 197 | runtime.assignToNamespace(target, this.nameSpace, this.workerName, this.stubs); |
| 198 | } |
| 199 | }; |
| 200 | function workerPlugin(_hyperscript) { |
| 201 | _hyperscript.addFeature(WorkerFeature.keyword, WorkerFeature.parse.bind(WorkerFeature)); |
nothing calls this directly
no test coverage detected