Modern JS output

With SDK 31, babel 7 and updated JSC, I assumed babel would be outputting more modern JS (classes, generators etc). Are there any plans to do this? Debugging async/await would be easier if it did.

Hi @pstockley - yes, this is on our roadmap and we’re starting to look into it now, though currently we can’t promise an updated babel configuration on any given timeline. cc @ide

We are not actively looking into this but we have paved the way for this to be easier in the future. For some features like async/await, we need to be cautious with compiling them since the promises will change and some things will become harder to debug. You also can provide your own Babel configuration and compile however you’d like if you have custom needs that justify your investment.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.