Quick fix at await to make current function async #21034
Labels
Domain: Quick Fixes
Editor-provided fixes, often called code actions.
Fixed
A PR has been merged for this issue
Good First Issue
Well scoped, documented and has the green light
Help Wanted
You can do this
Suggestion
An idea for TypeScript
Milestone
TypeScript Version: 2.7.0-dev.201xxxxx
Code
Expected behavior:
At 1, offers a code action that converts the innermost function to async:
Actual behavior:
Error at 1 with no quick fix offered
The text was updated successfully, but these errors were encountered: