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
a1e0885930
UglifyJS
/
lib
History
Mihai Bazon
a1e0885930
replace
(function(){ ...no side effects ... })()
with
undefined
.
2012-10-05 16:51:16 +03:00
..
ast.js
more cleanup (dropped AST_SwitchBlock)
2012-10-03 15:52:31 +03:00
compress.js
replace
(function(){ ...no side effects ... })()
with
undefined
.
2012-10-05 16:51:16 +03:00
mozilla-ast.js
fixed import of locations from SpiderMonkey AST
2012-10-05 15:05:06 +03:00
output.js
minor
2012-10-04 17:28:09 +03:00
parse.js
removed some unused variables
2012-10-04 08:49:18 +03:00
scope.js
prevent mangling only when eval is *called*, not when it's just referenced
2012-10-05 16:17:31 +03:00
sourcemap.js
line numbers start at 1
2012-10-02 16:39:53 +03:00
transform.js
more cleanup (dropped AST_SwitchBlock)
2012-10-03 15:52:31 +03:00
utils.js
"use strict";
2012-10-02 12:45:58 +03:00