typescript-to-lua
Advanced tools
Changelog
1.31.0
currentIndent
from private to protected in the LuaPrinter
to allow custom printers with alternate indentationbit
and bit32
as reserved Lua keywords to avoid accidental naming clashes.Changelog
1.30.0
Error
in Lua 5.1 and LuaJITChangelog
1.29.0
Luau
luaTarget. This will use Luau's continue
statement and ternary conditional expression if ... then ... else ...
where appropriate.new Array<T>()
syntax to construct arrays (constructing with a length argument is not allowed).