mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
cb2b0c671f
swc_ecma_transforms_base: - `hygiene`: Don't rename if not required. (#1600) swc_ecma_minifier: - Remove `hygiene_optimizer`.
17 lines
212 B
TypeScript
17 lines
212 B
TypeScript
|
|
let a;
|
|
{
|
|
let a;
|
|
let b;
|
|
{
|
|
let a;
|
|
let b;
|
|
let c;
|
|
}
|
|
{
|
|
let a;
|
|
let b;
|
|
let c;
|
|
}
|
|
}
|
|
|