Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NodeModulesInstaller

Hierarchy

  • NodeModulesInstaller

Implements

Constructors

constructor

Properties

Private localStore

localStore: Map<LocatorHash, object> = new Map()

Private opts

Private realLocatorChecksums

realLocatorChecksums: Map<LocatorHash, string | null> = new Map()

Methods

attachCustomData

  • attachCustomData(customData: any): void

attachExternalDependents

  • attachExternalDependents(locator: Locator, dependentPaths: Array<PortablePath>): Promise<void>

attachInternalDependencies

  • attachInternalDependencies(locator: Locator, dependencies: Array<[]>): Promise<void>

finalizeInstall

  • finalizeInstall(): Promise<undefined | object>

installPackage

Object literals

Private customData

customData: object

store

store: Map<any, any> = new Map()

Generated using TypeDoc