DEV Community

Discussion on: Writing ES6 in your Node.js Applications

Collapse
 
dhruv profile image
Dhruv

afaik typescript also needs a compiler no? babel has a typescript plugin too.

Collapse
 
jeffreyfate profile image
Jeffrey Fate

Technically, yes. But, to me it is much more seamless with everything I've needed so far bundled with TS. It feels less cobbled together than using Babel, Webpack, or Rollup. Plus, it essentially automatically stays updated as new language features are added.