struct Zap::Commands::Install::State
- Zap::Commands::Install::State
- Struct
- Value
- Object
Defined in:
commands/install/state.crConstructors
Instance Method Summary
- #clone
- #config : Zap::Config
- #context : Zap::Config::InferredContext
- #copy_with(config _config = @config, install_config _install_config = @install_config, store _store = @store, main_package _main_package = @main_package, lockfile _lockfile = @lockfile, context _context = @context, npmrc _npmrc = @npmrc, registry_clients _registry_clients = @registry_clients, pipeline _pipeline = @pipeline, reporter _reporter = @reporter)
- #install_config : Install::Config
- #lockfile : Lockfile
- #main_package : Package
- #npmrc : Npmrc
- #pipeline : Utils::Concurrent::Pipeline
- #registry_clients : RegistryClients
- #reporter : Reporter
- #store : Zap::Store
Constructor Detail
def self.new(config : Zap::Config, install_config : Install::Config, store : Zap::Store, main_package : Package, lockfile : Lockfile, context : Zap::Config::InferredContext, npmrc : Npmrc, registry_clients : RegistryClients, pipeline : Utils::Concurrent::Pipeline = Utils::Concurrent::Pipeline.new, reporter : Reporter = Reporter::Interactive.new)
#
Instance Method Detail
def copy_with(config _config = @config, install_config _install_config = @install_config, store _store = @store, main_package _main_package = @main_package, lockfile _lockfile = @lockfile, context _context = @context, npmrc _npmrc = @npmrc, registry_clients _registry_clients = @registry_clients, pipeline _pipeline = @pipeline, reporter _reporter = @reporter)
#