| 48 | } |
| 49 | |
| 50 | export interface FormatterEndEvent { |
| 51 | arrAllMessages: { |
| 52 | file: string |
| 53 | messages: Hint[] |
| 54 | time: number |
| 55 | }[] |
| 56 | allFileCount: number |
| 57 | allHintFileCount: number |
| 58 | allHintCount: number |
| 59 | time: number |
| 60 | } |
| 61 | |
| 62 | export interface Formatter extends EventEmitter { |
| 63 | getSupported(): typeof arrSupportedFormatters |
nothing calls this directly
no outgoing calls
no test coverage detected