Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExportSpec

Index

Properties

canMangle?: boolean

can the export be renamed (defaults to true)

export?: null | string[]

when reexported: from which export

exports?: (string | ExportSpec)[]

nested exports

when reexported: from which module

hidden?: boolean

export is not visible, because another export blends over it

name: string

the name of the export

priority?: number

when reexported: with which priority

terminalBinding?: boolean

is the export a terminal binding that should be checked for export star conflicts