Notas Hellout

Results 150 comments of Notas Hellout

OK! > Also no reason to use .cjs & .mjs at the same time. Your package is "type": "module", so can just use .js for the modern output. I think...

Any idea if #565 or https://github.com/developit/microbundle/pull/707#pullrequestreview-472310599 is related?

I see [here](https://github.com/rpetrich/babel-plugin-transform-async-to-promises#no-support) that `babel-plugin-transform-async-to-promises` does not support async generators. Is this plugin still used? Is the logic to transpile async generators missing?

Still getting the error. I managed to write a GitHub worflow to automate testing all builds of `async-abstraction/tape`. You can see the error [here](https://github.com/async-abstraction/tape/runs/4321504711?check_suite_focus=true#step:5:63).

I created a minimal bug reproduction repository at https://github.com/bisectifiate/microbundle-async-generator with [a workflow that automates testing of the source and the built bundles](https://github.com/bisectifiate/microbundle-async-generator/actions).

I managed to get `@async-abstraction/tape` to work by replacing a bunch of `for await ...` syntax by `await iterator.next()` syntax, but that's not all that is needed. I hit some...

Hi @raineorshine, I haven't searched for it.

Hi @zkat, @isaacs, and @wraithgar! Any idea who to contact to discuss a potential addition to npm's API?

Thanks @wraithgar. @raineorshine Shall I open a ticket?

Hi @raineorshine! I would like to open a npm support ticket to request this API addition we would need. Do you give me permission to explicitly mention in this ticket...