arunkumar9t2 / scabbard

🗡 A tool to visualize Dagger 2 dependency graphs
https://arunkumar9t2.github.io/scabbard
Apache License 2.0
852 stars 35 forks source link

Highlight nodes declared via @BindsInstance differently #28

Closed arunkumar9t2 closed 4 years ago

arunkumar9t2 commented 4 years ago

Currently bindings exposed via @BindsInstance are not differentiated in graph and rendered like any other node. Might be worth highlighting this via color or label.

Notes: Could use binding.kind() = BindingKind.BOUND_INSTANCE to check for this.