babel / minify

:scissors: An ES6+ aware minifier based on the Babel toolchain (beta)
https://babeljs.io/repl
MIT License
4.39k stars 225 forks source link

Do not inline `this` #1032

Closed JLHwung closed 2 years ago

JLHwung commented 2 years ago

From now on just bail on ThisExpression.

For further improvement ideas, see https://github.com/babel/minify/issues/1028#issuecomment-1114982399

aweary commented 1 year ago

@nicolo-ribaudo I don't think this fix ever got published?