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
// HIDDEN [rolldown:runtime]

//#region mod.js
var default_exports = /* @__PURE__ */ __exportAll({ default: () => example });
function example() {
	return "default";
}

//#endregion
module.exports = default_exports;
```