Reporter class
Signature:export declare class Reporter
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(diagnostic, style, characters) | Constructs a new instance of the Reporter class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| debugString | string | ||
| diagnostic | Diagnostic | ||
| theme | { style: IThemeStyle; characters: IThemeCharacters; } |
Methods
| Method | Modifiers | Description |
|---|---|---|
| getLines(str) | ||
| render_cause() | ||
| render_footer() | ||
| render_header() | ||
| render_snippets() | ||
| render() | ||
| severityStyle() | ||
| write(str) | ||
| writeLine(str) |