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

## entry.js

```js
//#region entry.js
ok(1, 2, 3, 2 .baz, 1 .bar);
(() => {
	ok(1, 2, 3, 2 .baz, 1 .bar);
})();
(function() {
	doNotSubstitute(this, this.foo, this.foo.bar, this.foo.baz, this.bar);
})();
//#endregion

```