brk_rolldown 0.8.0

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
---
source: crates/rolldown_testing/src/integration_test.rs
---
# Assets

## dist/out.css

```css
body {
  background-color: #f0f0f0;
}

```

## out.css

```css
//#region main.js
var main_default = "hello, world";

//#endregion
export { main_default as default };
```