mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
basically
```ts
const foo = () => {
return baz
}
```
becomes
```ts
const foo = () => baz
```
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| minsize.snap | ||
| README.md | ||
Track Minification size
See minification-benchmarks for baseline.