pub(super) fn variable_dependency_graph( variables: &FastMap<String, Condition>, ) -> FastMap<&str, Vec<&str>>