rolldown 1.0.0

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

## src_entry_js.js

```js
// HIDDEN [\0rolldown/runtime.js]
//#region src/entry.js
var import_demo_pkg = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((exports, module) => {
	module.exports = function() {
		return 123;
	};
})))());
console.log((0, import_demo_pkg.default)());
//#endregion

```