Similar to #51222.
async function outerAsyncFun() { let af = /*END*/async () => { /*START*/await Promise.resolve(0); } }
function* outerGen*() { /*END*/function* gen() { /*START*/yield 100; } return gen }
We should probably do nothing in cases like top-level await
, or where await
does not have a direct corresponding async
function, and yield
does not have a direct corresponding generator.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4