mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Seems like the only way to get a mutable reference to the `SymbolTable` inside `Semantic` right now is with `into_symbol_table_and_scope_tree`, but that drops other useful info. Since `scopes_mut` exists I figure this would be reasonable too? Reason I'm requesting this is I have a project where I need to fill in some symbols `oxc_semantic` doesn't yet pick up on (like function overloads, `declare`'d symbols) and this would be the cleanest way to do it. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| CHANGELOG.md | ||