oxc/crates/oxc_semantic
Dunqing 56adfb1a86
refactor(semantic): use LabelBuilder instead of UnusedLabeled (#2184)
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`
2024-01-29 15:15:07 +08:00
..
examples fix(semantic): fix incorrect semantic example (#2198) 2024-01-29 06:48:47 +00:00
src refactor(semantic): use LabelBuilder instead of UnusedLabeled (#2184) 2024-01-29 15:15:07 +08:00
tests refactor: move all miette usages to oxc_diagnostics 2024-01-28 16:52:16 +08:00
Cargo.toml refactor: move all miette usages to oxc_diagnostics 2024-01-28 16:52:16 +08:00