Commits
User selector
Commit History
Commits on May 31, 2026
fix Promise.prototype.finally to correctly propagate onFinally errors (#1725)
Show description for bc88c58authored
Commits on May 3, 2026
diagnose unsupported async generators and for-await-of (#1717)
Show description for 4855d04authored
Commits on Apr 21, 2026
Upgrade to TypeScript 6.0 (#1704)
Show description for 591989bauthored
Commits on Apr 18, 2026
fix await inside catch/finally in async try (#1659) (#1709)
Show description for 3d14be8authored
Commits on Apr 16, 2026
fix return, break and continue inside try in async functions (#1706) (#1707)
Show description for 5753d6cauthoredFix/object assign non table source (#1642) (#1710)
Show description for c3b3a8bauthored
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 Mar 28, 2026
fix Object.defineProperty sharing values across instances (#1697)
Show description for 57459c6authoredfix Promise.finally() to return new promise via .then() (#1696)
Show description for 8c856f1authored
Commits on Mar 24, 2026
fix Set iterator not reflecting mutations after creation (#1691)
Show description for c3dc829authored
Commits on Feb 23, 2026
Add lua 5.5 target (#1680)
Show description for 8a0a85dauthored
Commits on May 24, 2025
Commits on Dec 29, 2024
- committed
Basic `Luau` target (#1608)
Show description for 7cb97adauthored
Commits on Dec 28, 2024
Allow new Array() syntax for constructing lua tables (#1609)
Show description for 6dfe252authored
Commits on Dec 25, 2024
Commits on Nov 26, 2024
Commits on Sep 21, 2024
Commits on Jul 9, 2024
Add lualib support for Math.trunc (#1564)
Show description for 5ba1facauthored
Commits on Jun 23, 2024
Commits on Mar 21, 2024
Fix crash when using lualib_bundle in an environment without coroutines (#1547)
Show description for f610b5fauthored
Commits on Mar 17, 2024
Implement Map.groupBy and Object.groupBy (#1546)
Show description for 90b3784authored
Commits on Feb 4, 2024
Optimize Promise and Await (fixes #1499), fix Promise.resolve bug (#1530)
Show description for 223b49eauthored
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 May 1, 2023
Fix nested namespace merging (#1435)
Show description for 2982567authored
Commits on Mar 1, 2023
Commits on Feb 26, 2023
Fix element access exception caused by invalid TS (#1410)
Show description for 4511e17authored
Commits on Feb 25, 2023
Fix crash missing arguments (#1407)
Show description for 5a758eaauthored