Commit 6844d20
authored
test(plan): render task graph snapshots as mermaid markdown (#477)
## Motivation
Task graph plan snapshots are easier to review as Markdown diagrams than as generated JSONC. This PR replaces successful `task_graph.jsonc` snapshots with `task_graph.md` files that contain a compact Mermaid `flowchart TD` plus redacted task detail sections, while keeping query snapshot behavior unchanged.1 parent d57ce13 commit 6844d20
100 files changed
Lines changed: 8441 additions & 8441 deletions
File tree
- crates
- vite_task_graph
- src
- vite_task_plan/tests/plan_snapshots
- fixtures
- additional_env/snapshots
- cache_cli_override/snapshots
- cache_keys/snapshots
- cache_scripts_default/snapshots
- cache_scripts_enabled/snapshots
- cache_scripts_task_override/snapshots
- cache_sharing/snapshots
- cache_subcommand/snapshots
- cache_tasks_disabled/snapshots
- cache_true_no_force_enable/snapshots
- cd_in_scripts/snapshots
- comprehensive_task_graph/snapshots
- conflict_test/snapshots
- cycle_dependency/snapshots
- dependency_both_topo_and_explicit/snapshots
- depends_on_package_dependencies/snapshots
- duplicate_package_names/snapshots
- empty_package_test/snapshots
- explicit_deps_workspace/snapshots
- extra_args_not_forwarded_to_depends_on/snapshots
- filter_workspace/snapshots
- input_trailing_slash/snapshots
- input_workspace_base/snapshots
- nested_cache_override/snapshots
- nested_tasks/snapshots
- package_self_dependency/snapshots
- parallel_and_concurrency/snapshots
- pnpm_workspace_packages_optional/snapshots
- prefix_env_path_lookup/snapshots
- recursive_topological_workspace/snapshots
- script_hooks_disabled/snapshots
- script_hooks_nested_run/snapshots
- script_hooks_task_no_hook/snapshots
- script_hooks/snapshots
- shell_fallback/snapshots
- synthetic_cache_disabled/snapshots
- synthetic_in_subpackage/snapshots
- task_command_shorthands/snapshots
- transitive_skip_intermediate/snapshots
- vpr_shorthand/snapshots
- windows_cmd_shim_rewrite/snapshots
- workspace_root_cd_no_skip/snapshots
- workspace_root_depends_on_passthrough/snapshots
- workspace_root_multi_command/snapshots
- workspace_root_mutual_recursion/snapshots
- workspace_root_no_package_json/snapshots
- workspace_root_self_reference/snapshots
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 87 | | |
97 | 88 | | |
98 | 89 | | |
| |||
Lines changed: 0 additions & 85 deletions
This file was deleted.
Lines changed: 86 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
Lines changed: 0 additions & 191 deletions
This file was deleted.
0 commit comments