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

* https://github.com/denoland/deno_graph/pull/428/files#diff-bfee9a1b96f39956d569df6c610e0e8b4eb5fb38ea127a03cd0abc38dea7c7e3R269 * https://github.com/denoland/deno_graph/pull/428#discussion_r1597140066 Might not be worth doing though because this is just a temporary error until we can improve it.

I see this being useful for, say, the Standard Library, allowing users to quickly see the latest version of each package at a glance. Maybe this could appear immediately to...

feature

Hi. Today I noticed an issue when trying to publish an existing npm package that has optional peer dependency on [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) which is officially only published on Github. - Reproduction:...

which leads to jsr resorting to trying to infer types trivially, and as a result - failure to use the library altogether. ## mcve deno.json ```json { "name": "@foo/bar", "version":...

documentation

https://jsr.io/@mizchi/repro-jsr-npm/0.0.2/sub/lib.js The copy button does not work.

bug
docs gen

Right now we only support TS type annotations in `.ts` files for both `deno doc` and fast check emit. We do not understand type annotations in TSDoc comments in `.js`...

## Steps to reproduce: 1. Go to https://jsr.io/@badrap/valita 2. see

bug
UI/UX
docs gen

I think that we can auto fix the majority of slow types diagnostics (missing return types, and explicit class types) by using TSC inference and then fixing up the source...

publishing
cli

This is a UX improvement which adds the ability to search JSR packages without having to navigate to jsr.io first. On Firefox, a plus icon appears on the search bar...

feature
good first issue

Node.js will add support of 'require'ing of sync ESM soon. If the module page shows whether it is sync or not, then CommonJS consumers can see whether it's usable for...

feature