Last active
April 28, 2020 08:18
-
-
Save mikla/56bb6361fc3a1550cf79bf50387cf3f4 to your computer and use it in GitHub Desktop.
scalacss toward Scala.js 1.0, dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| digraph G { | |
| rankdir=LR | |
| label="scalacss deps" | |
| node[style=filled fillcolor="#ccf999"] | |
| univeq | |
| utest | |
| tu [label="test-util (microlibs)"] | |
| nyaya | |
| monocle | |
| node[style=filled fillcolor="#ffff99"] | |
| scalacss | |
| sjr [label="scalajs-react"] | |
| node[style=filled fillcolor="#ccddff"] | |
| sourcecode | |
| node[style=filled fillcolor="#ffaaaa"] | |
| node[style=filled fillcolor="#a65d00"] | |
| q[label="?"] | |
| subgraph cluster_key { | |
| label="Legend"; | |
| far [fillcolor="#ffaaaa" label="Not even close"]; | |
| depends [fillcolor="#ffff99" label="Depends on"]; | |
| inprogress [fillcolor="#ccf999" label="Done / MR submitted / Supports RC1"]; | |
| tbd [fillcolor="#a65d00" label="TBD"]; | |
| } | |
| // scalacss -> sjb | |
| scalacss -> tu -> utest | |
| tu -> univeq | |
| tu -> sourcecode -> q | |
| scalacss -> univeq | |
| scalacss -> nyaya -> monocle | |
| scalacss -> utest | |
| scalacss -> sjr -> q | |
| } | |
| @mikla | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment