Hierarchy

Constructors

Properties

auxiliaryFiles: Set<string>
chunkReason?: string
contentHash: Record<string, string>
cssFilenameTemplate: null | string | ((arg0, arg1?) => string)

Type declaration

    • (arg0, arg1?): string
    • Parameters

      Returns string

debugId: number
extraAsync: boolean
filenameTemplate: null | string | ((arg0, arg1?) => string)

Type declaration

    • (arg0, arg1?): string
    • Parameters

      Returns string

files: Set<string>
hash?: string
id: null | string | number
idNameHints: SortableSet<string>
ids: null | (string | number)[]
name: string
preventIntegration: boolean
rendered: boolean
renderedHash?: string
runtime: RuntimeSpec

Accessors

  • get entryModule(): Module
  • Returns Module

  • get modulesIterable(): Iterable<Module>
  • Returns Iterable<Module>

Methods

  • Parameters

    Returns void

  • Parameters

    Returns boolean

  • Returns boolean

  • Parameters

    Returns boolean

  • Parameters

    Returns 0 | 1 | -1

  • Parameters

    Returns boolean

  • Returns void

  • Parameters

    • chunkGraph: ChunkGraph
    • Optional filterFn: ((c, chunkGraph) => boolean)
        • (c, chunkGraph): boolean
        • Parameters

          Returns boolean

    Returns Record<string, (string | number)[]>

  • Parameters

    • chunkGraph: ChunkGraph
    • Optional includeDirectChildren: boolean
    • Optional filterFn: ((c, chunkGraph) => boolean)
        • (c, chunkGraph): boolean
        • Parameters

          Returns boolean

    Returns Record<string | number, Record<string, (string | number)[]>>

  • Parameters

    Returns {
        chunks: Set<Chunk>;
        onChunks: Chunk[];
    }[]

  • Returns number

  • Returns number

  • Returns boolean

  • Returns boolean

  • Parameters

    • filterFn: ((m) => boolean)
        • (m): boolean
        • Parameters

          Returns boolean

    • Optional filterChunkFn: ((c, chunkGraph) => boolean)
        • (c, chunkGraph): boolean
        • Parameters

          Returns boolean

    Returns boolean

  • Returns boolean

  • Parameters

    Returns boolean

  • Returns boolean

  • Parameters

    Returns boolean

  • Returns boolean

  • Returns number

  • Parameters

    Returns void

  • Returns void

  • Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    Returns number

  • Parameters

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc