brk_rolldown 0.8.0

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
---
source: crates/rolldown_testing/src/integration_test.rs
---
# Assets

## main.js

```js

//#region main.js
(void 0).a = 2;
assert(window.a, 2);
function a() {
	this.b = 3;
}
a();

//#endregion
```