Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-18 | fix 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-15 | Fix mangle with option keep_fnames=true for Safari. | kzc | |
Fixes: #1202 |