Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WatchFileSystem

Index

Methods

Methods

  • watch(files: Iterable<string>, directories: Iterable<string>, missing: Iterable<string>, startTime: number, options: WatchOptions, callback: (arg0: undefined | Error, arg1: Map<string, "ignore" | FileSystemInfoEntry>, arg2: Map<string, "ignore" | FileSystemInfoEntry>, arg3: Set<string>, arg4: Set<string>) => void, callbackUndelayed: (arg0: string, arg1: number) => void): Watcher
  • Parameters

    • files: Iterable<string>
    • directories: Iterable<string>
    • missing: Iterable<string>
    • startTime: number
    • options: WatchOptions
    • callback: (arg0: undefined | Error, arg1: Map<string, "ignore" | FileSystemInfoEntry>, arg2: Map<string, "ignore" | FileSystemInfoEntry>, arg3: Set<string>, arg4: Set<string>) => void
    • callbackUndelayed: (arg0: string, arg1: number) => void
        • (arg0: string, arg1: number): void
        • Parameters

          • arg0: string
          • arg1: number

          Returns void

    Returns Watcher