Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Dependency

Index

Constructors

Properties

module: any
optional: boolean
weak: boolean
EXPORTS_OBJECT_REFERENCED: string[][]
NO_EXPORTS_REFERENCED: string[][]
TRANSITIVE: typeof TRANSITIVE

Accessors

  • get category(): string
  • Returns string

  • get disconnect(): any
  • Returns any

  • get type(): string
  • Returns string

Methods

  • couldAffectReferencingModule(): boolean | typeof TRANSITIVE
  • Returns boolean | typeof TRANSITIVE

  • createIgnoredModule(context: string): null | Module
  • Parameters

    • context: string

    Returns null | Module

  • getContext(): undefined | string
  • Returns undefined | string

  • Returns errors

    Parameters

    Returns undefined | null | WebpackError[]

  • Returns the exported names

    Parameters

    Returns undefined | ExportsSpec

  • getNumberOfIdOccurrences(): number
  • implement this method to allow the occurrence order plugin to count correctly

    Returns number

  • Returns the referenced module and export

    Parameters

    Returns never

  • Returns list of exports referenced by this dependency

    Parameters

    Returns (string[] | ReferencedExport)[]

  • getResourceIdentifier(): null | string
  • Returns null | string

  • Returns warnings

    Parameters

    Returns undefined | null | WebpackError[]

  • setLoc(startLine: number, startColumn: number, endLine: number, endColumn: number): void
  • Parameters

    • startLine: number
    • startColumn: number
    • endLine: number
    • endColumn: number

    Returns void