From cd478e62b30c33fef96ef5fba838f6997644d046 Mon Sep 17 00:00:00 2001 From: Mohan Raj R Date: Mon, 3 Aug 2020 14:44:54 -0700 Subject: [PATCH] doc: add dependency graph of sa11y packages --- architecture/sa11y_dependency_graph.svg | 168 ++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 architecture/sa11y_dependency_graph.svg diff --git a/architecture/sa11y_dependency_graph.svg b/architecture/sa11y_dependency_graph.svg new file mode 100644 index 00000000..ca97065c --- /dev/null +++ b/architecture/sa11y_dependency_graph.svg @@ -0,0 +1,168 @@ + + + + + + + + + +_sa11y_assert + +@sa11y/assert + + + +_sa11y_common + +@sa11y/common + + + +_sa11y_assert->_sa11y_common + + + + + +_sa11y_format + +@sa11y/format + + + +_sa11y_assert->_sa11y_format + + + + + +_sa11y_preset_rules + +@sa11y/preset-rules + + + +_sa11y_assert->_sa11y_preset_rules + + + + + +axe_core + +axe-core + + + +_sa11y_assert->axe_core + + + + + +_sa11y_common->axe_core + + + + + +_sa11y_format->axe_core + + + + + +_sa11y_preset_rules->axe_core + + + + + +_sa11y_jest + +@sa11y/jest + + + +_sa11y_jest->_sa11y_assert + + + + + +_sa11y_jest->_sa11y_format + + + + + +_sa11y_jest->_sa11y_preset_rules + + + + + +jest_matcher_utils + +jest-matcher-utils + + + +_sa11y_jest->jest_matcher_utils + + + + + +_sa11y_test_utils + +@sa11y/test-utils + + + +_sa11y_test_utils->_sa11y_common + + + + + +_sa11y_wdio + +@sa11y/wdio + + + +_sa11y_wdio->_sa11y_common + + + + + +_sa11y_wdio->_sa11y_format + + + + + +_sa11y_wdio->_sa11y_preset_rules + + + + + +_sa11y_wdio->axe_core + + + + + +_sa11y_test_integration + +@sa11y/test-integration + + +