- Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Domain: Symbol NavigationRelates to go-to-definition, find-all-references, highlighting/occurrences.Relates to go-to-definition, find-all-references, highlighting/occurrences.Experience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
Domain: Symbol NavigationRelates to go-to-definition, find-all-references, highlighting/occurrences.Relates to go-to-definition, find-all-references, highlighting/occurrences.Experience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this