mirror of
https://github.com/swc-project/swc.git
synced 2024-11-30 15:23:33 +03:00
6fe6810c49
**Description:** This does not support ```js class Foo extends Bar { constructor() { for (const i of [1]) { setTimeout(() => { console.log(this) }); } super(); } } ``` but it does not seem to be used in a real-world code. **Related issue:** - Closes #8300 - Closes #8311 |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |