Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(traverse): speed up finding UID binding name (#4356)
Speed up finding UID var name. Previously iterated through all `SymbolTable::references` and checked each for a string match. Replace that with a single hashmap lookup on `ScopeTree::root_unresolved_references`.
- Loading branch information