GuillaumeGomez / minifier-rs

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

Remove usage of transmute #106

Closed GuillaumeGomez closed 1 year ago

GuillaumeGomez commented 1 year ago

Fixes #105.

Thanks to @manishearth for uncovering this ugly code. We can definitely get rid of it.