Skip to content

Commit

Permalink
feat(dot): displays re-export dependencies with an 'inverse' arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Apr 3, 2024
1 parent 1d0e32f commit 8c71ca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/report/dot/default-theme.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ export default {
},
attributes: { arrowhead: "onormal", penwidth: "1.0" },
},
{
criteria: { dependencyTypes: ["export"] },
attributes: { arrowhead: "inv" },
},
{
criteria: { dependencyTypes: "core" },
attributes: { style: "dashed", penwidth: "1.0" },
Expand Down

0 comments on commit 8c71ca4

Please sign in to comment.