Hierarchy

  • KnownStatsPrinterContext

Properties

asset?: StatsAsset
bold?: ((str) => string)

Type declaration

    • (str): string
    • Parameters

      • str: string

      Returns string

chunk?: StatsChunk
chunkGroup?: StatsChunkGroup
chunkGroupKind?: string
compilation?: StatsCompilation
cyan?: ((str) => string)

Type declaration

    • (str): string
    • Parameters

      • str: string

      Returns string

formatChunkId?: ((id, direction?) => string)

Type declaration

    • (id, direction?): string
    • Parameters

      • id: string
      • Optional direction: "parent" | "child" | "sibling"

      Returns string

formatDateTime?: ((dateTime) => string)

Type declaration

    • (dateTime): string
    • Parameters

      • dateTime: number

      Returns string

formatFilename?: ((file, oversize?) => string)

Type declaration

    • (file, oversize?): string
    • Parameters

      • file: string
      • Optional oversize: boolean

      Returns string

formatFlag?: ((flag) => string)

Type declaration

    • (flag): string
    • Parameters

      • flag: string

      Returns string

formatModuleId?: ((id) => string)

Type declaration

    • (id): string
    • Parameters

      • id: string

      Returns string

formatSize?: ((size) => string)

Type declaration

    • (size): string
    • Parameters

      • size: number

      Returns string

formatTime?: ((time, boldQuantity?) => string)

Type declaration

    • (time, boldQuantity?): string
    • Parameters

      • time: number
      • Optional boldQuantity: boolean

      Returns string

green?: ((str) => string)

Type declaration

    • (str): string
    • Parameters

      • str: string

      Returns string

magenta?: ((str) => string)

Type declaration

    • (str): string
    • Parameters

      • str: string

      Returns string

module?: StatsModule
moduleReason?: StatsModuleReason
red?: ((str) => string)

Type declaration

    • (str): string
    • Parameters

      • str: string

      Returns string

type?: string
yellow?: ((str) => string)

Type declaration

    • (str): string
    • Parameters

      • str: string

      Returns string

Generated using TypeDoc