@typescript-to-lua/language-extensions
Advanced tools
Changelog
1.19.0
using
keyword for explicit resource management. See the TypeScript release notes for more information.toReversed
, toSorted
, toSpliced
and with
. These were also introduced in TypeScript 5.2, see their release notes for more information.Changelog
1.0.0
/* @tupleReturn */
has been removed and will no longer have any effect. You will get an error if you try ot use it or if you use declarations that use it.Promise
class.async
and await
using coroutines.<directory>/init.lua
files for require("<directory>")
.