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
7dbe961b2d
UglifyJS
/
lib
History
kzc
7dbe961b2d
simplify mozilla AST RegExpLiteral token parse and handle corner cases of regex.pattern better
2015-11-02 13:10:37 -05:00
..
ast.js
Fix handling of "use asm" when no command line flags are passed to uglifyjs. SCOPE_IS_NEEDED is unconditionally true now. Refactored floating point literal parsing to be more in keeping with the AST class design.
2015-10-07 13:10:53 -04:00
compress.js
return undefined
optimization no longer uses
return_void_0
option
2015-10-29 08:19:12 +01:00
mozilla-ast.js
simplify mozilla AST RegExpLiteral token parse and handle corner cases of regex.pattern better
2015-11-02 13:10:37 -05:00
output.js
Allow specification beautify options in tests
2015-10-28 20:50:01 +01:00
parse.js
Fix handling of "use asm" when no command line flags are passed to uglifyjs. SCOPE_IS_NEEDED is unconditionally true now. Refactored floating point literal parsing to be more in keeping with the AST class design.
2015-10-07 13:10:53 -04:00
propmangle.js
Fix mangling of property names which overwrite unmangleable properties
2015-08-05 21:18:39 +02:00
scope.js
Add proper support for "use asm"; blocks. Disable -c optimization within "use asm"; sections and preserve floating point literals in their original form. Non-asm.js sections are optimized as before. Asm.js sections can still be mangled and minified of whitespace. No special command line flags are required.
2015-10-07 10:00:28 +02:00
sourcemap.js
fixes issue
#621
SourceMap toString JSON format
2015-01-24 00:33:02 -08:00
transform.js
Apply transformer to AST_VarDef's name
2013-07-14 13:24:09 +03:00
utils.js
Add property name mangler
2015-03-14 11:22:28 +02:00