0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 15 days ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor More... over 11 years ago
more cleanups More... over 11 years ago
moving code around (refactoring, WIP) More... over 11 years ago
discard all \uFEFF characters (https://github.com/mishoo/UglifyJS/issues/462) More... over 11 years ago
started some refactoring (WIP) -- moving squeezer to TreeTransformer More... over 11 years ago
minor More... over 11 years ago
it's not safe to assume that property access is side-effect-free More... over 11 years ago
some boolean cleanup More... over 11 years ago
Support input source map More... over 11 years ago
minor tests fix More... over 11 years ago
properly drop mutually-referring declarations that are not otherwise referenced and have no side effects More... almost 12 years ago
tree transformer api (WIP) More... almost 12 years ago
log filename in parse errors / compressor warnings More... almost 12 years ago
better support for multiple input files: More... almost 12 years ago
more on detecting side effects More... almost 12 years ago
drop unused variables More... almost 12 years ago
support -c with no arguments to disable compression entirely More... almost 12 years ago
fixed label scope/mangling More... almost 12 years ago
minor More... almost 12 years ago
support for directives More... almost 12 years ago
added AST_NaN (output as 0/0) More... almost 12 years ago
only do the typeof x == "undefined" optimization if x is a symbol reference and it's declared in scope, or x is not a symbol reference. More... almost 12 years ago
moved `typeof foo == "undefined"` ==> `foo === undefined` under `--unsafe` More... almost 12 years ago
fix .undeclared (it's now a function) More... almost 12 years ago
minor More... almost 12 years ago
one more test for sequences More... almost 12 years ago
possible optimization for AST_Undefined More... almost 12 years ago
empty block to empty statement: {} ==> ; More... almost 12 years ago
more smallish optimizations More... almost 12 years ago
try negating AST_Binary More... almost 12 years ago