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-20 12:12:16 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
56c3010f6b
swc
/
crates
/
swc_ecma_minifier
/
tests
/
fixture
/
issues
/
2028
/
output.js
4 lines
89 B
JavaScript
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
module
.
exports
=
function
(
value
,
object
)
{
return
null
==
value
||
null
!=
value
;
}
;
Reference in New Issue
Copy Permalink