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

## entry.js

```js
// HIDDEN [\0rolldown/runtime.js]
//#region node_modules/component-indexof/index.js
var require_component_indexof = /* @__PURE__ */ __commonJSMin(((exports, module) => {
	module.exports = function() {
		return 234;
	};
}));
//#endregion
//#region node_modules/component-classes/index.js
try {
	require_component_indexof();
} catch (err) {
	require_component_indexof();
}
//#endregion

```