aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/destructure.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixing Linux build.Li Jin2023-03-231-22/+22
|
* add metamethods checking.Li Jin2022-12-281-34/+38
|
* fix table pattern matching. confirm fixing issue #116.Li Jin2022-11-211-11/+22
|
* fix default value issue when doing metatable destructuring.v0.15.13Li Jin2022-11-111-0/+105
|
* added a missing scope.Li Jin2022-09-081-2/+17
|
* redesigned metatable syntax. add support for destructuring a field with ↵Li Jin2022-09-081-0/+61
| | | | string and expression
* make destructuring work on function multiple returned values, fix `a, b[] = ↵Li Jin2022-07-261-0/+21
| | | | 1` crashing issue, no longer support implicit declaring variable to be nil.
* add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵Li Jin2022-07-241-2/+23
| | | | destructure. make import item const by default.
* add table pattern matching syntax and fix issue #93, remove a confusing ↵Li Jin2022-07-121-50/+71
| | | | default value syntax for destructuring.
* add placeholder support for list destructuring. fix part of issue #93.Li Jin2022-04-201-0/+7
|
* fix a global variable check case.Li Jin2022-02-151-2/+5
|
* fix test.Li Jin2021-10-121-0/+357