object-merge
object-merge copied to clipboard
Merges JavaScript objects recursively without altering the objects merged.
Weird edge case, so feel free to say you won't fix it, but here's what I observed. ``` let object = { a: {}, b: {} }; let object2 =...
Hi, I was trying to merge objects that contain RegExp objects inside, and it doesn't work correctly. The culprit seems to be the objectForEach method from object-foreach, which is checking...
requires throwOnCircularRef option to be set to false