Closed
Bug 1934808
Opened 1 year ago
Closed 9 months ago
Update Iterator.concat to use yield* semantics
Categories
(Core :: JavaScript: Standard Library, task, P3)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
INVALID
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Iterator.concat has been changed to use yield* semantics:
https://github.com/tc39/proposal-iterator-sequencing/pull/18
https://github.com/tc39/proposal-iterator-sequencing/pull/19
| Assignee | ||
Comment 1•1 year ago
|
||
Filed https://github.com/tc39/proposal-iterator-sequencing/issues/20 for further clarification about the intended semantics.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 2•9 months ago
|
||
No longer valid after https://github.com/tc39/proposal-iterator-sequencing/pull/26.
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•