Replies: 1 comment 2 replies
-
Hi @yeskunall There are no plans to move Lume to JSR, at least in the medium term, until some changes are made in JSR. I don't feel confortable with some of its design decisions.
HTTP imports are a superior solution to me (despite their flaws, I know they are not perfect). They don't have any of these problems. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, if I want to publish a package that depends on Lume to JSR, then it’s not possible. See here for an example:
That’s because HTTP modules are supported in Deno, but not in JSR.
In the same doc they state that deno.land/x will not be discontinued of shut down*:
However, by not publishing to JSR we miss out on their DX features, the 2 main ones (for me) being:
*Personally, I have come to not trust these statements. They are akin to “forever” (end of time) or “unlimited” plans, which frankly, don’t exist. But that’s a me problem and I get that.
On top of that, deno.land/x has some concerns for which JSR was created, a big one being its lack of SemVer enforcement.
I’m opening this as a discussion to get the conversation started, but I understand if this is not a priority for Lume (as of yet).
As always, thanks for your work on Lume! 💖
Beta Was this translation helpful? Give feedback.
All reactions