[Playground](https://typescripttolua.github.io/play.html#src=for%20(const%20%5B%5Bx%5D%5D%20of%20%5B%5B%5B1%5D%5D%5D)%20%7B%7D) Currently value is just unpacked - https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/src/transformation/visitors/loops/for-of.ts#L33, but it should use the same logic as variable declaration does. For the same reason object destructuring is not supported currently.
Playground
Currently value is just unpacked - https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/src/transformation/visitors/loops/for-of.ts#L33, but it should use the same logic as variable declaration does. For the same reason object destructuring is not supported currently.