Hacker News new | ask | show | jobs
by bbatha 982 days ago
IME Typescript generally has far worse compile times than rust especially if you need to start splitting into packages or do anything more complex than stripping type annotations.
2 comments

It never took me 15 minutes, like on a Gtk+rs project I have.
Depends on what you're doing. If you're type checking, it's usually happening in the background via LSP. If you're "compiling" to JS, use esbuild and its instant.