mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
838a7a8b33
swc_ecma_ast: - Implement `Display` for `Ident`. swc_ecma_minifier: - Expose `unique_scope`, which is required for `hygiene_optimizer`. - Improve `hygiene_optimizer`. swc: - Use hygiene optimizer. (#1600, #2137) - Add `jsc.experimental.optimizeHygiene`
3 lines
56 B
JavaScript
3 lines
56 B
JavaScript
const x = function a() { };
|
|
|
|
const y = function a() { }; |