GuillaumeGomez / minifier-rs

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

Simple string replacement in JS #28

Closed GuillaumeGomez closed 5 years ago

GuillaumeGomez commented 5 years ago

If a big (length to be determined) string appears multiple times (occurrences to be determined), it'd be nice to create a variable to store it.

GuillaumeGomez commented 5 years ago

Fixed by #29.