struct Zap::Installer::PnP::Manifest

Overview

See: https://yarnpkg.com/advanced/pnp-spec#manifest-reference

Included Modules

Defined in:

installer/pnp/manifest.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def __info : Array(String) #

[View source]
def dependency_tree_roots : Array(NamedTuple(name: String, reference: String)) #

[View source]
def enable_top_level_fallback : Bool #

[View source]
def fallback_exclusion_list : Array(Tuple(String, Array(String))) #

[View source]
def fallback_pool : Array(Tuple(String, String)) #

[View source]
def ignore_pattern_data : String | Nil #

[View source]
def package_registry_data : PackageRegistryData #

[View source]