rolldown_watcher 1.0.3

Watcher for rolldown with state machine-based implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod event;
mod file_change_event;
mod handler;
mod task_fs_event_handler;
mod watch_coordinator;
mod watch_task;
mod watcher;
mod watcher_msg;
mod watcher_state;

pub use event::{BundleEndEventData, BundleStartEventData, WatchErrorEventData, WatchEvent};
pub use file_change_event::FileChangeEvent;
pub use handler::WatcherEventHandler;
pub use watcher::{Watcher, WatcherConfig};