« Bugzilla Issues Index
#3105 — Updates to spread and destructuring
- bug_id:
3105
- creation_ts:
2014-08-04 10:52:00 -0700
- short_desc:
Updates to spread and destructuring
- delta_ts:
2014-08-25 08:29:20 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 26: July 18, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- commentid:
9663
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2014-08-04 10:52:34 -0700
- Destructuring does ToObject
eg.
// Should allow:
let [first, ...rest] = "foo";
first; // "f"
rest; // ["o", "o"]
- commentid:
9725
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-07 18:15:56 -0700
fixed in Rev27 Editor's draft
- commentid:
9879
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:20 -0700
fixed in rev27 draft