Hierarchy

Constructors

Properties

assertions?: Record<string, any>
module: any
optional: boolean
range: any
request: string
sourceOrder: number
userRequest: string
weak: boolean
EXPORTS_OBJECT_REFERENCED: string[][]
ExportPresenceModes: {
    AUTO: 2;
    ERROR: 3;
    NONE: 0;
    WARN: 1;
    fromUserOption(str?) => 0 | 1 | 2 | 3;
}

Type declaration

  • AUTO: 2
  • ERROR: 3
  • NONE: 0
  • WARN: 1
  • fromUserOption:function
    • Parameters

      • Optional str: any

      Returns 0 | 1 | 2 | 3

NO_EXPORTS_REFERENCED: string[][]
TRANSITIVE: typeof TRANSITIVE

Accessors

  • get category(): string
  • Returns string

  • get disconnect(): any
  • Returns any

  • get type(): string
  • Returns string

Methods

  • Returns undefined | string

  • Parameters

    Returns [string, string]

  • Parameters

    Returns string

  • Parameters

    • moduleGraph: ModuleGraph
    • ids: string[]
    • additionalMessage: string

    Returns undefined | WebpackError[]

  • implement this method to allow the occurrence order plugin to count correctly

    Returns number

  • Returns the referenced module and export

    Parameters

    Returns never

  • Parameters

    • Optional startLine: any
    • Optional startColumn: any
    • Optional endLine: any
    • Optional endColumn: any

    Returns void

Generated using TypeDoc