denoland / deno_registry2

The backend for the deno.land/x service
https://deno.land/x
MIT License
92 stars 14 forks source link

Support jsr import specifiers #345

Open kellnerd opened 6 months ago

kellnerd commented 6 months ago
  1. The "Dependencies" section in the left sidebar does not correctly handle import specifiers with a jsr: prefix. They are currently rendered as hyperlinks with a jsr protocol instead of HTTP(S), see https://deno.land/x/cueshit@v0.6.0 for example.
  2. Modules which use jsr import specifiers have no documentation ("The documentation for this module is currently unavailable."), see this module from the above example.