aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/5.1/attrib.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disallowed some semantically incorrect syntax to improve code consistency.Li Jin2024-09-291-83/+61
* prevent more anonymous functions generating from `const`, `close` decl.Li Jin2024-05-231-60/+55
* fix more cases in try-catch syntax.v0.23.6Li Jin2024-05-171-1/+3
* remove one more redundant 'do' block from destructuring.Li Jin2024-03-251-7/+5
* remove one more redundant 'do' block from try-catch.v0.23.2Li Jin2024-03-211-12/+3
* remove redundant 'do' blocks in code generation.Li Jin2024-03-211-11/+7
* fix Lua 5.1 close attribute compatible function.Li Jin2024-03-191-31/+41
* fix anonymous function args order.Li Jin2024-03-191-8/+8
* try fixing issue #162.Li Jin2024-03-191-80/+103
* fix a const list destructuring case.Li Jin2023-12-191-0/+10
* fixing issue #143 and #144.Li Jin2023-08-071-0/+238