bublejs / buble

https://buble.surge.sh
MIT License
871 stars 67 forks source link

Destructuring assignments in for-of loop heads are not transpiled #71

Closed adrianheine closed 6 years ago

adrianheine commented 6 years ago

Example:

var x; for ({x} of []) {a();}

Destructuring variable declarations work, though.