mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 03:01:48 +03:00
028d0ce2c6
swc_ecma_transforms_compat: - `block_scoping`: Track if we are in nested loops. - `block_scoping`: Don't treat `break` nor `continue` in nested loops as leaper. (https://github.com/vercel/next.js/issues/31757, Closes #2799, Closes #2915) - `block_scoping`: Don't recurse into nested loops while looking for functions. (Closes #2622) |
||
---|---|---|
.. | ||
async-to-generator | ||
classes | ||
for-of | ||
new-target | ||
opt-chain/issue-2063 |