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
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
For large projects, it would be nice to not need to rebuild the dependency graph on each run.
In its simplest form, this could be 2 additional flags for saving the graph to an output file and reading the graph from a saved file.
A more advanced implementation might be able to automate this detecting file modifications, and only rescanning the modified packages.