(_hyperscript)
| 188 | } |
| 189 | |
| 190 | export default function socketPlugin(_hyperscript) { |
| 191 | _hyperscript.addFeature(SocketFeature.keyword, SocketFeature.parse.bind(SocketFeature)); |
| 192 | } |
| 193 | |
| 194 | // Auto-register when imported |
| 195 | if (typeof self !== 'undefined' && self._hyperscript) { |
nothing calls this directly
no test coverage detected