Skip to content

Fix multiple initializers in for-loops

Choose a tag to compare

@MatAtBread MatAtBread released this 25 Oct 10:53
· 98 commits to master since this release

Fix mangling of multiple for initializers which transformed them as destructured declarations. Thanks to @STRML for finding this case.

Closes #67