Open
Description
Array.prototype.flatten
and Array.prototype.flatMap
are already on Stage 3 (Candidate) of the TC39 standards process and are starting to land in browsers.
There's currently a discussion happening here around avoiding the flatten
name due to the conflict with Mootools core, which was a response to this Bugzilla report.
Since flatten
is the commonly accepted name for this type of operation, it seems unreasonable for the name to change for the entire spec to something more esoteric just because of the Mootools conflict.
Can this library be modified to match the upcoming TC39 standard for Array.prototype.flatten
? 🙏
Metadata
Metadata
Assignees
Labels
No labels