Re: [heycam/webidl] WIP: Async value iterators (#808)

Ms2ger commented on this pull request.



> +        "async" "iterable" "<" TypeWithExtendedAttributes ">" ";"
+        "async" "iterable" "<" TypeWithExtendedAttributes ">" "(" ArgumentList ")" ";"
         "async" "iterable" "<" TypeWithExtendedAttributes "," TypeWithExtendedAttributes ">" ";"
+        "async" "iterable" "<" TypeWithExtendedAttributes "," TypeWithExtendedAttributes ">" "(" ArgumentList ")" ";"

You'll need to split this up to limit lookahead.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/808#pullrequestreview-306534982

Received on Thursday, 24 October 2019 12:31:46 UTC