This website requires JavaScript.
Explore
Help
Register
Sign In
JoBoEVD
/
UglifyJS
Watch
1
Star
0
Fork
0
You've already forked UglifyJS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
787dfbed64
UglifyJS
/
test
/
input
/
rename
/
input.js
7 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
configure `rename` with CLI (#2802)
2018-01-17 07:12:22 +00:00
function
f
(
x
)
{
return
g
(
x
)
;
function
g
(
x
)
{
enhance `inline` (#3767)
2020-04-10 02:48:24 +00:00
return
x
+
x
;
configure `rename` with CLI (#2802)
2018-01-17 07:12:22 +00:00
}
}
Reference in New Issue
Copy Permalink