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