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

## a.js

```js
// HIDDEN [\0rolldown/runtime.js]
//#region b.js
var require_b = /* @__PURE__ */ __commonJSMin(((exports) => {
	exports.foo = 213;
}));
//#endregion
//#region a.js
x ? __require("a") : y ? require_b() : __require("c");
x ? y ? __require("a") : require_b() : __require(c);
//#endregion

```