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-25 06:36:08 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
a44fea1ec8
swc
/
crates
/
swc_ecma_minifier
/
tests
/
fixture
/
issues
/
5280
/
output.js
4 lines
55 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(es/minifier): Preserve order of side-effects in sequences pass (#5283)
2022-07-24 16:55:37 +03:00
export
function
source
(
)
{
feat(es/minifier): Merge assignments using sequential inliner (#6103)
2022-10-12 08:31:40 +03:00
console
.
log
(
6
,
1
,
1
)
;
fix(es/minifier): Preserve order of side-effects in sequences pass (#5283)
2022-07-24 16:55:37 +03:00
}
Reference in New Issue
Copy Permalink