mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
I think `UnusedLabeled` can do more than that. 1. Collect unused label 2. Support check duplication label 3. Support check label in `BreakStatement` 4. Support check label in `ContinueStatement` (Not yet) But then the `UnusedLabeled` name wouldn't fit, so I renamed it `LabelBuilder` and moved it to `label.rs` |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| tests | ||
| Cargo.toml | ||