Packs the self-executing function generated by Code Transposition into a compressed string that is extracted and executed at runtime.
With the Eval-All sub-option, every function body in the output is packed the same way. This provides very strong protection at the cost of slightly larger file size and a small runtime performance overhead.
Compatibility note: This feature relies on eval() and will not work in environments that restrict it, such as Chrome extensions with a strict Content Security Policy.