sus@programming.dev to Programmer Humor@programming.dev · 4 months agoaverage day in NPM landprogramming.devimagemessage-square28fedilinkarrow-up14arrow-down10
arrow-up14arrow-down1imageaverage day in NPM landprogramming.devsus@programming.dev to Programmer Humor@programming.dev · 4 months agomessage-square28fedilink
minus-squareDr. Moose@lemmy.worldlinkfedilinkEnglisharrow-up2·3 months agoSo is Deno! You can easily import npm: and node: packages and run typescript without transpiling. With Bun and Deno there’s no reason to use Node tbh.
minus-squaresfxrlz@lemmy.worldlinkfedilinkarrow-up1·3 months agoFor starting new projects i absolut agree. At work we have a legacy react app that just will not run on bun and for deno we would probably have to rewrite some stuff.
So is Deno! You can easily import
npm:
andnode:
packages and run typescript without transpiling. With Bun and Deno there’s no reason to use Node tbh.For starting new projects i absolut agree. At work we have a legacy react app that just will not run on bun and for deno we would probably have to rewrite some stuff.