unplugged-system/build/bazel/json_module_graph/fullTransitiveDeps.jq

8 lines
147 B
Plaintext
Raw Normal View History

# CMD: Returns the modules in the transitive closure of module(s) $arg, splits on ","
include "library";
fullTransitiveDeps($arg | split(","))