jashkenas/coffeescript

add support for `export {a,b,c} = d`

usrtax opened this issue · 1 comments

add support for export {a,b,c} = d

js support this

export const {a,b,c} = d

I agree this would be super useful, but it's a duplicate of #5100.