Constructors

Properties

Methods

Constructors

Properties

log: Logger
engine: Liquid

Methods

  • Return the base for a liquid map.

    Parameters

    • packageJson: any
    • Optional buildConfigurationName: string

    Returns XpmLiquidMap

    A map of properties.

  • Perform substitution on the input string. Repeat until no more Liquid variables or tags are identified.

    Parameters

    • input: string

      The input string, possibly with substitutions.

    • map: XpmLiquidMap

      The substitution map.

    Returns Promise<string>

    The substituted string.

    Throws

    Liquid exceptions

Generated using TypeDoc