| 29 | } |
| 30 | |
| 31 | export class WithSignals { |
| 32 | // Note: these will be replaced by the addSignalMethods function |
| 33 | // eslint-disable-next-line @typescript-eslint/no-unused-vars, @typescript-eslint/no-empty-function, @typescript-eslint/no-explicit-any |
| 34 | emit(name: string, ...params: any[]): void {} |
nothing calls this directly
no outgoing calls
no test coverage detected