matthewkastor / object-merge

Merges JavaScript objects recursively without altering the objects merged.
16 stars 9 forks source link

new 'arraysAsPrimitives' option to allow specifying to overwrite arrays not merge them #5

Closed arieljake closed 9 years ago

arieljake commented 9 years ago

came up in the project I am working on, where objects get merged but not arrays

arieljake commented 9 years ago

not working...tests with empty arrays were false positives