aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1202.js
AgeCommit message (Expand)Author
2018-07-01fix corner case in `unused`alexlamsl
2017-03-18fix top-level directives in compress tests (#1615)...`input` and `expect` are parsed as `AST_BlockStatement` which does not support `AST_Directive` by default. Emulate that by transforming preceding `AST_SimpleStatement`s of `AST_String` into `AST_Directive`.Alex Lam S.L
2016-07-15Fix mangle with option keep_fnames=true for Safari....Fixes: #1202 kzc