Skip to content

v2.1.3

Compare
Choose a tag to compare
@j4k0xb j4k0xb released this 01 May 20:13
· 282 commits to master since this release

Bug Fixes

  • Extract variable sequence in loop (#7): for(let a = (b, c);;) {} -> b; for(let a = c;;) {}