denoland / deno_graph

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

fix: jsr specifiers sometimes not resolved in dynamic imports #430

Closed dsherret closed 5 months ago

dsherret commented 5 months ago

This is a bug that's existed for a long time. Previously a JSR specifier would not be resolved in a dynamic import if it was the last thing being resolved.