jsr icon indicating copy to clipboard operation
jsr copied to clipboard

The open-source package registry for modern JavaScript and TypeScript

Results 348 jsr issues
Sort by recently updated
recently updated
newest added

If a symbol has overloads, then only the first one count as being documented so it lower the score I've confirmed this is the case by publishing two releases of...

bug

Each package / package version should have a `license` field. This field should be a SPDX ID of a license. This license should be visible via the API and UI,...

feature

I suggest adding a new "Coverage" tab to package pages. The subdirectory would act as an explorer for test coverage, which most devs should be familiar with. It could be...

My ts file includes this side effect import that imports the css associated with the exported component: ```import './style.css';``` When I try to run `npx jsr publish` I get this...

In a dry run I get ``` error[unsupported-nested-javascript]: referenced a JavaScript module without type declarations from a TypeScript module --> # … = hint: add a type declaration (d.ts) for...

At first, I mistook this for a text field to change the scope name. This confusion might be mitigated by adding an icon. wdty? @donjo

UI/UX

Right now when you first publish a package the runtime compatibility options are unset so the "works with" field in the package header is blank. If you go into settings...

UI/UX

Currently, you can enable requiring publishing from CI at the scope level. After some internal discussion, it might be worth configuring this option at the package level, too. It'd be...

https://jsr.io/@nic/decimal-literal/doc/~/default ![image](https://github.com/jsr-io/jsr/assets/7000710/018d24a3-136c-4a2f-a6f5-b0622acc4368) `import from "name"` is missing _some_ identifier. It'd be great if I (package author) could configure it, but an auto-generated one is still better than nothing.

bug
docs gen

``` ➜ deno publish --dry-run Check file:///home/nic/Documents/dev/experiments.localhost/decimal-literal/src/index.ts Checking for slow types in the public API... error[unsupported-default-export-expr]: default export expression was too complex --> /home/nic/Documents/dev/experiments.localhost/decimal-literal/src/index.ts:71:1 | 71 | export default createDecimalTag(...

bug