aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/with.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a miss indent and removed an unnecessary do block.v0.25.5Li Jin2024-10-081-3/+8
|
* Fixed a few issues.v0.25.2Li Jin2024-09-261-1/+3
| | | | | | * Fixed a `with` block with return statement issue. * Fixed a switch-when indentation issue. * Added error reporting for `return` statement not appearing in last block line.
* remove redundant 'do' blocks in code generation.Li Jin2024-03-211-105/+71
|
* add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵Li Jin2022-07-241-1/+1
| | | | destructure. make import item const by default.
* fix issue #105.Li Jin2022-06-121-0/+26
|
* fix more cases that global values are not being cached.Li Jin2022-03-141-4/+33
|
* fix test.Li Jin2021-10-121-0/+164