Donny/강동윤
|
a6d404a8c2
|
chore(repo): Configure prettier (#4523)
|
2022-05-04 14:25:28 +00:00 |
|
Donny/강동윤
|
c45b0df877
|
chore(es/minifier): Update debugging utils (#4467)
|
2022-04-28 05:19:08 +00:00 |
|
Donny/강동윤
|
c961371c31
|
fix(es/minifier): Fix handling of eval (#4273)
|
2022-04-08 08:56:28 +00:00 |
|
Donny/강동윤
|
57204e39cd
|
fix(es/minifier): Don't inline functions used as arguments (#3320)
swc_ecma_minifier:
- Preserve a variable initialized with a function expression if it's used as an argument.
|
2022-01-20 16:06:23 +09:00 |
|
Donny/강동윤
|
fa342a0067
|
fix(es/minifier): Fix bugs (#2779)
swc_ecma_minifier:
- Don't optimize `1 / t == -1 / 0` as `!1`.
- Don't optimize `e === -1 / 0` as false.
- Don't inline string literals in arguments, if it's used multiple time. (https://github.com/vercel/next.js/issues/31291)
|
2021-11-20 17:06:18 +09:00 |
|
Donny/강동윤
|
e1b76654f5
|
chore(es/minifier): Add a script to copy tests from a next.js app (#2778)
|
2021-11-17 16:18:34 +09:00 |
|