资 源 简 介
What
strips white space (without modifying string constants)
obfuscates variable and function names
includes the ability to skip function obfuscation to prevent breaking external script (HTML/Flash) dependencies (use
function myfunction/*external*/(){ /* function body */}
to indicate that a function name should not be obfuscated.
How
Command line
jscriptshrink.exe input.js output.js