Crate brk_rolldown_watcher

Crate brk_rolldown_watcher 

Source
Expand description

This crate provides a customized watcher functionalities for rolldown. Notify is a low-level library. It’s not easy to use it directly.

Structs§

DebouncedPollWatcher
DebouncedRecommendedWatcher
NoopWatcher
A no-op watcher that does nothing. Used when file watching is disabled.
PollWatcher
A non-debounced polling-based watcher that checks for file changes at regular intervals.
RecommendedWatcher
Will use the ideal watcher under the hood based on the platform.
WatcherConfig

Enums§

RecursiveMode
Indicates whether only the provided directory or its sub-directories as well should be watched

Traits§

EventHandler
PathsMut
A trait for batch manipulation of watched paths.
Watcher
WatcherExt

Type Aliases§

DynWatcher
FileChangeResult