rolldown_debug_action 0.1.0

Debug action handlers for Rolldown
Documentation
1
2
3
4
5
6
#[derive(ts_rs::TS, serde::Serialize)]
#[ts(export)]
pub struct BuildEnd {
  #[ts(type = "'BuildEnd'")]
  pub action: &'static str,
}