import FormatMarkdownMinimal from 'typhonjs-escomplex-commons/src/transform/formats/markdown/FormatMarkdownMinimal.js'FormatMarkdownMinimal
Extends:
src/transform/formats/text/AbstractFormatText.js~AbstractFormatTest → FormatTextMinimal → FormatMarkdownMinimal
Provides a format transform for ModuleReport / ProjectReport instances converting them to markdown with minimal metrics.
Constructor Summary
| Public Constructor | ||
| public |
constructor(headers: {}, keys: {}) |
|
Member Summary
| Public Members | ||
| public get |
Gets the file extension. |
|
| public get |
Gets the format name. |
|
Inherited Summary
| From class FormatTextMinimal | ||
| public get |
Gets the file extension. |
|
| public get |
Gets the format name. |
|
| public get |
Gets the format type. |
|
| public |
isSupported(reportType: ReportType): boolean Returns whether a given ReportType is supported by this format transform. |
|
Public Constructors
public constructor(headers: {}, keys: {}) source
Override:
FormatTextMinimal#constructorParams:
| Name | Type | Attribute | Description |
| headers | {} |
|
|
| keys | {} |
|
Public Members
public get extension: string: string source
Gets the file extension.