Construction of array from array destructuring is transpiled weird (downlevelIteration) #915
Labels
problem: stale
Issue has not been responded to in some time
solution: duplicate
This issue or pull request already exists
solution: workaround available
There is a workaround available for this issue
topic: downlevelIteration
Related to tsconfig downlevelIteration
Current Behavior
is transpiled to:
Expected behavior
I don't know, it's just that I think that we need to transpile it so that it evaluates to
[undefined, undefined]
Suggested solution(s)
No suggestions, since I don't know how to fix this. Maybe check what settings we have for babel?
Additional context
None.
Your environment
The text was updated successfully, but these errors were encountered: