mirror of
https://github.com/swc-project/swc.git
synced 2025-01-08 23:10:13 +03:00
cb2b0c671f
swc_ecma_transforms_base: - `hygiene`: Don't rename if not required. (#1600) swc_ecma_minifier: - Remove `hygiene_optimizer`.
3 lines
30 B
JavaScript
3 lines
30 B
JavaScript
var a = 'foo';
|
|
var a = 'bar';
|