(_hyperscript)
| 134 | } |
| 135 | |
| 136 | export default function interceptPlugin(_hyperscript) { |
| 137 | _hyperscript.addFeature(InterceptFeature.keyword, InterceptFeature.parse.bind(InterceptFeature)); |
| 138 | } |
| 139 | |
| 140 | // Auto-register when imported |
| 141 | if (typeof self !== 'undefined' && self._hyperscript) { |
nothing calls this directly
no test coverage detected