Closed
Bug 1055984
(es6destructuring)
Opened 10 years ago
Closed 7 years ago
ES6 meta: Destructuring assignment / binding
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: wingo, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
Currently unimplemented parts of ES6 destructuring assignment and binding, that I know of:
(1) Array destructuring patterns should use the iterator protocol on their right-hand side instead of interpreting the right-hand-side as an array (bug 933276, I think).
(2) Default value initializers are unimplemented (no bug that I know of).
(3) Rest patterns in array destructuring are unimplemented (bug 933276).
Reporter | ||
Updated•10 years ago
|
Blocks: es6:let
Depends on: spread-assignment, 1040699
Reporter | ||
Comment 1•10 years ago
|
||
(I don't currently have plans to work on this, FWIW, but I wanted to know what the status was.)
Updated•10 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Updated•8 years ago
|
Alias: es6destructuring
Summary: Update destructuring assignment / binding to ES6 → ES6 meta: Destructuring assignment / binding
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•