coffee-script
coffee-script copied to clipboard
Destructuring statements in defer
The following tries to declare variable "[first]" instead of destructuring the result:
await query_array defer([first])
Is this expected behaviour?
nah, it's definitely a bug. thanks for pointing it out.
Sure, thanks for great project! :)