tdewolff / minify

Go minifiers for web formats
https://go.tacodewolff.nl/minify
MIT License
3.72k stars 219 forks source link

Respect ES Version, fixes #745 #746

Closed VastBlast closed 3 weeks ago

VastBlast commented 3 weeks ago

This fixes #745 by checking the minVersion before executing toNullishExpr, which changes the code.

tdewolff commented 3 weeks ago

Thanks for the PR!