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
- You can now write things like `[...pairs(obj)]`.
8
+
- Fixed a bug in module resolution resolving the wrong lua files when having the same file names in nested directories.
9
+
- Fixed a bug causing temporary variables for nested destructuring in loop variables to be outside the loop, instead of inside.
10
+
- Fixed import expressions not actually requiring their import.
11
+
- Fixed `super` calls not being source-mapped correctly.
12
+
3
13
## 1.7.0
4
14
5
15
- Added support for `LuaMap` and `LuaSet` language extensions that translate to very low level Lua table operations. See [our docs](https://typescripttolua.github.io/docs/advanced/language-extensions/#luamap-and-luaset) for more information.
0 commit comments