Sean Cooper

Results 4 comments of Sean Cooper

Not just in `switch` statements I seem to have the same issue with a `break` in an `async` containing a `for` loop.

This looks like an issue with Babel's `babel-plugin-transform-async-to-promises` package used in Microbundle. https://github.com/developit/microbundle/issues/565 https://github.com/rpetrich/babel-plugin-transform-async-to-promises/issues/49

This did come up in the working group chat, we're not sure if it's possible yet, will look into it at some point.

I'm no expert, but I just had the same issue and after some googling found and tried this. ``` make clean make all ``` Not sure what it did, but...