You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
darklua process a.luau out.luau --verbose
INFO > using configuration file `.darklua.json`
INFO > successfully processed `a.luau`
INFO > executed work in 1.2508ms
successfully processed 1 file (in 2.049ms)
remove_unused_variable
incorrectly removes unassigned local variables in grouped local assignments after a function call and assigned variable.Reproduction
a.luau
:.darklua.json
:out.luau
:This output is incorrect. When combined with
group_local_assignment
andrename_variables
, this bug is more likely to break scripts.The text was updated successfully, but these errors were encountered: