Commits
Branch selector
User selector
Commit History
Commits on Apr 21, 2026
- committed
- committed
- committed
- committed
- committed
Commits on Apr 20, 2026
- committed
- committed
- committed
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
- committed
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 13, 2026
- committed
Commits on Apr 3, 2026
- committed
- committed
- committed
- committed
fix >>> (unsigned right shift) producing wrong results on Lua 5.3+ (#1703)
Show description for 5176fcdauthored
Commits on Apr 1, 2026
- committed
- committed
- committed
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 8, 2026
- committed
- committed
- committed