Skip to main content

minify_js

Function minify_js 

Source
pub fn minify_js(src: &str) -> String
Expand description

Best-effort minifier: strip comments + collapse whitespace. Not a full parser; regex literals and JSX edge cases not handled.