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
188e28efd7
UglifyJS
/
lib
History
Mihai Bazon
9fc6796d2a
Add
negate_iife
option to the code generator.
...
See discussion in
a9511dfbe5
2013-05-22 21:22:14 +03:00
..
ast.js
Add support for enclose option.
Closes
#139
.
2013-03-24 11:11:23 +02:00
compress.js
Only compress code in
new Function
if all arguments are strings.
2013-05-14 18:36:31 +03:00
mozilla-ast.js
Workaround for missing
prefix
in UnaryExpression generated by Esprima
2013-04-29 15:03:52 +03:00
output.js
Add
negate_iife
option to the code generator.
2013-05-22 21:22:14 +03:00
parse.js
Add
--expr
, an option to parse a single expression (suitable for JSON)
2013-05-15 13:27:23 +03:00
scope.js
Set "global" on undeclared SymbolDef-s
2013-05-22 13:08:19 +03:00
sourcemap.js
line numbers start at 1
2012-10-02 16:39:53 +03:00
transform.js
Compress code passed to
new Function
if it's a constant.
2013-05-14 10:47:06 +03:00
utils.js
Only compress code in
new Function
if all arguments are strings.
2013-05-14 18:36:31 +03:00