jsr
jsr copied to clipboard
The open-source package registry for modern JavaScript and TypeScript
Problem detected when publishing: https://jsr.io/@avalero/preact-hooks I have created a custom hook for preact - https://github.com/avalero/preact-hooks The package tries to import `preact` whith npm, as shown in this `deno.json` ```json {...
## mcve deno.json ```json { "name": "@foo/bar", "version": "1.0.0", "exports": { ".": "./index.js" } } ``` index.js ```js export const foo = 123 ``` index.d.ts ```ts export const foo: number...
Not sure if this is better to bring up here or in deno's repo, but I'd like to be able to host an installable (not 'addable') package on jsr.io, i.e.,...
It doesn't have to be a full score specifically, but rather some way to filter based on score. In another form we could also sort by score in another form....
The score should try to gamify the developers into reaching better code quality. Having more items in there trying to be even better than before should improve the overall quality...
A widespread Markdown extension is footnotes. See https://www.markdownguide.org/extended-syntax/#footnotes. It'd be great if READMEs supported a footnote extension. Compare e.g. https://jsr.io/@olets/css-fluid-length, where footnote-y syntax becomes in-place links, and https://codeberg.org/olets/css-fluid-length, where the...
I propose to introduce dark theme for gib nerd coding in the dark. #18
https://jsr.io/@mary/bluesky-client/doc/atp-schema/~/ComAtprotoSyncRequestCrawl.Input
Do you need a `package.json` to do this? Is there a way to indicate peer dependencies without using `package.json`? Maybe using `jsr.json` somehow? Context: I would like to publish [@adamzerner/rfu-react](https://www.npmjs.com/package/@adamzerner/rfui-react)...
I'm not sure where this error is coming from. Is it from `jsr` or TypeScript or somewhere else? How can I fix it? Example run here: https://github.com/koddsson/context-protocol/actions/runs/8480796983/job/23237140188