Kevin Gibbons
Kevin Gibbons
Sounds good to me, this is a pretty common use case in my experience, maybe getting more so with chatbots and similar streaming their responses. An additional reason not yet...
@guybedford Yeah the IPR check periodically gets out whack; don't worry about it. We'll fix before landing.
@linusg It's stage 4, editors just haven't had time to get it landed yet.
This also fixes https://github.com/tc39/ecma262/issues/3426
> why has the spec committee recently opted to codify this precise usage into parity for promises with `Promise.try`? As a person on the committee, I can maybe speak to...
> Can you show a single case where it is an error? Sure. The place it commonly comes up, as discussed above, is during refactoring. Imagine you have something like...
I put the `async` keyword back? It's not usually hard. In my experience this very rarely happens, though. I accept that you want to defensively put `async` on functions which...
@syg's suggestion works for me. Alternatively, something like this:  code from chatgpt ```html table { border-collapse: collapse; width: 100%; } th, td {...
Note that the set of module types might be expanding - there's active proposals for [text](https://github.com/tc39/proposal-import-text) and [bytes](https://github.com/tc39/proposal-import-bytes) imports from JS.