• yes there is a rollup plugin for typescript so would be easy to add this.

    https://github.com/rollup/plugins/tree/m­aster/packages/typescript

    Not sure if reducing to es6 and then following with what I have done (buble, etc) is best or just tell it to go all the way to es5. The later would include many superfluous transformations and defeat what I was trying to do which was only transform what was needed with buble and that single async/await.

About

Avatar for dgk @dgk started