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

use "destructuring assignment" will turn immutable object into mmtuable. #115

Closed Darmody closed 8 years ago

Darmody commented 8 years ago

Is this on purpose? Or support destructuring assignment would be a good idea.

Darmody commented 8 years ago

Sorry, it's my misunderstand.