Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌳: consider if statement blocks as separate scopes
Previously we would consider if/else blocks to be of the same scope as the aprent, leading to incorrect transformations in case of let and const statements.
- Loading branch information