pvorb / clone

deeply clone arbitrary objects in javascript
https://www.npmjs.com/package/clone
MIT License
781 stars 130 forks source link

Fix cannot set property only getter #91

Closed sabinthomas closed 5 years ago

sabinthomas commented 6 years ago

Fix for #79, #82 Prevent clone throwing a TypeError when in strict mode or a ReferenceError when attempting to clone objects that do not have setter properties defined.

Added a unit test to check for throws in these situations as well.

Reference