| Lukacs T. Berki | 880e6ec | 2021-04-06 11:40:42 +0200 | [diff] [blame^] | 1 | include "library"; |
| 2 | |||||
| 3 | [((moduleGraphNoVariants | removeSelfEdges) as $m | | ||||
| 4 | [$arg] | | ||||
| 5 | transitiveDeps($m)) as $names | | ||||
| 6 | .[] | | ||||
| 7 | select (IN(.Name; $names | .[]))] | | ||||
| 8 | sort_by(.Name) | ||||
| 9 | |||||
| 10 | |||||