Skip to main content

Home > miette > Reporter

Reporter class

Signature:
export declare class Reporter 

Constructors

ConstructorModifiersDescription
(constructor)(diagnostic, style, characters)Constructs a new instance of the Reporter class

Properties

PropertyModifiersTypeDescription
debugStringstring
diagnosticDiagnostic
theme{ style: IThemeStyle; characters: IThemeCharacters; }

Methods

MethodModifiersDescription
getLines(str)
render_cause()
render_footer()
render_header()
render_snippets()
render()
severityStyle()
write(str)
writeLine(str)