Hacker News new | ask | show | jobs
by wlievens 5806 days ago
I would hope that minifiers use a JS parser!
1 comments

I imagine much of the minification could be done using just a lexer rather than a full parser. I'm quite probably wrong though.