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
//#endregion
//#region entry.js
console.log([
	"123",
	{ works: true },
	123,
	{ works: true }
]);
//#endregion

```