denoland / deno_graph

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

feat: support redirecting to jsr https urls #485

Closed dsherret closed 5 months ago

dsherret commented 5 months ago

I needed to move redirect handling to a higher level as as part of some graph optimization work (for storing checksums in deno_graph) and it turned out this unlocked this scenario.

This allows an https specifier to redirect to a jsr https url.