MCPcopy
hub / github.com/htmlhint/HTMLHint / FormatterEndEvent

Interface FormatterEndEvent

src/cli/formatter.ts:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export 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
62export interface Formatter extends EventEmitter {
63 getSupported(): typeof arrSupportedFormatters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected