mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
This reworks `ScopeTree` in order to keep a single (root) map of unresolved references. The `SemanticBuilder` keeps track of all intermediate ones while walking scopes, and it can get rid of all non-root ones once done. Ref: https://github.com/oxc-project/backlog/issues/32 |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| tests/integration | ||
| Cargo.toml | ||
| CHANGELOG.md | ||