tedious / JShrink

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

Support private methods #132

Closed tedivm closed 1 year ago

tedivm commented 1 year ago

Private methods start with a # and have more limitations than normal keywords. We can avoid syntax errors by preserving a single existing newline before the #.

resolves #131