File tasks to process files

Constructors

Properties

erroredFiles: Map<string, ErroredFile> = ...

Errored file tracks

Methods

  • Get the task to process the errored file based on the error strategy.

    Parameters

    • filePath: string

      The path of the file to process

    • error: unknown

      The error to process

    Returns Single<void, FileTasks>

    The task to process the errored file

  • Get the task to process the file.

    Parameters

    • filePath: string

      The path of the file to process

    • key: string

      The key to use for the file

    Returns Sequence<any, FileTasks>

    The task to process the file