Searched refs:mangleProperties (Results 1 – 2 of 2) sorted by relevance
53 mangleProperties : false, property126 if (options.mangleProperties || options.nameCache) {127 options.mangleProperties.cache = UglifyJS.readNameCache(options.nameCache, "props");128 toplevel = UglifyJS.mangle_properties(toplevel, options.mangleProperties);129 UglifyJS.writeNameCache(options.nameCache, "props", options.mangleProperties.cache);
772 - `mangleProperties` (default `false`) — pass an object to specify custom819 ##### mangleProperties options