use crateWatchEvent;
use WatcherChangeKind;
/// Handler for watcher events. All methods are async and awaited by the coordinator,
/// providing blocking semantics matching Rollup's behavior.
///
/// NAPI bindings will implement this trait in a follow-up PR.