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 29, 2026
respect @noSelf on interface containing call signature (#1724)
Show description for c40b6faauthored
Commits on May 3, 2026
diagnose unsupported async generators and for-await-of (#1717)
Show description for 4855d04authoredfix >> (signed right shift) on Lua 5.3+ (#1720) (#1721)
Show description for 9158aceauthored
Commits on Apr 21, 2026
Upgrade to TypeScript 6.0 (#1704)
Show description for 591989bauthored
Commits on Apr 18, 2026
- authored
fix await inside catch/finally in async try (#1659) (#1709)
Show description for 3d14be8authored
Commits on Apr 16, 2026
fix dots in file/directory names breaking Lua require resolution (#1445) (#1702)
Show description for 2fc2e99authoredfix return, break and continue inside try in async functions (#1706) (#1707)
Show description for 5753d6cauthoredfix array destructuring prefix operator side effects (#1405) (#1708)
Show description for 781db84authoredFix/object assign non table source (#1642) (#1710)
Show description for c3b3a8bauthored
Commits on Apr 3, 2026
fix >>> (unsigned right shift) producing wrong results on Lua 5.3+ (#1703)
Show description for 5176fcdauthored
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 29, 2026
fix try/finally rethrow when try block has return paths (#1699)
Show description for ec26bdfauthored
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 8c856f1authoredFix/dead code after break (#1694)
Show description for 2bb18e1authored
Commits on Mar 24, 2026
fix Set iterator not reflecting mutations after creation (#1691)
Show description for c3dc829authoredfix try/finally not re-throwing errors when there is no catch clause (#1692)
Show description for cfb6e2bauthored
Commits on Mar 3, 2026
fix `debug.traceback` failing on anonymous function (#1665) (#1666)
Show description for a3f2eeaandauthored
Commits on Feb 23, 2026
Add lua 5.5 target (#1680)
Show description for 8a0a85dauthoredFix enum nested in namespace (#1682)
Show description for e1f5d4fauthored
Commits on Dec 27, 2025
Fix constructor scope breaking vararg spread optimization (#1675)
Show description for a6230a7authored
Commits on Jul 12, 2025
- authored
fix: resolve #1647 (#1648)
Show description for ecad13fauthored
Commits on May 24, 2025
Commits on Feb 8, 2025
Add `bit` and `bit32` as lua keywords (#1617)
Show description for e6daa5fauthored