- 
    Type:Task 
- 
    Resolution: Fixed
- 
    Priority:Major - P3 
- 
    Affects Version/s: None
- 
    Component/s: AsyncRewriter
- 
    None
- 
        5
- 
        Iteration Kentrosaurus, Iteration Lambeosaurus, Iteration Minmi
- 
        Needed
- 
        
Similar to how we apply the async rewriter to conditionally await the result of expressions, we could also add support to conditionally transform a for-of loop into a for-await-of loop, so that users could use for-of loops as the most idiomatic way of iterating over cursors.