pub fn minify_js(js: &str) -> StringExpand description
Minifies JavaScript by removing comments and collapsing whitespace.
ssg’s own implementation rather than a dependency. It is deliberately conservative: it does not rename, reorder or rewrite anything, so it cannot change what a script does. String literals, regex literals and the division operator are all left alone.