Function generateExtendedScenario

  • Generate the full scenario that is extended by the provided scenario identifier. Scenarios for which extends is undefined extend the default scenario for the provided compiler configuration.

    Type Parameters

    Parameters

    • __namedParameters: {
          configuration: Configuration;
          scenarioId?: string;
          sourceScenarioIds?: string[];
      }
      • configuration: Configuration

        The compiler configuration from which to generate the extended scenario

      • Optional scenarioId?: string

        The identifier of the scenario from which to generate the extended scenario

      • Optional sourceScenarioIds?: string[]

        an array of scenario identifiers indicating the path taken to arrive at the current scenario - used to detect and prevent cycles in extending scenarios (defaults to [])

    Returns string | ExtendedScenarioDefinition

Generated using TypeDoc