Skip to content

Conversation

@davidgtonge
Copy link

Hi

This is currently a simplistic check that looks for calls of array methods that mutate.
Not restricted to arrays currently so will actually block any method calls with push, pop, splice, shift, unshift or reverse, e.g. this currently warns if I use const newArray = R.reverse(array)

I'm new to Eslint and so I'm not sure if there is a way to make this check more specific to arrays.

Dave Tonge added 2 commits March 14, 2016 02:02
Currently a simplistic check that looks for calls of array methods that mutate.
Not restricted to arrays currently so will actually block any method calls with
push, pop, splice, shift, unshift, reverse
@amilajack
Copy link

This would be a welcome PR. What is the status of this?

@jhusain
Copy link
Owner

jhusain commented Aug 15, 2016

Not confident that this change wouldn't negatively impact users of ImmutableJS. Unfortunately I don't think we can assume that methods with the same name as the Array methods are mutating. maybe if confirm there is nothing capturing the return value this would be safe. Seems like a prohibition on that would encompass this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants