mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
[x] = [y] = [1] works again
This commit is contained in:
@@ -991,7 +991,7 @@
|
||||
return value.compile(o);
|
||||
}
|
||||
isObject = this.variable.isObject();
|
||||
if (olength === 1 && !((obj = objects[0]) instanceof SplatNode)) {
|
||||
if (o.top && olength === 1 && !((obj = objects[0]) instanceof SplatNode)) {
|
||||
if (obj instanceof AssignNode) {
|
||||
_ref2 = obj, idx = _ref2.variable.base, obj = _ref2.value;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user