Skip to content

for (let/const....) scope fixes

Choose a tag to compare

@matAtWork matAtWork released this 28 Sep 15:59
· 126 commits to master since this release
  • Fix issue with scoping on let/const declarations in for-loop initializers
  • Maintain location information when replacing/appending nodes
  • Add tests for dual-loop-scope and dual-while-throw

Fixes MatAtBread/fast-async#13
Thanks to @Rush for finding this case