Node TAP
    Preparing search index...

    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 Summary)

    Index

    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