Type Alias: RolldownWatcherWatcherEventMap
- Type: {
change: [string, {event:ChangeEvent; }];close: [];event: [RolldownWatcherEvent];restart: []; }
Properties
change
- Type: [
string, {event:ChangeEvent; }]
a file was modified
close
- Type: []
the watcher was closed
event
- Type: [
RolldownWatcherEvent]
restart
- Type: []
a new run was triggered
