mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 18:28:13 +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. |
||
---|---|---|
.. | ||
input.js | ||
output.js |