denoland / deno_graph

The module graph logic for Deno CLI
https://docs.rs/deno_graph
MIT License
112 stars 39 forks source link

fix: resolve dynamic npm specifiers one at a time #498

Closed dsherret closed 4 months ago

dsherret commented 4 months ago

Most of the tests for this are in the CLI. This simplifies some stuff in deno_graph and makes it possible for a single dynamic npm import to fail resolution.