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 195 forks source link

a=Immutable({}); a=a.merge({a:{}}); b=a.merge({a:{}}); a!==b #113

Closed Poordeveloper closed 8 years ago

Poordeveloper commented 8 years ago

Do you think it is correct behavior?