We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c939d2 commit 2f60254Copy full SHA for 2f60254
src/bin/import-restrictions-mermaid-diagram.js
@@ -1,6 +1,6 @@
1
import { targetInfos } from "../../script/test/import-restrictions/target-infos";
2
3
-console.log("graph TD");
+console.log("graph BT");
4
for (const [target, targetInfo] of Object.entries(targetInfos)) {
5
for (const direct of targetInfo.deps.direct) {
6
console.log(` ${target} --> ${direct}`);
0 commit comments