Generally this means that function names are changed to shorter versions.
function foo
and
function thisFunctionMakesCake
become function f and function t
Basically means removal of whitespace and newlines
Generally this means that function names are changed to shorter versions.
function foo
and
function thisFunctionMakesCake
become function f and function t
Basically means removal of whitespace and newlines