Age | Commit message (Expand) | Author |
---|---|---|
2017-03-29 | remove UGLIFY_DEBUG (#1720)...fixes #1719 | Alex Lam S.L |
2017-03-23 | fix a bug in simple_glob (#1632)...- "?" should not match "/" - other minor clean-ups | Alex Lam S.L |
2016-06-20 | Don't assume DEBUG is defined when exporting --self...Potential fix for #1148 | Richard van Velzen |
2016-06-19 | Don't mix strings with directives in output... * Don't interpret strings with escaped content as directive * Don't interpret strings after empty statement as directive * Adapt output to prevent strings being represent as directive * Introduce UGLIFY_DEBUG to allow internal testing like EXPECT_DIRECTIVE | Anthony Van de Gejuchte |
2016-06-07 | Export tokenizer function...In uglify-js@1, both parser and tokenizer methods were exported This allows to use tokenizer() separately, e.g. to wrap or override it, as parse() method accepts not only text, but also tokenized functions. | ChALkeR |
2016-01-31 | Fixes #951 missing export for SymbolDef | Boris Letocha |
2015-09-24 | Fix mozilla-ast after module loading changes...Need to explicitly qualify stuff now, since it's not evaluated in some global scope. Ref #636 | Mihai Bazon |
2015-09-24 | No longer use `vm` to load code....Improves performance 2x on node > 0.10. Ref #636 | Mihai Bazon |