Skip to content

v1.4.0

Choose a tag to compare

@domenic domenic released this 18 Sep 19:14
· 21 commits to main since this release

Relax the const requirement for mixed destructuring scenarios, i.e., allow let [a, b] = c where a is never reassigned but b is.