TypeScript-Call-Graph
TypeScript-Call-Graph copied to clipboard
Screenshots
Please share beautiful screenshots below 🙇♂️
This repository is still WIP 🚧 feel free to suggest other visualizations (and visualization libraries) for this project 🤝
WIP screenshot for the repository:

Thanks for this project, very helpful for refactoring!
Here are two suggestions:
- Add a toggle to switch whether to combine same function names.
- For asynchronous call (e.g. setTimeout(() => foo())), replace the solid line with a dotted line.

So cool! Thank you for the screenshot!
I'm surprised there are so many duplicates 🤔 -- for example I see unTrackingGetter is called many times -- I would have expected it to show up once! I feel like this is a bug in my code -- I don't think we need to have a toggle to show duplicates ever. I'll see if I can replicate on my end.
I like your idea about some indication of async functions (a dotted line sounds like a great way to do it).
I'm open to any PRs -- I've been focusing more on my Video Hub App these days 😅
I think this is not an error. I did call it multiple times, but I aimed to check the dependency of the function, so it would be helpful to provide the option to merge the same function. I still have a lot of work in progress. If I have time, I will try to solve the problem that functions of the same name in different scripts will be regarded as the same function. :)