maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
727 stars 58 forks source link

Destructuring statements in defer #142

Open catvir opened 9 years ago

catvir commented 9 years ago

The following tries to declare variable "[first]" instead of destructuring the result:

await query_array defer([first])

Is this expected behaviour?

maxtaco commented 9 years ago

nah, it's definitely a bug. thanks for pointing it out.

catvir commented 9 years ago

Sure, thanks for great project! :)