Compiling this with babili 0.1.4: ```js function foo() { return [...iter][0]; } ``` crashes with "TypeError: unknown: Property argument of ReturnStatement expected node to be of a type ["Expression"] but instead got "SpreadElement".
Compiling this with babili 0.1.4:
crashes with "TypeError: unknown: Property argument of ReturnStatement expected node to be of a type ["Expression"] but instead got "SpreadElement".