Age | Commit message (Collapse) | Author |
|
|
|
Fixes #1100
|
|
Fixes #1089
|
|
|
|
Fix for #1085. The major case was already there, but more expressions can result in -0.
|
|
as suggested by @rvanvelzen.
Added a test for IIFEs in nested contexts.
|
|
|
|
|
|
|
|
Fixes #1052
|
|
|
|
Fix #1041
|
|
Without this reset, char counts bleed to next tests. One test had a bad expect clause.
|
|
Fixes #1034
Also added `expect_warnings` functionality to test framework.
|
|
Fixes #511
|
|
Fixes #1017.
Tab characters within strings are now output as `\t` in all output modes.
|
|
|
|
|
|
Fixes #979.
|
|
|
|
|
|
Fixes #973
|
|
|
|
|
|
|
|
Fix #721
|
|
Mark vars with /** @const */ pragma as consts so they can be eliminated.
|
|
|
|
|
|
Fixes older browser support for consts and allows more flexibility
in dead code removal.
|
|
Fixes #919
Fix provided by @kzc
|
|
Fixes #892
Helped-by: kzc
|
|
Close #913
|
|
#873 Fix `conditionals` optimizations with default compress options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Caught an error in #847 as well - `output` wasn't passed anywhere which led to an exception. `options` was available though.
|
|
|
|
within string literals.
|
|
|
|
|
|
Fixes #739
|
|
Fixes #782
|
|
See #208 for context
|
|
Fixes #747.
|
|
Fix #751
|