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

## main.js

```js
//#region other1.js
console.log("wrong div 1", "wrong span 1");

//#endregion
//#region jsx.js
console.log(<div />);
console.log(<div><span /></div>);

//#endregion
//#region other2.js
console.log("wrong div 2", "wrong span 2");

//#endregion
```