What is it?
ExcaliScript allows you to parse javascript and typescript files and generate a dependency graph.
First, the files are being parsed using the swc parser.
Then, the graph is being generated using excalidraw.
Tech
This project is written in Rust as a way to learn the language.
Check it out
You can find the app on GitHub