bublejs / buble

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

Destructured catch parameters are not transpiled #76

Closed adrianheine closed 6 years ago

adrianheine commented 6 years ago

Spec. Example:

try {} catch ({message}) {}
nathancahill commented 6 years ago

Babel's handling. I think we need a CatchClause type in Buble.