SHA256
12
0
forked from pool/StyLua
Soc Virnyl Estela 2023-02-17 11:13:29 +00:00 committed by Git OBS Bridge
parent 2c40cb4a1d
commit db8dbd0743
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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