typescript-to-lua
Advanced tools
Changelog
1.9.0
strictNullChecks
is enabled.)get()
type of ReadOnlyLuaMap
. It is now typed the same as LuaMap
, i.e. it can return undefined
.paths
without specifying baseUrl
.Changelog
1.8.0
[...pairs(obj)]
.super
calls not being source-mapped correctly.Changelog
1.7.0
LuaMap
and LuaSet
language extensions that translate to very low level Lua table operations. See our docs for more information.then
was not correctly forwarding the result value to chained promises.