DEV Community

Discussion on: How TypeScript over babel greatly simplifies creating libraries

Collapse
 
tracker1 profile image
Michael J. Ryan

TS doesn't do what Babel does... If you want to use any features not in the browser you stop need Babel. I've been using the null/Elvis operator for years and TS just barely supports it recently. Let alone pipeline operators.

You can create your own meta/wrapper package for Babel with the defaults you like btw.