Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes #1052
|
|
|
|
Fixes #993
|
|
Fix #1041
|
|
Without this reset, char counts bleed to next tests. One test had a bad expect clause.
|
|
Fix #1038
|
|
Fixes #1034
Also added `expect_warnings` functionality to test framework.
|
|
Simplify member(name, array) implementation.
|
|
|
|
Fix #1031
|
|
Fixes #511
|
|
Fixes: #321 #917 #1022
|
|
|
|
Do not produce `let` as a variable name in mangle.
|
|
Escape all ASCII control characters within strings for ascii_only
|
|
Fixes #1017.
Tab characters within strings are now output as `\t` in all output modes.
|
|
|
|
Would previously occur in large generated functions with 21,000+ variables.
Fixes #986.
|
|
|
|
|
|
|
|
|
|
Fixes #979.
|
|
Fixes #974 and #972
|
|
|
|
|
|
Fixes #973
|
|
collapse_vars: document the compress option in README
|
|
This reverts commit ad18689d926d25c7a25b95c630c2ad05b7b5f5b5.
Reason for revert: introduce issue #882
Currently, generated sourcemap contains copy of all existing mappings and adds new mappings from uglified code to original one.
However, previous mapping are no longer valid and shouldn't be added.
|
|
Fix for #963. This allows stuff like `--define a=1 --define b=1` besides only `--define a=1,b=1`
|
|
|
|
|
|
collapse_vars: fix if/else and ternary operator side effects
|
|
even though no issues seen.
|
|
|
|
|
|
|
|
|
|
Add additional documentation to mangleProperties.
|
|
|
|
Fix #721
|
|
(keeps my https://github.com/mishoo/jsinfo.el working)
|
|
|
|
Mark vars with /** @const */ pragma as consts so they can be eliminated.
|
|
|
|
|
|
|
|
|