()
| 44 | return getCompatListeners(instance) |
| 45 | }, |
| 46 | get injections() { |
| 47 | if (comp.inject) { |
| 48 | const injections = {} |
| 49 | resolveInjections(comp.inject, injections) |
| 50 | return injections |
| 51 | } |
| 52 | return {} |
| 53 | }, |
| 54 | } |
| 55 | return legacyFn(compatH, legacyCtx) |
| 56 | } |
nothing calls this directly
no test coverage detected