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

**The issue** Right now, as far as I can tell, the version of a package must be set in a config json. Be that deno.json, jsr.json or other. I miss...

feature
publishing

I tried to publish a package with a `.js` file as the entrypoint and received this message: ``` warning[unsupported-javascript-entrypoint]: used a JavaScript module without type declarations as an entrypoint -->...

feature
publishing

Fresh alread stores a parsed `URL` instance under `ctx.url`. No need to construct that yourself.

Thanks for building `jsr`, I loved the score feature. I wonder if the CLI could prevent score regressions, or prevent publishing if certain requirements are not met. For instance, I...

![image](https://github.com/jsr-io/jsr/assets/13135287/e1e42df7-415c-43de-a1e8-b68447cf8c07) This was directly after releasing a new version. The URL was with an unspecified version, but the jump to latest button showed up, which didn't do anything.

JSR doesn't have the ability to emit JavaScript from TypeScript sources to serve browsers. The JavaScript emitted should also be cached. Example of TypeScript code from JSR https://jsr.io/@kwhinnery/yassify/1.0.0/mod.ts: ```ts export...

These should be clickable: ![image](https://github.com/jsr-io/jsr/assets/7829205/5dc96431-aa87-44d4-9c48-a250086fdf8a)

feature
docs gen

Currently, you can only yank one specific version of a package, and depending on the amount of versions in that package, it is gonna take a while, yanking the entire...

feature

I think it would be incredible if a `CHANGELOG.md` file was automatically picked up and had it's own tab on the package page like the README does. It's quite common...

feature

I was browsing the `@badrap/valita` symbols and the generated API docs and I see a lot of symbols are not linked/documented. For example: https://jsr.io/@badrap/valita/doc/~/ArrayType#method_func_0 ``` func(arr: unknown, flags: number): RawResult...

docs gen