aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/destructure.yue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix correct evaluation order for multi-value assignments.v0.25.0Li Jin2024-09-031-0/+8
|
* changed the if-assignment syntax to prevent some errors.v0.21.0Li Jin2023-12-071-4/+4
|
* fix a missing case for list destructuring.Li Jin2023-10-271-0/+8
|
* fix default value issue when doing metatable destructuring.v0.15.13Li Jin2022-11-111-0/+10
|
* added a missing scope.Li Jin2022-09-081-0/+6
|
* redesigned metatable syntax. add support for destructuring a field with ↵Li Jin2022-09-081-6/+25
| | | | string and expression
* make destructuring work on function multiple returned values, fix `a, b[] = ↵Li Jin2022-07-261-2/+6
| | | | 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-1/+4
| | | | destructure. make import item const by default.
* add table pattern matching syntax and fix issue #93, remove a confusing ↵Li Jin2022-07-121-0/+3
| | | | default value syntax for destructuring.
* add placeholder support for list destructuring. fix part of issue #93.Li Jin2022-04-201-0/+3
|
* fix a missed case for issue #64.v0.8.1Li Jin2021-08-191-0/+7
|
* fix issue #64.Li Jin2021-08-171-0/+29
|
* fix spec.Li Jin2021-04-281-2/+2
|
* add new syntax for issue #41. fix a issue for destructure syntax with ↵Li Jin2021-03-081-1/+22
| | | | TableBlock. try fix luarocks installing problem again for issue #42.
* fix issue in destructure syntax.Li Jin2021-02-201-0/+6
|
* stop reusing variables, rename project.Li Jin2021-02-171-0/+117