mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +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`
5 lines
52 B
JavaScript
5 lines
52 B
JavaScript
var x = function a() {
|
|
};
|
|
var y = function a() {
|
|
};
|