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
d787d70127
UglifyJS
/
lib
History
Alex Lam S.L
d787d70127
avoid substitution of global variables (
#1557
)
...
- unless `toplevel` is enabled - global `const` works as before
2017-03-07 03:11:03 +08:00
..
ast.js
handle variable declaration within catch blocks (
#1546
)
2017-03-05 13:13:44 +08:00
compress.js
avoid substitution of global variables (
#1557
)
2017-03-07 03:11:03 +08:00
mozilla-ast.js
Don't convert all strings to directives from moz-ast
2016-07-03 12:36:57 +02:00
output.js
suppress semicolons after do/while (
#1556
)
2017-03-06 17:31:35 +08:00
parse.js
fix handling of shebang and preamble (
#1545
)
2017-03-05 12:16:02 +08:00
propmangle.js
in mangle_names there is a check that the variable name is legal and that it is not a reserved word. This should apply to propsmangle as well.
2017-02-10 14:13:47 +02:00
scope.js
handle variable declaration within catch blocks (
#1546
)
2017-03-05 13:13:44 +08:00
sourcemap.js
Generate source map data from normalized files
2016-11-29 20:42:56 +01:00
transform.js
Collapse single use var definitions
2016-01-27 11:48:15 +02:00
utils.js
fix crash on missing
props
to
string_template()
(
#1523
)
2017-03-01 15:25:26 +08:00