This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-12 02:59:49 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
2b361e679a
swc
/
crates
/
swc_ecma_minifier
/
tests
/
fixture
/
issues
/
config.json
6 lines
64 B
JSON
Raw
Normal View
History
Unescape
Escape
fix(es/minifier): Fix minifier (#2564) swc_ecma_minifier: - Don't change depth of function while negating if statements. (#2558) swc_ecma_transforms_optimization: - `dead_branch_remover`: Preserve `this`. (#2465, #2466) swc: - Make `toplevel` default to true if `module` is true. (#2254)
2021-10-28 07:35:45 +03:00
{
"defaults"
:
true
,
perf(es/minifier): Change default value of `passes` to `3` (#4373)
2022-04-20 01:02:33 +03:00
"toplevel"
:
true
,
"passes"
:
0
fix(es/minifier): Fix minifier (#2564) swc_ecma_minifier: - Don't change depth of function while negating if statements. (#2558) swc_ecma_transforms_optimization: - `dead_branch_remover`: Preserve `this`. (#2465, #2466) swc: - Make `toplevel` default to true if `module` is true. (#2254)
2021-10-28 07:35:45 +03:00
}
Reference in New Issue
Copy Permalink