Crate brk_rolldown_fs_watcher

Crate brk_rolldown_fs_watcher 

Source
Expand description

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

Structs§

DebouncedPollFsWatcher
DebouncedRecommendedFsWatcher
FsEvent
A debounced event is emitted after a short delay.
FsWatcherConfig
NoopFsWatcher
A no-op filesystem watcher that does nothing. Used when file watching is disabled.
PollFsWatcher
A non-debounced polling-based filesystem watcher that checks for file changes at regular intervals.
RecommendedFsWatcher
Will use the ideal filesystem watcher under the hood based on the platform.

Enums§

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

Traits§

FsEventHandler
FsWatcher
FsWatcherExt
PathsMut
A trait for batch manipulation of watched paths.

Type Aliases§

DynFsWatcher
FsEventResult