jsr
jsr copied to clipboard
The open-source package registry for modern JavaScript and TypeScript
The score for "Has docs for most symbols" seems to include JSON exports, which can't be documented. For example, https://jsr.io/@li/lorem-babel/score lists 15% coverage. All publicly accessible TS exports have documentation,...
Adding instructions for Cloudsmith registry support ### PR Checklist - [x] The PR title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - [ ] Is this closing an open issue? If so, link it,...
JSR doesn't show the types for an extracted method from a class. This happens both for normal and static methods. For example, JSR doesn't show types for the extracted static...
Within the last three days, running `npx jsr@latest publish --dry-run` has started failing on our repo: https://github.com/eslint/rewrite ## Steps to reproduce 1. `git clone` the repo 2. `npm install` 3....
Hi, It would be wonderful if libraries could have an "AI" tab, file or endpoint available. That file could be a concatenation of all of the JSDOC and could be...
Not allowing global augmentation has the effect of making some libraries features completely unusable. Say you have a custom element or jsx library which augments the available global jsx or...
I am unable to publish a package which has jsr: dependencies in the package.json. This is in a monorepo workspace using pnpm. But I a not using workspace dependencies for...
We need a way to delete a package version, however we should keep this to be under very specific circumstances. one idea would be: - less than X downloads -...
We're looking into whether we can make the CLDR JSON packages more friendly. Currently, we ship packages on npm such as [cldr-core](https://www.npmjs.com/package/cldr-core) which contain no code, not even an index.js...
Hello, I am the publisher of [this package](https://jsr.io/@wildboar/[email protected]). This is my first package I've published on JSR. While my TypeScript for this package absolutely works, and I can build it...