tc39 / proposal-flatMap

proposal for flatten and flatMap on arrays
https://tc39.github.io/proposal-flatMap
214 stars 19 forks source link

Inconsistency third argument of `.flatMap` callback with `.map` callback #28

Closed zloirock closed 7 years ago

zloirock commented 7 years ago

In the actual proposal, it's a target array, in .map - original array. Should it be fixed?