| 17 | } |
| 18 | |
| 19 | export interface HMRLogger { |
| 20 | error(msg: string | Error): void |
| 21 | debug(...msg: unknown[]): void |
| 22 | } |
| 23 | |
| 24 | export class HMRContext implements ViteHotContext { |
| 25 | private newListeners: CustomListenersMap |
no outgoing calls
no test coverage detected