mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 03:01:48 +03:00
0ebda3c33e
`hygiene` pass had a bug related to globally defined variables like `Object` or `undefined`. This pr make hygiene to utilize use-bind conflict to resolve global objects correctly. Closes #605. block_scoping pass had a bug with closure in for statement with let or const. This pr fixes it by extracting a loop body as a variable. Closes #604. |
||
---|---|---|
.. | ||
env/multiple-query | ||
issue-225 | ||
issue-226 | ||
issue-351 | ||
issue-389 | ||
issue-406 | ||
issue-409-1 | ||
issue-409-2 | ||
issue-414 | ||
issue-415 | ||
issue-466-1 | ||
issue-466-2 | ||
issue-467 | ||
issue-468 | ||
issue-528 | ||
issue-532-block | ||
issue-602 | ||
issue-604-1 | ||
issue-605 |