Skip to main content

Crate rolldown_fs_watcher

Crate 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§

FsEvent
A filesystem event emitted by a watcher backend.
FsWatcher
The filesystem watcher used by Rolldown.
FsWatcherConfig

Enums§

FsChangeKind
Rolldown-level change kind produced from a notify event.
RecursiveMode
Indicates whether only the provided directory or its sub-directories as well should be watched

Traits§

FsEventHandler
PathsMut
A trait for batch manipulation of watched paths.

Functions§

map_notify_event
Map a notify event to (path, kind) pairs.

Type Aliases§

FsEventResult