Hacker News new | ask | show | jobs
by bastawhiz 307 days ago
It performs no type checking, and you don't need to load the compiler to compile. Tsc is a heavy package and having Node do this for you means much faster startup.

As a note, Node has a built in --watch now, too