Properties
cacheHits
cacheHits: Set<string & object> = new Set<LocatorHash>()
cacheMisses
cacheMisses: Set<string & object> = new Set<LocatorHash>()
Private errorCount
errorCount: number = 0
Private forceSectionAlignment
forceSectionAlignment: boolean
Private includeFooter
includeFooter: boolean
Private includeInfos
includeInfos: boolean
Private includeNames
includeNames: boolean
Private includePrefix
includePrefix: boolean
Private includeWarnings
includeWarnings: boolean
Private indent
indent: number = 0
Private json
json: boolean
Private level
level: number = 0
Private progressFrame
progressFrame: number = 0
Private progressMaxScaledSize
progressMaxScaledSize: number | null = null
Private progressStyle
progressStyle: object | null = null
Private progressTime
progressTime: number = 0
Private progressTimeout
progressTimeout: ReturnType<typeof setTimeout> | null = null
Private startTime
startTime: number = Date.now()
Private stdout
stdout: Writable
Private timerFooter
timerFooter: Array<function> = []
Private uncommitted
uncommitted: Set<object> = new Set<{committed: boolean;action: () => void;}>()
Private warningCount
warningCount: number = 0