rolldown 1.0.3

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
1
2
3
4
5
6
7
8
pub mod module_loader;
pub mod module_task;
mod runtime_module_task;
pub mod task_context;
pub use module_loader::ModuleLoader;
pub mod deferred_scan_data;
pub mod external_module_task;
pub mod resolve_utils;