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
08219f0cee
UglifyJS
/
lib
History
Mihai Bazon
08219f0cee
Fix output when semicolons is off.
...
(need to force a semicolon for the empty body of an `if`)
Close
#72
2012-12-21 11:57:08 +02:00
..
ast.js
fix
#55
2012-11-24 10:02:08 +02:00
compress.js
small improvement on merging assignments into hoisted vars
2012-12-05 13:14:49 +02:00
mozilla-ast.js
fix end tokens in spidermonkey ast import
2012-10-13 11:37:58 +03:00
output.js
Fix output when semicolons is off.
2012-12-21 11:57:08 +02:00
parse.js
add AST_Accessor and AST_SymbolAccessor node types
2012-11-07 12:43:27 +02:00
scope.js
When hoisting variables, try to merge in assignments that follow.
2012-12-05 12:30:25 +02:00
sourcemap.js
line numbers start at 1
2012-10-02 16:39:53 +03:00
transform.js
fix
#51
2012-11-18 17:37:45 +02:00
utils.js
When hoisting variables, try to merge in assignments that follow.
2012-12-05 12:30:25 +02:00