- Adds
bindThis
option for binding the global object tothis
with the scope of the IIFE
- Adds
prependSemicolon
option for prepending semicolons as potential statement terminators
- Adds
trimCode
option for removing leading and trailing whitespace
- Only prepends scripts with
"use strict";
statements if not already present
- Adds
useStrict
option (true
by default) to insert"use strict";
statements
- Initial version