Earlier quoted context omitted.
This is excellent! Thank you for the share! I'm working on a Typescript Call Graph [0] and am leaning towards D3 for my visualization. But I hope I can generate something as pretty and useful as your link [1] [0]: https://github.com/whyboris/TypeScript-Call-Graph
Nice. This will be useful, I'm looking forward to it. Are you aware of any similar tools for creating class diagrams from TS code?
I have a very rough draft of a graph working [1] (currently hardcoded with a specific function name) but I intend to make it interactive and to have more than one visualization of the files.
[0] https://github.com/Deskbot/TS-Call-Graph
[1] https://github.com/whyboris/TypeScript-Call-Graph/pull/1