Use the new dependency resolver.

Authored by ouwerkerk on Mar 3 2019, 8:49 PM.

Description

Use the new dependency resolver.

Add the following two extra commandline options for introspection:

  • --list-build : like --print-modules but adds branch information
  • --dependency-tree : provides a full tree output of dependency information for each selected module, inspired by the format of npm ls.

The --print-modules behaviour also changes: indentation is no longer provided.