support array destructuring on iterables - fixes #194
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use strict";
|
||||
|
||||
var x = coords.x;
|
||||
var y = coords.y;
|
||||
var y = coords.y;
|
||||
|
||||
Reference in New Issue
Block a user