Closed
Description
For various reasons that are discussed in other issues, some people like to pipe TS into Babel for the downlevel (e.g. ES5) code generation. I won't reiterate here why one might want to do so.
Now that TS is starting to get ES7+ features such as async
, decorators, possibly ::
& co. it would be very welcome to add a ES7 (ES2016) target.
The use case today is to get raw, non transformed code from TS and process it with Babel.
The future use case is of course that JS runtimes are going to have some of those features natively supported and down-level emit won't be required anymore.