(_hyperscript)
| 221 | } |
| 222 | }; |
| 223 | function socketPlugin(_hyperscript) { |
| 224 | _hyperscript.addFeature(SocketFeature.keyword, SocketFeature.parse.bind(SocketFeature)); |
| 225 | } |
| 226 | if (typeof self !== "undefined" && self._hyperscript) { |
| 227 | self._hyperscript.use(socketPlugin); |
| 228 | } |
nothing calls this directly
no test coverage detected