rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 194 forks source link

ES2015 Set/Map support #133

Open srolel opened 8 years ago

srolel commented 8 years ago

Is this planned?

rtfeldman commented 8 years ago

No plans, but seems plausible.

mikeaustin commented 6 years ago

FYI, with the inability to use objects as keys for objects, and modern browsers supporting them natively or using polyfills, it's a difficult decision to use seamless-immutable. I've been using immutable.js, but am very curious about using similar, but lighter-weight library.

I don't even mind contributing, if there is a general sense of what needs to be done. Would you say it's a week worth of work? A month? Thank you and great work.