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-22 21:21:31 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
cb2b0c671f
swc
/
ecmascript
/
minifier
/
tests
/
terser
/
compress
/
functions
/
webkit
/
output.js
4 lines
44 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(es/transforms/optimization): Migrate to VisitMut (#1880) swc_ecma_transforms_optimization: - Migrate `expr_simplifier` to `VisitMut`. - Migrate `dead_branch_remover` to `VisitMut`.
2021-07-02 06:20:24 +03:00
console
.
log
(
(
function
(
)
{
2
;
}
)
.
a
=
1
)
;
Reference in New Issue
Copy Permalink