Donny/강동윤
|
b55ae4b312
|
fix(es/minifier): Fix analysis of unary expressions (#3286)
swc_ecma_minifier:
- Mark update as usage and assignment. (Closes #3265)
|
2022-01-17 14:28:35 +09:00 |
|
Donny/강동윤
|
74fd353053
|
fix(es/minifier): Fix bugs (#3238)
swc_ecma_minifier:
- `collapse_vars`: Respect `mutated`. (Closes #2679)
- Add a test for https://github.com/vercel/next.js/issues/31084.
|
2022-01-12 16:57:54 +09:00 |
|
Austaras
|
cdb46cfb91
|
fix(es/hygiene): Visit computed properties in usage analyzer (#3217)
|
2022-01-09 15:42:19 +09:00 |
|
magic-akari
|
52961804d1
|
feat(es/codegen): Make the output for empty objects and empty statements pretty (#3171)
|
2022-01-03 05:54:58 +09:00 |
|
Donny/강동윤
|
f2c67b8caf
|
fix(es/minifier): Don't inline string literals if it's used multiple time (#2748)
swc_ecma_minifier:
- Don't inline strings because it's simple.
- Inline short strings.
|
2021-11-15 14:03:03 +09:00 |
|
Donny/강동윤
|
2b2f6955f2
|
refactor: Flatten ecmascript (#2708)
|
2021-11-10 19:00:54 +09:00 |
|