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
Currently dep viz tries to perform all the things by getting dependencies, filtering items
But it's possible that we can use intermediate dependencies file (as .JSON) and perform post filering by another phase. this will help to perform fast filtering of some system libraries and some unneded classes without the need to regenerate the tree again
This also can be done to regenerate inheritance only graph
generate intermediate output (unfiltered json)
allow to use (unfiltered json) as a source and only apply filtering to it
allow to use multiple jsons and merge them
The text was updated successfully, but these errors were encountered:
Currently dep viz tries to perform all the things by getting dependencies, filtering items
But it's possible that we can use intermediate dependencies file (as .JSON) and perform post filering by another phase. this will help to perform fast filtering of some system libraries and some unneded classes without the need to regenerate the tree again
This also can be done to regenerate inheritance only graph
The text was updated successfully, but these errors were encountered: