652
wait what... (lemmy.nz)
you are viewing a single comment's thread
view the rest of the comments
[-] lobut@lemmy.ca 2 points 7 months ago

Yeah, absolutely agreed.

Btw, you probably already know this, but if you don't. The later versions of Node can run typescript natively. By "run", I mean, it can run a subset of the language, if your project indirectly or indirectly references a file that has "decorators" or something like that, then you'll need to use another compiler.

ts-node or tsx are runners that I use typically if I just want to "run" something. They're basically zero config runners and I can debug with them with VS Code.

[-] marlowe221@lemmy.world 3 points 7 months ago

Yeah, I’ve read about the development of the ability to run TS natively in Node. It sounds really promising!

I’m not familiar with ts-node though. I’ll have to check that out.

this post was submitted on 17 Jan 2026
652 points (98.2% liked)

Programmer Humor

33049 readers
668 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS