tedious / JShrink

Javascript Minifier built in PHP
http://www.tedivm.com
BSD 3-Clause "New" or "Revised" License
749 stars 152 forks source link

wanna implement code-obfuscation feature like UglifyJS #138

Closed michitoshiYano closed 1 year ago

michitoshiYano commented 1 year ago

I'm using JSrink to compress javascript code on server side. I wish there was an optional feature code-obfuscation feature like UglifyJS. Can we implement the feature?(I can contribute for this.)

tedivm commented 1 year ago

JShrink ties to be minimalistic- it doesn't rewrite code, it just parses and removes whitespace. Obfuscation would require a very heavy rewrite.

michitoshiYano commented 1 year ago

thanks for checking this issue. I understood the background.