top | item 44932202

(no title)

rovingeye | 6 months ago

Why would I want to ship a JS build for my private package? That's just extra machinery I don't need. Switching to a superior runtime would be easier.

discuss

order

throwanem|6 months ago

Well, I don't suppose I know, but if it's an argument you want then that's actually room 12a just next door.

rovingeye|6 months ago

I can sort of understand the publishing argument, since npm doesn't solve for this at all, unlike JSR:

"You publish TypeScript source, and JSR handles generating API docs, .d.ts files, and transpiling your code for cross-runtime compatibility."

Not allowing it for private modules doesn't make much sense to me, though. It either forces me to use a loader, or now figure out a JS build step which I have been more than happy to avoid up until now.