Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing item from top of an array yields noisy output #16

Open
mcclurec opened this issue Nov 22, 2021 · 1 comment
Open

Removing item from top of an array yields noisy output #16

mcclurec opened this issue Nov 22, 2021 · 1 comment

Comments

@mcclurec
Copy link

Given an array {"example":["a", "b", "c", "d"]}, removing the top item a results in a diff with three change lines and one delete for the last item, d. I would expect this to instead result in a single delete for a and no line changes.

@nsf
Copy link
Owner

nsf commented Nov 22, 2021

That's a good point. Maybe I'll implement it in near future, but no promises.

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

No branches or pull requests

2 participants