index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
mocha
Age
Commit message (
Expand
)
Author
2017-11-19
expand symbol space to improve compression (#2460)
...
Alex Lam S.L
2017-11-09
remove hack in `collapse_vars` (#2457)
...
Alex Lam S.L
2017-10-01
trap invalid use of reserved words (#2338)
...
Alex Lam S.L
2017-09-15
improve source mapping (#2312)
...
Alex Lam S.L
2017-08-14
don't escape null characters as \0 when followed by any digit (#2273)
...
Erik Desjardins
2017-07-29
improve `mangle.properties` (#2261)
...
Alex Lam S.L
2017-07-23
unescape surrogate pairs only (#2246)
...
Alex Lam S.L
2017-07-15
reject malformed CLI parameters (#2239)
...
Alex Lam S.L
2017-07-15
ensure `ie8` works with mangled properties (#2238)
...
Alex Lam S.L
2017-07-11
enhance source mapping on IIFEs (#2224)
...
Alex Lam S.L
2017-07-02
improve `inline` efficiency (#2188)
...
Alex Lam S.L
2017-06-29
improve usability of name cache under `minify()` (#2176)
...
Alex Lam S.L
2017-06-27
parse `@global_defs` as expressions (#2169)
...
Alex Lam S.L
2017-06-23
synchronise `mangle.properties` for `minify()` & `test/compress` (#2151)
Alex Lam S.L
2017-06-23
fix for-in loop parsing (#2144)
Alex Lam S.L
2017-06-15
avoid intermittent test time-out failures (#2100)
Alex Lam S.L
2017-06-14
cache web assets between CI runs (#2089)
...
Alex Lam S.L
2017-06-13
fix CLI parsing of `--source-map content` (#2088)
...
Ziad El Khoury Hanna
2017-06-13
add Node.js 8 to Travis CI (#2086)
...
Alex Lam S.L
2017-06-09
marshal `mangle[.properties].reserved` from non-Array values (#2072)
Alex Lam S.L
2017-06-08
fix iteration over object with inherited properties (#2068)
...
Alex Lam S.L
2017-06-07
fix CLI output corruption (#2061)
...
Alex Lam S.L
2017-06-06
implement `test/jetstream.js --debug` (#2058)
Alex Lam S.L
2017-06-06
implement function inlining (#2053)
...
Alex Lam S.L
2017-06-06
workaround webkit parsing error (#2056)
...
Alex Lam S.L
2017-05-28
improve CLI usability (#2016)
...
Alex Lam S.L
2017-05-23
fix source map offset (#1993)
...
Alex Lam S.L
2017-05-22
improve usability of `global_defs` in `minify()` (#1987)
...
Alex Lam S.L
2017-05-20
enhance `if_return` to handle `return void...` (#1977)
...
Alex Lam S.L
2017-05-15
improve keyword-related parser errors (#1941)
...
Alex Lam S.L
2017-05-15
fix & improve coverage of `estree` (#1935)
...
Alex Lam S.L
2017-05-14
fix bugs with getter/setter (#1926)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-05-10
extend test timeout
...
Alex Lam S.L
2017-05-09
print error stack in CLI (#1890)
Alex Lam S.L
2017-05-08
return `Error` from `minify()` (#1880)
...
Alex Lam S.L
2017-05-08
support dumping AST (#1879)
...
Alex Lam S.L
2017-05-08
deprecate low level API (#1877)
...
Alex Lam S.L
2017-04-23
improve parser under "use strict" (#1836)
...
Alex Lam S.L
2017-04-19
fix parser bugs & CLI reporting (#1827)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-03-31
fix missing preamble when shebang is absent (#1742)
Alex Lam S.L
2017-03-29
remove UGLIFY_DEBUG (#1720)
...
Alex Lam S.L
2017-03-24
improve error marker placement (#1644)
...
Alex Lam S.L
2017-03-24
fix expect_stdout (#1642)
...
Alex Lam S.L
2017-03-24
improve collapsible value detection (#1638)
...
Alex Lam S.L
2017-03-23
account for cross-scope modifications in `collapse_vars` (#1634)
...
Alex Lam S.L
2017-03-23
fix a bug in simple_glob (#1632)
...
Alex Lam S.L
2017-03-16
make `collapse_vars` consistent with `toplevel` (#1608)
...
Alex Lam S.L
2017-03-10
fixup for #1585 (#1589)
...
Alex Lam S.L
[next]