Commits
User selector
Commit History
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 fbb00d2andauthored
Commits on Jan 13, 2022
Added Math.sign (#1206)
Show description for 78d7cf7andauthored
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 Nov 9, 2021
Fix delete operator (#1160)
Show description for 284a672authored
Commits on Sep 9, 2021
Add `string.replaceAll` lualib and optimize/fix `string.replace` (#1129)
Show description for 8b82232authored
Commits on Aug 20, 2021
Async await (#1093)
Show description for 98ffee6andauthored
Commits on Aug 18, 2021
Add support for Promises (#1049)
Show description for f6fea1eauthored
Commits on Aug 8, 2021
Deprecated @tupleReturn and various lualib improvements (#1075)
Show description for e401bffauthored
Commits on Jul 9, 2021
Optional chaining (#1041)
Show description for d79a207authored
Commits on Jun 12, 2021
Implement array.entries() (#1031)
Show description for ffde390authored
Commits on Apr 28, 2021
Commits on Mar 25, 2021
Replaced deprecated factory functions (#1008)
Show description for 29dba98authored
Commits on Jan 28, 2021
Commits on Jan 26, 2021
Feature/arrayisarray (#970)
Show description for 39c7420authored
Commits on Oct 18, 2020
Method and Method Property decorators (#905)
Show description for 5a6ba56andauthored
Commits on Oct 17, 2020
`yield*` support (#923)
Show description for c76813fauthored
Commits on Oct 8, 2020
Implement parseInt and parseFloat (#920)
Show description for 7b6580bauthored
Commits on Jul 13, 2020
Fix some string operations (#895)
Show description for 0d7c5cdauthored
Commits on Jul 2, 2020
Commits on May 25, 2020
Don't use lualib for .call and .apply (#884)
Show description for 6d20032authored
Commits on May 24, 2020
Add `luaTarget: "universal"` (#873)
Show description for 912a230authored- authored
Commits on May 23, 2020
Generator and iteration improvements (#872)
Show description for d1efec1authored
Commits on May 9, 2020
Switch to ESLint (#839)
Show description for 7556611authored
Commits on Mar 12, 2020
Generalize class accessors transform (#774)
Show description for 1a1e369authored
Commits on Feb 14, 2020
Commits on Jan 12, 2020
Feature/array includes (#796)
Show description for ea07f80authored
Commits on Dec 11, 2019
Added string.trim, string.trim{Left,Right,StartEnd} (#767)
Show description for 9f82954authored
Commits on Dec 8, 2019
Move transpilation-related code to a subdirectory (#760)
Show description for 105ff7bauthored andcommittedMove `new` operator and some class setup boilerplate to lualib (#759)
Show description for 45ea013authored andcommitted
Commits on Nov 26, 2019
Implement Number.prototype.toString(radix) (#752)
Show description for c7b3810authored andcommitted