module-visualizer
module-visualizer copied to clipboard
Interactive tools to explore ESM dependencies for any module which uses 'import' statements with URLs.
@izelnakri ([context](https://github.com/denoland/deno_doc/issues/238)) was looking for a Deno graphviz tool which can be used locally, and noticed that I treat all local files as just one `file://` 'module':  So I...
Should have some way of viewing large graphs at 1:1 size if not further options, and possibly drag and drop movement if not plain scrolling
When looking at a graph that has a larger number of files in a single package, there should be a way to break up the package and cause it to...
Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1 to 2. Release notes Sourced from denoland/setup-deno's releases. v2.0.0 What's Changed feat: v2 by @lucacasonato in denoland/setup-deno#82 Full Changelog: https://github.com/denoland/setup-deno/compare/v1.5.1...v2.0.0 v1.5.1 What's Changed fix: use npm...