rolldown 0.1.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 [rolldown:runtime]
//#region node_modules/component-indexof/index.js
var require_component_indexof = /* @__PURE__ */ __commonJS({ "node_modules/component-indexof/index.js": ((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
```