blob: 1a5de2103a2f7db32d3a5f2889d5f55042b5c01b [file] [log] [blame]
# CMD: Returns the modules in the transitive closure of module $arg
include "library";
[((moduleGraphNoVariants | removeSelfEdges) as $m |
[$arg] |
transitiveDeps($m)) as $names |
.[] |
select (IN(.Name; $names | .[]))] |
sort_by(.Name)