oxc/crates/oxc_semantic
Luca Bruno 9114c8e01c
perf(semantic): keep a single map of unresolved references (#4107)
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
2024-07-08 16:56:13 +08:00
..
examples refactor(semantic): make control flow generation optional. (#3737) 2024-06-18 15:59:38 +00:00
src perf(semantic): keep a single map of unresolved references (#4107) 2024-07-08 16:56:13 +08:00
tests/integration fix(semantic): bind TSImportEqualsDeclarations (#4100) 2024-07-08 14:03:47 +08:00
Cargo.toml Release crates v0.17.1 (#4075) 2024-07-07 01:29:52 +08:00
CHANGELOG.md Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00