GuillaumeGomez / minifier-rs

Minifier tool/lib for JS/CSS/JSON files
MIT License
86 stars 16 forks source link

Spaces incorrectly removed from JS regexes #53

Closed djahandarie closed 4 years ago

djahandarie commented 4 years ago

Regexes like /a-z / get incorrectly minified into /a-z/.

GuillaumeGomez commented 4 years ago

Good catch!