Sign in
◑
Theme
android
/
platform
/
build
/
bazel
/
6ff5f60d
/
.
/
json_module_graph
/
fullTransitiveDeps.jq
blob: cf8fde6a1e546474016f6e35b8dd8dd0b305a87b [
file
]
# CMD: Returns the modules in the transitive closure of module(s) $arg, splits on ,
include
"library"
;
fullTransitiveDeps
(
$arg
|
split
(
","
))