Austaras
|
9893bd2d43
|
refactor(es/minifier): Respect toplevel and module options (#7671)
|
2023-07-20 11:35:08 +09:00 |
|
David Sherret
|
064bcf4854
|
fix(es/codegen): Remove extra spaces in AssignPatProp and KeyValuePatProp (#7488)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
|
2023-06-07 05:08:35 +00:00 |
|
Austaras
|
06cbb9002d
|
feat(es/minifier): Optimize calls to Boolean /Number /String /Symbol (#7006)
|
2023-03-04 04:14:14 +00:00 |
|
Donny/강동윤
|
d1687d8e01
|
feat(es/minifier): Improve compatibility of arrows with terser (#6862)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6123.
|
2023-01-27 14:36:12 +09:00 |
|
Donny/강동윤
|
8f683e3f77
|
feat(es/minifier): Remove noop spreads (#6803)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6788.
|
2023-01-13 06:55:04 +00:00 |
|
Donny/강동윤
|
a299fd0418
|
test(es/minifier): Add a test for an invalid issue (#6802)
**Related issue:**
- https://github.com/vercel/next.js/discussions/30237#discussioncomment-4674405
|
2023-01-13 05:39:22 +00:00 |
|
Donny/강동윤
|
b394f9f1d3
|
fix(es/minifier): Don't drop used variables from sequential inliner (#6520)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6510.
|
2022-11-29 04:12:11 +00:00 |
|
Donny/강동윤
|
bb544ba2f5
|
fix(es/minifier): Fix code for dropping unreachable statements (#6429)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6405.
|
2022-11-15 07:00:14 +00:00 |
|
Donny/강동윤
|
5fd7ab87b6
|
fix(es/minifier): Preserve op of the op-assignments in seq inliner (#6428)
**Description:**
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6407.
|
2022-11-15 00:22:06 +00:00 |
|
Donny/강동윤
|
743a1aab4f
|
feat(es/minfiier): Compute more with sequential inliner (#6169)
|
2022-10-27 00:50:52 +00:00 |
|
Donny/강동윤
|
f2e8f98d38
|
feat(es/minifier): Skip function declarations in sequential inliner (#6147)
|
2022-10-18 02:51:05 +00:00 |
|
Donny/강동윤
|
3f0fcf4fa9
|
feat(es/minifier): Make sequential inliner self-repeat (#6168)
|
2022-10-18 02:13:39 +00:00 |
|
Austaras
|
b40d486253
|
fix(es/minifier): Consider function body cost while inlining function (#5342)
|
2022-10-15 05:47:56 +00:00 |
|
Donny/강동윤
|
3d271e82a2
|
fix(es/minifier): Preserve return values of recursive IIFE (#6142)
**Description:**
This PR fixes the logic for dropping return values of IIFE.
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6141.
|
2022-10-14 09:32:56 +09:00 |
|
Donny/강동윤
|
3a29bfee9b
|
feat(es/minifier): Change default pass limit to 3 (#6138)
|
2022-10-14 08:00:32 +09:00 |
|