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
bf76e35772
UglifyJS
/
test
/
input
/
issue-1323
/
sample.js
7 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
general clean-ups (#3175)
2018-06-06 09:50:56 +00:00
var
bar
=
(
function
(
)
{
Add an option for writing inline source map
2016-10-09 06:15:25 +00:00
function
foo
(
bar
)
{
return
bar
;
}
return
foo
;
}
)
(
)
;
Reference in New Issue
Copy Permalink