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