Commits
User selector
Commit History
Commits on Jul 26, 2022
- committed
Commits on Jul 19, 2022
Fixes for Optimize PR (#1312)
Show description for c962837authored
Commits on Jul 18, 2022
Significant performance improvements (#1308)
Show description for cfd1e36authored
Commits on Jul 14, 2022
Add LuaMap and LuaSet language extensions (#1303)
Show description for 7ff29f0authored
Commits on Jun 24, 2022
- authored
Commits on Jun 12, 2022
Fix noImplicitSelf failing due to file paths (#1289)
Show description for 7a4388bauthored
Commits on May 30, 2022
Apply JSDoc Comments to Lua code (#1270)
Show description for da506acauthored
Commits on May 28, 2022
noImplicitGlobalVariables compiler option (#1269)
Show description for 43d31d0authored
Commits on Apr 20, 2022
Commits on Apr 2, 2022
Optimize lualib functions (#1217)
Show description for b5159f0authoredAdd new option to bypass 5.1 try/catch in async/await precaution (#1247)
Show description for 39480bbauthored
Commits on Mar 17, 2022
Fix prototype call check for nullable types (#1230)
Show description for 3b41774authored
Commits on Mar 10, 2022
Error when using null or undefined in array literal (#1223)
Show description for 5d66aa4authored
Commits on Jan 4, 2022
Improve expression statement handling and language extensions calls (#1201)
Show description for 3dc393eauthored
Commits on Dec 21, 2021
Fix nullish coalescing and conditionals when using generics (#1191)
Show description for 2429e26authored
Commits on Dec 12, 2021
Support for unicode identifiers when targetting LuaJIT (#1187)
Show description for 2df7047authored
Commits on Dec 6, 2021
added LuaPairsIterable extension (#1176)
Show description for 3eae0a2authored
Commits on Dec 2, 2021
implemented support for properties on functions (#1180)
Show description for c955a63authoredfixes to binding destructuriing in loops and functions (#1182)
Show description for 1f3a505authored
Commits on Nov 28, 2021
Optional chaining using preceding statements (#1171)
Show description for 63a683cauthored
Commits on Nov 20, 2021
Preceding Statements (#1116)
Show description for d8e6546authored
Commits on Nov 2, 2021
Commits on Oct 26, 2021
Fix promise then chaining and disallow using try/catch in 5.1 in async and generator functions (#1150)
Show description for 1b9d48fauthoredImplement support for void expression (#1148)
Show description for 8f70f50authored
Commits on Sep 13, 2021
validating assignment of functions to object literal method types (#1136)
Show description for 0364cdfauthored
Commits on Sep 11, 2021
Hoisting switch fix (#1125)
Show description for 73a4ed0authored
Commits on Sep 8, 2021
Use `ts.transformJsx` instead for jsx. (#1123)
Show description for dc78114authored
Commits on Aug 20, 2021
Remove tupleReturn annotation (#1090)
Show description for a013476authoredAsync await (#1093)
Show description for 98ffee6andauthored
Commits on Aug 15, 2021
Fix noSelf in object literal methods (#1088)
Show description for a738dfcauthored
Commits on Aug 8, 2021
Deprecated @tupleReturn and various lualib improvements (#1075)
Show description for e401bffauthored
Commits on Aug 3, 2021
Commits on Jul 31, 2021
JSX support (#1052)
Show description for 987899cauthored
Commits on Jul 16, 2021
Commits on Jul 9, 2021
Optional chaining (#1041)
Show description for d79a207authored