0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 10 days ago. based on code collected 10 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
other small optimization: More... over 11 years ago
figure out label targets More... over 11 years ago
join_vars: More... almost 12 years ago
compress typeof x == "undefined" to x === undefined, which further gets shortened to x === void 0 (or x === [][0] in unsafe mode) More... almost 12 years ago
minor More... almost 12 years ago
adding an imaginary "return undefined" can sometimes help More... almost 12 years ago
more optimizations that v1 does and some cleanups More... almost 12 years ago
added -m and -c options More... almost 12 years ago
few more optimizations: More... almost 12 years ago
minor More... almost 12 years ago
more AST_If optimizations More... almost 12 years ago
side effect fixes and small optimization for gzip More... almost 12 years ago
fixed run-tests and an issue about reversing the condition in AST_If More... almost 12 years ago
minor More... almost 12 years ago
fixed some mess with symbols/scope More... almost 12 years ago
checkpoint More... almost 12 years ago
hoist_vars is pretty bad, it seems. cancelled it for now. More... almost 12 years ago
adaptive base54 digits depending on char frequency (WIP) More... almost 12 years ago
more progress on the compressor (WIP) More... almost 12 years ago
fix "file" in the source map More... almost 12 years ago
minor More... almost 12 years ago
fix output for division followed by regexp More... almost 12 years ago
checkpoint More... almost 12 years ago
fix bug (forgot arg name) More... almost 12 years ago
always keep declarations found in unreachable code More... almost 12 years ago
fixed tests (need to drop the toplevel block in "expected" if it's a single statement) More... almost 12 years ago
don't duplicate argument names More... almost 12 years ago
declared `--stats` as boolean More... almost 12 years ago
fix for variable names like `toString` More... almost 12 years ago
support for hoisting declarations More... almost 12 years ago