Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
build_bazel
/
refs/heads/15.2
/
.
/
json_module_graph
/
fullTransitiveDeps.jq
blob: 760fdcf78a5253e1e8bbe94d1b74b3b35fd384f8 [
file
] [
log
] [
blame
] [
edit
]
# CMD: Returns the modules in the transitive closure of module(s) $arg, splits on ","
include
"library"
;
fullTransitiveDeps
(
$arg
|
split
(
","
))