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
/
compress
/
dead-code.js
Age
Commit message (
Expand
)
Author
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-03-30
optimize try-catch-finally (#1731)
...
Alex Lam S.L
2017-03-19
make `expect_stdout` work on Node.js 0.12 (#1623)
...
Alex Lam S.L
2017-03-07
avoid substitution of global variables (#1557)
...
Alex Lam S.L
2017-02-28
warn & drop `#__PURE__` iff IIFE is dropped (#1511)
...
Alex Lam S.L
2017-02-24
enable `collapse_vars` & `reduce_vars` by default
...
alexlamsl
2017-02-21
Add .gitattributes to checkout lf eol style
...
Anthony Van de Gejuchte
2016-01-20
Tighten up @const regex.
Samuel Reed
2016-01-20
Use TreeWalker for more accurate @const results and update tests
Samuel Reed
2016-01-19
Mark vars with /** @const */ pragma as consts so they can be eliminated.
...
Samuel Reed
2015-02-11
Clean up unit test breakage
...
Richard van Velzen
2012-09-07
always keep declarations found in unreachable code
...
Mihai Bazon
2012-08-27
minor
Mihai Bazon
2012-08-22
wrote more of the compressor and added some tests
Mihai Bazon