Skip to content

Commit

Permalink
doc(FAQ): copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Jun 8, 2024
1 parent 46d1c3f commit 6f6bef5
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ situations without workarounds).
</details>
### Q: Does this work with Vue as well?
### Q: Does this work with Vue?
**A**: Yes.
Expand All @@ -397,7 +397,7 @@ manually.
</details>
### Q: Does this work with Svelte as well?
### Q: Does this work with Svelte?
**A**: Yes.
Expand Down Expand Up @@ -601,6 +601,19 @@ export default {
</details>
### Q: Does dependency-cruiser support granularity finer than modules (e.g. classes, functions, variables, ...)?
**A**: No. It's unlikely to grow that in the future either.
<details>
<summary>Background</summary>
dependency-cruiser focuses on dependencies between modules as the one thing to do
well. Static analysis of classes, functions and methods and their dependencies
is _very_ interesting to dive into, but it'd make dependency-cruiser a different
tool altogether. Besides it's non-trivial to implement and labor intensive to
maintain both of which take time.
</details>
## Expanding dependency-cruiser
### Q: How do I add a new output format?
Expand Down

0 comments on commit 6f6bef5

Please sign in to comment.