jsr
jsr copied to clipboard
The open-source package registry for modern JavaScript and TypeScript
For packages that are pure ESM+TypeScript, it's currently easy to run the test suite using Deno with CI, e.g. using GitHub actions to run `deno test`. I found that it's...
To allow the use of private or local registries the JSR API should be capable of proxying to another instance, eg the public one. I wanted to run a local...
```jsonc // in jsr.json or deno.json { "description": "...", "compat": { "browsers": true, "deno": true, "node": true, ... } } ```
Am I missing feature somewhere where I could preview my package score before publishing? If not may I suggest feature where --dry-run gives you the scoring?
Dear jsr maintainers, Greetings from the [cnpm](https://github.com/cnpm) team, the provider of stable and free npm registry package mirror services in China, including the frontend at https://npmmirror.com/ and the registry at...
- Add CORS header - Cannot visit by browser page, it shows 404 page. It could caused by `accept` header. https://jsr.io/@std/assert/meta.json ``` // 404 page ❯ curl 'https://jsr.io/@std/assert/meta.json' -H 'accept:...
The Standard Library, I'm sure, along with other packages, has many instances of "single-symbol modules". E.g. [`@std/assert/assert`](https://jsr.io/@std/[email protected]/doc/assert/~). An author of a single-symbol module would reasonably have function-level JSDocs, instead of...
Hi! Thanks a lot for this initiative to democratize package management 🔥 I just ran into an issue with pnpm workspace in my package neodrag. IG I can work around...