forked from pool/StyLua
This commit is contained in:
parent
2c40cb4a1d
commit
db8dbd0743
@ -3,7 +3,8 @@ Fri Feb 17 10:33:34 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 0.16.1:
|
||||
* General
|
||||
- Fixed mistransformation of a function argument in a multilined function call when the argument contains a comment, causing a syntax error. We now attempt to hang the expression (#648)
|
||||
- Fixed mistransformation of a function argument in a multilined function call when the argument
|
||||
contains a comment, causing a syntax error. We now attempt to hang the expression (#648)
|
||||
* Luau
|
||||
- Fixed verify AST flagging a false positive for parentheses removed around a Luau type (#643)
|
||||
|
||||
|
@ -28,6 +28,7 @@ Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: rust+cargo
|
||||
BuildRequires: zstd
|
||||
|
||||
%description
|
||||
StyLua is an opinonated code formatter for Lua 5.1, 5.2, 5.3, 5.4 and Luau
|
||||
|
Loading…
x
Reference in New Issue
Block a user