Skip to main content

Compile

Callable

  • Compile(options: { config: any; output: string }): Promise<unknown>

  • compiles the given build configuration to a single html report


    Parameters

    • options: { config: any; output: string }

      contains the necessary options for compile

    Returns Promise<unknown>