David Sherret @dsherret.dev · Mar 20

It was getting difficult to debug Deno's npm resolution so I wrote a tool to help visualize each step it makes.

9 likes 1 replies

?

Replies

David Sherret · Mar 20

Deno's npm resolution uses a one directional graph and maintains a reverse path through the graph for where it's currently resolving (shown as the red line).