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.
ReadableStream of input data
Optional options to control how the report is generated:
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
Generated using TypeDoc
Browser Stream Parser
An extension of {@link StreamParser | StreamParser} that supports Browser Streams as the input source for generating reports.