mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 00:54:25 +03:00
19ce2737b1
**Description:** This patch applies the variable collapsing logic for the variables declared with `var` to the variables declared with `let`. This requires some patch about the behavior of visitors about `BlockStmt`, so this patch includes relevant changes. **Related issue:** - Closes https://github.com/swc-project/swc/issues/5696. |
||
---|---|---|
.. | ||
lib.rs |