You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When diffing huge files with large maps instead of reading through the whole file it would be great to get a list with the path and what changed such as:
web->javascript->api->abortSignal->chrome false->"100.0"
web->javascript->api->[sreviceWorker->serviceWorker] no value changes
so at a glace I can see that the right things changed
I don't know of any tool that does it already nor, any other tool that builds up the internal data structures so it could make such a list.
The text was updated successfully, but these errors were encountered:
-e is kind of giving me a wall of information, it seems to be a reduced view of the data which is great but unfortunately doesn't have the information I need.
When diffing huge files with large maps instead of reading through the whole file it would be great to get a list with the path and what changed such as:
so at a glace I can see that the right things changed
I don't know of any tool that does it already nor, any other tool that builds up the internal data structures so it could make such a list.
The text was updated successfully, but these errors were encountered: