Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Npm ¶
type Npm struct {
BuildFilePatterns []string
}
func (Npm) BuildFiles ¶
func (Npm) ResolveDeps ¶
func (n Npm) ResolveDeps(workDir string) (*build.ArtifactDependencies, error)
type Yarn ¶
type Yarn struct {
BuildFilePatterns []string
}
func (Yarn) BuildFiles ¶
func (Yarn) ResolveDeps ¶
func (y Yarn) ResolveDeps(workDir string) (*build.ArtifactDependencies, error)
Click to show internal directories.
Click to hide internal directories.