Donny/강동윤
|
f33d3218cd
|
feat(es/transforms/compat): Add single-property optimization to destructuring (#2511)
swc_ecma_transforms_compat:
- `destructuring`: Convert single-property destructuring to direct field access.
|
2021-10-22 13:46:29 +00:00 |
|
Donny/강동윤
|
26944e159d
|
fix(es/transforms/base): Reimplement hygiene (#2408)
swc_ecma_transforms_base:
- Reimplement `hygiene`.
|
2021-10-21 05:12:50 +00:00 |
|
Donny/강동윤
|
63ad4b4322
|
fix(es/minifier): Fix minification of react hooks (#2450)
swc_ecma_minifier:
- `analyze`: Track for conditional usages.
- `collapse_vars`: Don't inline a variable if usage it conditinal.
|
2021-10-17 15:24:17 +09:00 |
|