Josee9988 / MinifyAll

A 𝗩𝗦𝗖𝗼𝗱𝗲 𝗺𝗢𝗻𝗢𝗳𝗢𝗲𝗿 for JS, JSON/C, CSS, and HTML, you will love its simplicity! 🌟 π˜Ύπ™€π™’π™₯π™§π™šπ™¨π™¨ and π™œπ™―π™žπ™₯ files and folders πŸ“¦ Reduce your bundle and file sizes with lightning speed ⚑
https://minifyall.jgracia.es/
GNU General Public License v3.0
72 stars 13 forks source link

Option to randomize identifier replacements #148

Open Z-E-D opened 2 years ago

Z-E-D commented 2 years ago

πŸš€ Feature Request

Is your feature request related to a problem? Please describe.

*


Describe the solution you'd like

*I would like to have an option to get randomized identifier names every time when I use the minifier/mangler with the same input JS file. I.e. I want to get unique minified/mangled files from the same input JS file after each minification. Currently, every time when I minify the same input file, I always get the output file with the same content.

For example, if I have two variables, lets call them alpha and beta, after first minification they could be replaced with e.g. s and u, but after the second minification they should become e.g. w and x, or something entirely else.

Should I post this request to Terser?


Describe alternatives you've considered

*


Additional context

*

welcome[bot] commented 2 years ago

Thanks for opening your first issue in Josee9988/project-template! Be sure to follow the issue template and provide every bit of information to help the developers!