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

Method on

src/cli/formatter.ts:72–72  ·  view source on GitHub ↗
(event: 'start', listener: () => void)

Source from the content-addressed store, hash-verified

70 emit(event: 'end', arg: FormatterEndEvent): boolean
71
72 on(event: 'start', listener: () => void): this
73 on(event: 'file', listener: (event: FormatterFileEvent) => void): this
74 on(event: 'config', listener: (event: FormatterConfigEvent) => void): this
75 on(event: 'end', listener: (event: FormatterEndEvent) => void): this

Callers 14

executable.spec.jsFile · 0.80
sarif.spec.jsFile · 0.80
htmlhint.tsFile · 0.80
walkPathFunction · 0.80
hintStdinFunction · 0.80
defaultFormatterFunction · 0.80
htmlFormatterFunction · 0.80
markdownFormatterFunction · 0.80
unixFormatterFunction · 0.80
jsonFormatterFunction · 0.80
compactFormatterFunction · 0.80
junitFormatterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected