-
Notifications
You must be signed in to change notification settings - Fork 174
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
how to improve diff effect with key #193
Comments
Hi! Unfortunately our json parser is in fact the Mozilla rhino js parser. Therefore it might not be perfect for json files. I am not sure to understand well what is your proposal to improve the situation? Cheers! |
I have read gumtree algorithm , and it seem compare for Keyless Data , |
In fact I think this is not really keyless since the key is contained in the subtree corresponding to the property declaration, somethig like:
Therefore it is taken into account at some point. However you would prefer something more direct like:
(note that these are not the real names of ast nodes, just made up for the sake of the example). Is it that? |
Any follow-up on this issue ? |
can we mark some Syntax node as the key ,such as json key ,so we can match it more quickly
The text was updated successfully, but these errors were encountered: