Age | Commit message (Collapse) | Author |
|
|
|
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 #1050
|
|
|
|
|
|
Fixes #1052
|
|
|
|
Fixes #993
|
|
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
|
|
Do not produce `let` as a variable name in mangle.
|
|
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 #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
|
|
Also never bother comment options to filter comment5/shebang comments
as they have their custom filter.
|
|
|
|
|
|
Fixes #892
Helped-by: kzc
|
|
Add unit tests
|
|
|
|
Close #913
|
|
|
|
#873 Fix `conditionals` optimizations with default compress options
|
|
|
|
|
|
|
|
|
|
|
|
|