mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
basically
```ts
const foo = () => {
return baz
}
```
becomes
```ts
const foo = () => baz
```
|
||
|---|---|---|
| .. | ||
| ast_tools | ||
| benchmark | ||
| common | ||
| coverage | ||
| javascript_globals | ||
| lint_rules | ||
| minsize | ||
| prettier_conformance | ||
| rulegen | ||
| transform_checker | ||
| transform_conformance | ||
| website | ||