Commits
User selector
Commit History
Commits on Apr 1, 2026
fix Number.MAX_SAFE_INTEGER, MIN_SAFE_INTEGER, MIN_VALUE, MAX_VALUE emitting wrong Lua (#1698)
Show description for c043cdcauthoredfix Math.atan2 emitting math.atan2 instead of math.atan for Lua 5.4+ (#1700)
Show description for 84ef0b2authored
Commits on Dec 28, 2024
Allow new Array() syntax for constructing lua tables (#1609)
Show description for 6dfe252authored
Commits on Nov 26, 2024
Commits on Jul 9, 2024
Add lualib support for Math.trunc (#1564)
Show description for 5ba1facauthored
Commits on Mar 17, 2024
Implement Map.groupBy and Object.groupBy (#1546)
Show description for 90b3784authored
Commits on Nov 18, 2023
Commits on Oct 3, 2023
Commits on Sep 27, 2023
Number static data properties (#1492)
Show description for c85001eauthored
Commits on Sep 24, 2023
Add Number.parseInt + Number.parseFloat (#1491)
Show description for 79f8d1bauthored
Commits on Sep 12, 2023
Commits on Aug 29, 2023
Implement copying array methods (#1480)
Show description for 1d23427authored
Commits on Mar 1, 2023
Commits on Feb 25, 2023
Fix crash missing arguments (#1407)
Show description for 5a758eaauthored
Commits on Jan 21, 2023
Simplify optional chaining expressions where possible (#1381)
Show description for 3d0e98dauthored
Commits on Sep 3, 2022
Lua 5.0 support (#1263)
Show description for 7497dbfauthored
Commits on Aug 11, 2022
Exception trying to read symbol from undefined type (#1326)
Show description for e545192authored
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 May 31, 2022
Fix methods with non-null operator not being detected as methods (#1280)
Show description for 71fb85eauthored
Commits on Apr 10, 2022
Support for import expressions (#1254)
Show description for 570c510authored
Commits on Apr 2, 2022
Optimize lualib functions (#1217)
Show description for b5159f0authored
Commits on Mar 20, 2022
Commits on Mar 17, 2022
Lualib modules using a plugin to generate lualib (#1227)
Show description for fbb00d2andauthoredFix prototype call check for nullable types (#1230)
Show description for 3b41774authored
Commits on Mar 12, 2022
Commits on Jan 14, 2022
Use power operator instead of math.pow (#1210)
Show description for 7abca43authored
Commits on Jan 13, 2022
Added Math.sign (#1206)
Show description for 78d7cf7andauthored
Commits on Jan 4, 2022
Improve expression statement handling and language extensions calls (#1201)
Show description for 3dc393eauthored
Commits on Dec 2, 2021
implemented support for properties on functions (#1180)
Show description for c955a63authored
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 Sep 9, 2021
Add `string.replaceAll` lualib and optimize/fix `string.replace` (#1129)
Show description for 8b82232authored
Commits on Aug 18, 2021
Add support for Promises (#1049)
Show description for f6fea1eauthored
Commits on Jun 12, 2021
Implement array.entries() (#1031)
Show description for ffde390authored