pub(super) fn dependency_postorder<'a>( graph: &FastMap<&'a str, Vec<&'a str>>, ) -> Result<Vec<&'a str>, Vec<String>>
Returns dependencies before consumers, or the first directed cycle.