You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce this with just: var { foo } = foo;. In flattenDestructuringBinding we push a declaration for the right foo before we push a declaration for the left foo, but not sure why. @rbuckton Could you help?
See the
TODO: GH#23370
comment ines2015.ts
. Removing/*noAssert*/ true
makes the testdestructuringReassignsRightHandSide
fail.The text was updated successfully, but these errors were encountered: