TypeScript-Call-Graph icon indicating copy to clipboard operation
TypeScript-Call-Graph copied to clipboard

CLI to generate an interactive graph of functions and calls from your TypeScript files

Results 10 TypeScript-Call-Graph issues
Sort by recently updated
recently updated
newest added

steps to reproduce the issue: - on macOS, make a new yarn project with `yarn init -y` - `yarn add typescript-call-graph` - `yarn run tcg` - this results in an...

fixes #9 After merging this in, to actually see the fixed line-endings in your working tree, you'll need to clear out your working directory, and then restore everything again by...

Bumps [mermaid](https://github.com/knsv/mermaid) from 8.13.8 to 9.1.2. Release notes Sourced from mermaid's releases. 9.1.2 Release Notes 🚀 Features Add support for cyclic themeVariable rotation when more than 8 branches (#3049) @​ashishjain0512...

dependencies

https://code.visualstudio.com/updates/v1_33#_call-hierarchy This is not an issue, just an FYI for others who get to this project.

Anyway to ignore list length?

Please share beautiful screenshots below 🙇‍♂️ This repository is still WIP 🚧 feel free to suggest other visualizations (and visualization _libraries_) for this project 🤝

Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependencies [d3-color](https://github.com/d3/d3-color), [d3-graphviz](https://github.com/magjac/d3-graphviz) and [mermaid](https://github.com/mermaid-js/mermaid). These dependencies need to be updated together. Updates `d3-color` from 1.4.1 to 3.1.0 Release notes Sourced from d3-color's...

dependencies

https://github.com/terrastruct/d2 > D2 is a modern diagram scripting language that turns text to diagrams. [d2lang.com](https://d2lang.com/)

Hi, It seems that arrow functions are not taken into account today right ? I just changed few of them with regular function and it worked. It would be nice...

This is great! Have you thought about adding support for methods on classes/objects?