angus-c/just

just-diff Error when first diff is a complex array mutation

angus-c opened this issue · 0 comments

[Affect

e.g.

diff(
  [[0, 1, 2, 4, 5, 6], 1, {a: 4, b: 3} ],
  [[1, 2, 4, 5], 1, {a: 4, b: 3}, 3],
);

ignores diffs after the array