Перейти к основному содержанию

runCustomSource

Callable

  • runCustomSource(name: string, scope?: object): void

  • Runs custom source in the specified context by it's name. Define custom sources using "sourceType": "custom" for the source in your build.config.


    Parameters

    • name: string

      path to the executable; can be built the way built-in source types are built

    • optionalscope: object

      additional scope to be added to the current context

    Returns void