-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
help wantedIssues we wouldn't mind assistance with.Issues we wouldn't mind assistance with.
Milestone
Description
Per discussion here #787, we will remove the thisArg arguments from all operators that aren't meant to mirror something in native JavaScript.
So really, only map, filter, reduce and forEach should have thisArgs.
Furthermore, the internal bind helper introduces a closure and should probably be removed in favor of using apply or call directly within those operators, or it should be otherwise refactored to not use closures.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedIssues we wouldn't mind assistance with.Issues we wouldn't mind assistance with.