Bug: implicit any flags renamed destructuring from async/await within loops when shadowing variable names #36666
Labels
Design Limitation
Constraints of the existing architecture prevent this from being fixed
NOTE: this issue is quite similar to #32278 though I could only reproduce my exact issue when using a loop and async functions with a let/var. The conditions were different enough I though it made sense to open a separate issue.
TypeScript Version: 3.8.0-dev.20200205
Search Terms:
circular, implicit, referenced directly
Code
Expected behavior:
No error
Actual behavior:
newParam
is flagged with the following error:Playground Link:
playground
Related Issues:
#33191
#29414
#32278
The text was updated successfully, but these errors were encountered: