OptionaldebugOptionalkeepPreserve name property for functions and classes.
OptionalreservedNames that bindings must not be renamed to, and that bindings already
carrying them keep. Equivalent to terser's mangle.reserved.
Pass ['exports', 'module'] when minifying prebuilt CommonJS / UMD files
that Node consumers import directly, so Node's cjs-module-lexer can still
detect the mangled module's named exports.
OptionaltoplevelPass true to mangle names declared in the top level scope.
Debug mangled names.