rolldown 1.0.3

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

## c.js

```js
//#region c.js
console.log("c");
//#endregion

```

## d.js

```js
//#region d.js
console.log("d");
//#endregion

```