Skip to content

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 17 Dec 02:34
· 24 commits to main since this release
81614e0

Patch Changes

  • c653dd3: Do not eliminate const- nor let-declared for-loop iterator variables

    Previously, only var-declared iterator variables were preserved within for...of and for...in loops.
    Now, iterator variables declared via const and let are also preserved.