Skip to content

Remove thisArg from non-nativesque operators #878

@benlesh

Description

@benlesh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedIssues we wouldn't mind assistance with.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions