The base class for all other comparators, and used directly by comparators for their "simplePrint" methods. It doesn't do comparison, just formatting.

Hierarchy (view full)

Constructors

Properties

bufferChunkSize: number
expect: any
id: null | number
idCounter: number
idMap: Map<any, number>
indent: string
isKey: boolean
key: any
level: number
match: boolean
memo: null | string
object: any
options: FormatOptions
parent: null | Format
sort: boolean
style: Style

Accessors

Methods