Create a ReportBuilder from the given options
base directory that all paths are relativized from
The type of builder that should be created. Defaults to Simple
ReportBuilder
Parse (Asynchronously)
Parse an input with the given options and return a Promise of a Report.
Promise that resolves with a parsed Report
Parse the string contents and return a Report
string containing input that should be parsed
base directory that all paths are relativized from
The type of builder that should be created
Parsed Report
Parse (Synchronously)
Parse an input with the given options and return a Report.
Parsed Report
Generated using TypeDoc
Abstract Parser
A shared base class for all variations of Parsers to share the same API. Several utility helper methods are defined to help subclasses implement the parse methods.