Class BuildStep<Options, Output>Abstract

Represents a build step.

Type Parameters

  • Options = any
  • Output = any

Hierarchy (view full)

Constructors

Properties

_output: Output

Additional project property types to merge with resulting project type.

_outputOptions: Options

Options type to merge with project options.

Methods

  • Apply modifications to project options prior to instantiation.

    Parameters

    • options: ProjectOptions

      Input project options.

    Returns ProjectOptions & Options