build/bazel/json_module_graph/fullTransitiveDeps.jq

8 lines
118 B
Plaintext
Raw Normal View History

2025-08-25 08:23:45 +08:00
# CMD: Returns the modules in the transitive closure of module $arg
include "library";
fullTransitiveDeps([$arg])