Manages the loading and configuration of a project using a specified project configuration.

Constructors

Properties

Methods

Constructors

Properties

projectConfiguration: Core.ProjectConfiguration.Main

The project configuration instance associated with the loader.

projectName?: string

The name of the project. Optional.

Methods

  • Asynchronously runs the loader, reading and loading the project configuration and importing the entrypoint.

    Returns Promise<void>

    A Promise that resolves when the loader has completed its tasks.

    Async

    Method

Generated using TypeDoc