Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LinkType

Describes in which capacity the linkers can manipulate the package sources.

Enumeration members

Enumeration members

HARD

HARD: = `HARD`

The package manager owns the location (typically things within the cache) and can transform it at will (for instance the PnP linker may decide to unplug those packages).

SOFT

SOFT: = `SOFT`

The package manager doesn't own the location (symlinks, workspaces, etc), so the linkers aren't allowed to do anything with them except use them as they are.

Generated using TypeDoc