Skip to content

Keep arrays as arrays #23#68

Open
Cirrusware wants to merge 1 commit intomattphillips:mainfrom
Cirrusware:master
Open

Keep arrays as arrays #23#68
Cirrusware wants to merge 1 commit intomattphillips:mainfrom
Cirrusware:master

Conversation

@Cirrusware
Copy link

Motivation and Context

In aggreement with the issue #23. We would like to keep modified arrays with the complete values instead of the difference object.

How Has This Been Tested?

Adding two test of the diff test suite. Including basic object which contains an array and with a nested object.

const a = {
  a : [1],
},


const b = {
  a : 1, 
  foo: {
    bar: [1]
  },
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant