-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: AsyncWriter
-
None
-
5
-
Needed
-
-
Iteration Kentrosaurus, Iteration Lambeosaurus, Iteration Minmi
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.