mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 21:29:01 +00:00
Before:
```ts
namespace N {}
// ---------------
```
After:
```ts
namespace N {}
// -
```
Found while working on #4427
|
||
|---|---|---|
| .. | ||
| ast_codegen | ||
| benchmark | ||
| common | ||
| coverage | ||
| javascript_globals | ||
| lint_rules | ||
| minsize | ||
| prettier_conformance | ||
| rulegen | ||
| transform_conformance | ||
| website | ||