immutable-js-oss / immutable-js

Immutable persistent data collections for Javascript which increase efficiency and simplicity.
https://immutable-js-oss.github.io/immutable-js/
MIT License
37 stars 6 forks source link

ensure that `subtract` works correcly #198

Closed jdeniau closed 3 years ago

jdeniau commented 3 years ago

Fixes #139 Fixes #96

Methuselah96 commented 3 years ago

@jdeniau Thanks! Looks like there is a linting issue and then this should be good to merge!

__tests__/OrderedSet.ts:71:24

ERROR: 71:24  no-shadowed-variable  Shadowed name: 'capacity'