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
7a8eff62ca
UglifyJS
/
test
/
input
/
issue-1242
/
qux.js
5 lines
76 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix `mangle` name collision across files (#2722)
2018-01-04 21:08:09 +00:00
var
x
=
bar
(
1
+
2
)
;
var
y
=
baz
(
3
+
9
)
;
print
(
'q'
+
'u'
+
'x'
,
x
,
y
)
;
Add input file glob support to minify()
2016-07-30 01:27:30 +00:00
foo
(
5
+
6
)
;
Reference in New Issue
Copy Permalink