Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExportsSpec

Index

Properties

canMangle?: boolean

can the export be renamed (defaults to true)

dependencies?: Module[]

module on which the result depends on

excludeExports?: Set<string>

when exports = true, list of unaffected exports

exports: null | true | (string | ExportSpec)[]

exported names, true for unknown exports or null for no exports

when reexported: from which module

hideExports?: Set<string>

list of maybe prior exposed, but now hidden exports

priority?: number

when reexported: with which priority

terminalBinding?: boolean

are the exports terminal bindings that should be checked for export star conflicts