From a5820060497215728331388806167b054ea92f21 Mon Sep 17 00:00:00 2001
From: Excigma What is this?
functionality of the original code.
Yes and no. While UglifyJS (and others minifiers) does make the output code harder to understand (compressed and ugly), it can be easily be transformed into something readable using a JS Beautifier.
@@ -97,9 +97,9 @@Through a series of transformations, such as variable / function / arguments renaming, strings removal, - and others, your source code is transformed into something unreadable, while working exatcly as +
Through a series of transformations, such as variable / function / arguments renaming, string removal, + and others, your source code is transformed into something unreadable, while working exactly as before.