zlacker

[parent] [thread] 1 comments
1. catapa+(OP)[view] [source] 2025-12-02 19:13:33
Same. I had a little library I wrote to wrap indexedDB and deno wouldn't even compile it because it referenced those browser apis. I'm sure it's a simple flag or config file property, or x, or y, or z, but the simple fact is, bun didn't fail to compile.

Between that and the discord, I have gotten the distinct impression that deno is for "server javascript" first, rather than just "javascript" first. Which is understandable, but not very catering to me, a frontend-first dev.

replies(1): >>bcye+f6
2. bcye+f6[view] [source] 2025-12-02 19:39:00
>>catapa+(OP)
Even for server ~~java~~typescript, I almost always reach for Bun nowadays. Used to be because of typestripping, which node now has too, but it's very convenient to write a quick script, import libraries and not have to worry about what format they are in.
[go to top]