mathiasbynens / luamin

A Lua minifier written in JavaScript
https://mths.be/luamin
MIT License
217 stars 54 forks source link

Option to keep function names #83

Open ChildishGiant opened 3 years ago

ChildishGiant commented 3 years ago

I'm minifying a script so it can then be used as a library for other scripts, so would like to keep the method names.

walksanatora commented 2 years ago

it keeps function names of modules, I just wish there was a option to keep variable names