Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Watcher

Index

Methods

  • close(): void
  • closes the watcher and all underlying file watchers

    Returns void

  • getAggregatedChanges(): Set<string>
  • get current aggregated changes that have not yet send to callback

    Returns Set<string>

  • getAggregatedRemovals(): Set<string>
  • get current aggregated removals that have not yet send to callback

    Returns Set<string>

  • get info about directories

    Returns Map<string, "ignore" | FileSystemInfoEntry>

  • get info about files

    Returns Map<string, "ignore" | FileSystemInfoEntry>

  • get info about timestamps and changes

    Returns WatcherInfo

  • pause(): void
  • closes the watcher, but keeps underlying file watchers alive until the next watch call

    Returns void