Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Files

Files: Map<string, Dir | undefined>

OnProcess

OnProcess: Data<ProcessData>

ProcessData

ProcessData: [Promise<boolean>]

Functions

Const dispose

Const getParentDir

  • getParentDir(rootDir: Dir, path: string): undefined | Dir
  • Finds the dir by going down the tree based on the path.

    Parameters

    • rootDir: Dir

      The known root dir

    • path: string

      The path relative to the root dir

    Returns undefined | Dir

    The dir. The dirs path is the dirname(path). Returns undefined if one ancestor dir doesn't exist

Const runWithWatch

Generated using TypeDoc