Files
sdk/docs/images/predecessors.dot
T
Devon Carew 2837647bea [wiki] move the https://github.com/dart-lang/sdk/wiki to the docs/ dir
Change-Id: I28db796fadcc111d97d3589bf3988ea0bbb8e18a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/366682
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2024-05-16 18:19:40 +00:00

20 lines
517 B
Plaintext

digraph {
label="Predecessors";
r -> a [dir = "back"];
r -> b [dir = "back"];
a -> c [dir = "back"];
b -> c [dir = "back"];
b -> d [dir = "back"];
c -> d [dir = "back"];
d -> b [dir = "back"];
d -> e [dir = "back"];
d -> f [dir = "back"];
e -> g [dir = "back"];
f -> g [dir = "back"];
{ rank=same; r }
{ rank=same; a; b }
{ rank=same; c; d }
{ rank=same; e; f }
{ rank=same; g }
}