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-23 05:32:09 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
05990a98fd
swc
/
crates
/
swc_ecma_minifier
/
tests
/
fixture
/
issues
/
2679
/
input.js
6 lines
64 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(es/minifier): Fix bugs (#3238) swc_ecma_minifier: - `collapse_vars`: Respect `mutated`. (Closes #2679) - Add a test for https://github.com/vercel/next.js/issues/31084.
2022-01-12 10:57:54 +03:00
(
function
(
)
{
var
a
=
{
}
;
a
.
b
=
1
;
a
=
null
;
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
}
)
(
)
;
Reference in New Issue
Copy Permalink