Donny/강동윤
|
93964a82ea
|
test(es/minifier): Remove analysis snapshot (#5939)
**Description:**
This PR removes analysis snapshots as it disturbs code review process
|
2022-09-23 13:14:42 +09:00 |
|
Donny/강동윤
|
e303f7e853
|
fix(es/minifier): Fix analysis of assignments (#5924)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/5910
|
2022-09-21 11:33:25 +00:00 |
|
Donny/강동윤
|
8827c38faf
|
feat(es/minifier): Make DCE single-pass (#5699)
|
2022-09-01 16:30:21 +00:00 |
|
Donny/강동윤
|
4fdbe40c74
|
feat(es/minifier): Remove duplicate var declarations (#5373)
|
2022-08-03 13:05:56 +09:00 |
|
Donny/강동윤
|
c45b0df877
|
chore(es/minifier): Update debugging utils (#4467)
|
2022-04-28 05:19:08 +00:00 |
|
Donny/강동윤
|
922299a490
|
fix(es/minifier): Don't drop labels if required (#4370)
|
2022-04-20 13:34:21 +00:00 |
|
Donny/강동윤
|
ac1d4058f2
|
fix(es/minifier): Fix analyzer (#3557)
swc_ecma_utils:
- `collect_decls`: Support paramters of arrow expressions.
swc_ecma_minifier:
- `analyzer`: Fix `has_property_mutation`.
|
2022-02-14 15:47:16 +09:00 |
|
Donny/강동윤
|
a7f0e84bbf
|
feat(es/minifier): Drop useless assignments (#3528)
testing:
- Allow skipping diff using an environment variable `DIFF`.
swc_ecma_minifier:
- `pure`: Drop useless assignemnts.
|
2022-02-11 08:43:48 +00:00 |
|