Donny/강동윤
|
a06e6e9ce5
|
fix(es/minifier): Fix alias analyzer (#5639)
|
2022-08-26 10:06:25 +00:00 |
|
Donny/강동윤
|
d44bbffa02
|
fix(es/minifier): Revert alias analyzer work (#5634)
|
2022-08-26 08:45:49 +00:00 |
|
Donny/강동윤
|
00e635b9ea
|
fix(es/minifier): Improve alias analyzer (#5500)
|
2022-08-26 07:56:40 +00:00 |
|
Donny/강동윤
|
d81fe67e4b
|
feat(es/minifier): Improve gzipped size (#5631)
|
2022-08-26 05:23:01 +00:00 |
|
Austaras
|
d2f3e29bb0
|
feat(es/minifier): Ignore recursive usage for function calls and pure calls (#5526)
|
2022-08-17 23:24:10 +00:00 |
|
Austaras
|
ca21fd0c4d
|
fix(es/minifier): Inline vars declared in conditional paths (#5392)
|
2022-08-05 13:25:28 +00:00 |
|
Donny/강동윤
|
3943eb24d1
|
feat(es/minifier): Consider char frequencies (#5375)
|
2022-08-03 10:20:17 +00:00 |
|
Austaras
|
77497e4fbe
|
fix(es/fixer): Don't insert extra paren when left of BinExpr is UpdateExpr (#5376)
|
2022-08-03 08:41:40 +00:00 |
|
Donny/강동윤
|
0e4a03ccc6
|
fix(es/minifier): Don't inline a callable expression if it's used as a reference (#5118)
|
2022-07-06 03:53:11 +00:00 |
|
Donny/강동윤
|
36d960c7e9
|
perf(es/hygiene): Make hygiene faster (#4952)
|
2022-06-15 14:36:57 +00:00 |
|
magic-akari
|
594089488b
|
feat(es/minifier): Drop new token if possible (#4932)
|
2022-06-11 05:27:13 +00:00 |
|
Donny/강동윤
|
7f69b9c80f
|
test(es/minifier): Add snapshots for the mangler (#4823)
I found a way to make the name mangler parallel, but I want to ensure that we don't break anything.
|
2022-05-27 07:32:23 +00:00 |
|
Donny/강동윤
|
49b3c2715c
|
refactor(es/minifier): Make rust-analyzer fast, really (#4746)
|
2022-05-23 16:16:05 +09:00 |
|
Donny/강동윤
|
47e6cc5190
|
refactor(es/minifier): Make rust-analyzer faster (#4744)
- We now use a separate crate for testing the minifier. This makes IDE much faster.
|
2022-05-23 15:53:01 +09:00 |
|
Donny/강동윤
|
dc67911f61
|
feat(es/minifier): Implement more skipping rules for sequences (#4716)
|
2022-05-20 16:01:27 +09:00 |
|
Kevin Barabash
|
72fbf692a4
|
fix(es/codegen): Don't add a newline after an arrow body (#4711)
|
2022-05-19 07:12:37 +00:00 |
|
Donny/강동윤
|
73dfa95e5a
|
fix(es/minifier): Fix analysis of assignment patterns (#4712)
|
2022-05-19 05:10:12 +00:00 |
|
Donny/강동윤
|
3bb4b74d94
|
fix(es/minifier): Consider fallthrough while merging swtich cases (#4672)
|
2022-05-16 12:27:24 +00:00 |
|