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
5a7e54cf72
UglifyJS
/
lib
History
Mihai Bazon
46be3f2bf1
fix another small regression
...
we do need parens here: `new (foo.bar().baz)`, but not here: `new foo.bar.baz`
2012-11-07 13:31:43 +02:00
..
ast.js
add AST_Accessor and AST_SymbolAccessor node types
2012-11-07 12:43:27 +02:00
compress.js
convert
while
into
for
2012-11-05 16:01:20 +02:00
mozilla-ast.js
fix end tokens in spidermonkey ast import
2012-10-13 11:37:58 +03:00
output.js
fix another small regression
2012-11-07 13:31:43 +02:00
parse.js
add AST_Accessor and AST_SymbolAccessor node types
2012-11-07 12:43:27 +02:00
scope.js
add AST_Accessor and AST_SymbolAccessor node types
2012-11-07 12:43:27 +02:00
sourcemap.js
line numbers start at 1
2012-10-02 16:39:53 +03:00
transform.js
minor
2012-10-12 14:55:54 +03:00
utils.js
add option to mangle names even if eval/with is in use
2012-11-06 18:19:51 +02:00