Open
Description
Reading through the code here and I think this comment is incorrect:
jsondiffpatch/src/filters/arrays.js
Line 338 in ef38c5d
We're performing inserts in order. And the logic is correct because that's the only way we can build up a really long array.
Just thought I'd let you know. And nice job -- your code is pretty clean!