I'm trying to understand how all these tools work since, as far as I know, they change the name of variables to achieve a better compression.
Do they also change the name of properties of objects? I guess they would not, since otherwise anything using the object[property]
notation, where property
is computed dynamically, could fail. Is this right?
So, in this case, if everything is namespaced with only one global variable, there will be no gain in changing variable names. Is this right again?