rolldown 1.0.3

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "experimental")]
pub mod hmr_ast_finalizer;
#[cfg(feature = "experimental")]
pub mod hmr_stage;
#[cfg(feature = "experimental")]
pub mod impl_traverse_for_hmr_ast_finalizer;
pub mod utils;