-
-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
publish to JSR #3804
Comments
Thanks for sharing! |
It's a bit early, so I think it'll be significantly harder at this point to land jsr support than manually making the esm bundles (#1595), because jsr.io want to take .ts source code and make a analyze it, do a build, .d.ts, docs, etc., and I don't know how it'll will handle our need for multiple bundles (worker bundle etc.) - if it can read our rollup.config. They kinda have to support that, but I don't know if they do at this point. |
Yeah, although if we still need a rollup.config file and all we get is d.ts file and API docs (and if I needed to guess they probably are using the same tools we are using - dts bundle generator or api-extractor, and typedoc) then there's not a lot of added value here. |
Sent an invite to @birkskyum for the |
It would be great to get on the JSR registry as it's taking off.
Since it's esm-only this is blocked by:
The text was updated successfully, but these errors were encountered: