Re: [whatwg/webidl] Fix "async iterable" being a single token (PR #1489)

saschanaz left a comment (whatwg/webidl#1489)

And this caught a grammar problem:

```
 The WebIDL grammar is NOT LL(1) due to the following conflicts:
    1. PartialInterfaceMember:
       * "async" (54/58)
```

Seems we should change the grammar?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1489#issuecomment-2892437775
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/pull/1489/c2892437775@github.com>

Received on Monday, 19 May 2025 22:36:14 UTC