rolldown 0.1.1

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::ignore_without_reason)]

mod esbuild;
mod rolldown_fixture;
#[path = "../rolldown/mod.rs"]
mod rolldown_tests;
mod rollup;
mod test262;