Create a new FileSystemWatcher.
Watch configuration.
OptionaldebounceMs?: numberDebounce delay in milliseconds for file change events.
Optionalignored?: string[]Glob patterns to ignore.
Glob patterns to watch.
OptionalpollIntervalMs?: numberPolling interval in milliseconds.
OptionalrespectGitignore?: booleanWhether to respect .gitignore files when processing.
OptionalstabilityThresholdMs?: numberTime in milliseconds a file must be stable before processing.
OptionalusePolling?: booleanWhether to use polling instead of native watchers.
The event queue.
The document processor.
The logger instance.
Optional health/fatal error options.
Get the system health tracker.
Filesystem watcher that maps chokidar events to the processing queue.