aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1202.js
AgeCommit message (Collapse)Author
2017-03-18fix top-level directives in compress tests (#1615)Alex Lam S.L
`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`.
2016-07-15Fix mangle with option keep_fnames=true for Safari.kzc
Fixes: #1202