jsr
jsr copied to clipboard
The open-source package registry for modern JavaScript and TypeScript
Clicking on a link to drill into a method that is a symbol results in a 404 instead of the documentation for that method. For example clicking on the link...
This is driving me crazy, trying to publish with GitHub actions: ``` Downloading JSR binary... Publishing @nostr/[email protected] ... Download completed Warning Publishing a library with slow types is not recommended....
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...
Some private registries require that upstreams have an identical tarball path layout as the upstream NPM registry. JSR does not currently do this, which means JSR is unable to be...
Can we have a better module searching feature on JSR? Something like the search used by image boards, discord, etc. **Example** `websocket` - Normally searches for `websocket` `runtime:deno websocket` -...
If you're browsing a package with a short or non-existent description clicking a tab that isn't tied to a specific package version, like the score tab, will cause the UI...
Packages without a stable release is currently not usable without specifying an explicit version number **Current behavior** - The default page of jsr.io, example: https://jsr.io/@pup/pup shows nothing but "This package...
For example, when I want to use `@std/http`, the first thing I do is to go to https://jsr.io/@std/http and copy `deno add @std/http`, run it, copy `import * as mod...
JSR currently only supports login via a GitHub user. GitHub is a private for-profit company. This has a lot of negative effects: - People that do not want to be...