jsr-io / jsr

The open-source package registry for modern JavaScript and TypeScript
https://jsr.io
MIT License
2.15k stars 96 forks source link

documentation generator shouldnt resolve jsr imports #396

Open crowlKats opened 2 months ago

crowlKats commented 2 months ago

This breaks linking to other jsr packages. We would need to somehow reverse lookup export maps of all dependencies, which is not ideal. The documentaiton generator should rather not have resolved jsr dependecy URLs so we can properly link to dependencies and their symbols used. Related to #384

lucacasonato commented 2 months ago

Unblocked by https://github.com/jsr-io/jsr/pull/398