tedious / JShrink

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

Wrong return types #140

Open marvinrabe opened 9 months ago

marvinrabe commented 9 months ago

I noticed that the return type of the minify function is not correct. It always returns a string. This results in issues in my project where I use type analysis.