import FormatTextModules from 'typhonjs-escomplex-commons/src/transform/formats/text/FormatTextModules.js'FormatTextModules
Extends:
src/transform/formats/text/AbstractFormatText.js~AbstractFormatTest → FormatTextModules
Direct Subclass:
Provides a format transform for ModuleReport / ProjectReport instances converting them to plain text with just modules.
Constructor Summary
| Public Constructor | ||
| public |
constructor(headers: {}, keys: {}) |
|
Member Summary
| Public Members | ||
| public get |
Gets the file extension. |
|
| public get |
Gets the format name. |
|
| public get |
Gets the format type. |
|
Method Summary
| Public Methods | ||
| public |
isSupported(reportType: ReportType): boolean Returns whether a given ReportType is supported by this format transform. |
|
Public Constructors
public constructor(headers: {}, keys: {}) source
Params:
| Name | Type | Attribute | Description |
| headers | {} |
|
|
| keys | {} |
|
Public Members
Public Methods
public isSupported(reportType: ReportType): boolean source
Returns whether a given ReportType is supported by this format transform.
Params:
| Name | Type | Attribute | Description |
| reportType | ReportType | A given report type. |