rolldown 0.1.0

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

## assets_some.js

```js
//#region assets/some.file
stuff;

//#endregion
```

## src_entry.js

```js
//#region src/entry.js
console.log("entry");

//#endregion
```