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
2020-08-17
fix corner cases in `collapse_vars` & `dead_code` (#4052)
...
Alex Lam S.L
2020-06-12
fix corner case in `dead_code` (#3991)
Alex Lam S.L
2020-06-12
enhance `dead_code` (#3990)
Alex Lam S.L
2020-06-08
fix corner case in `dead_code` (#3969)
...
Alex Lam S.L
2020-05-29
fix corner case in `evaluate` (#3934)
...
Alex Lam S.L
2020-05-19
enhance `dead_code` (#3907)
Alex Lam S.L
2020-05-06
enhance `dead_code` (#3849)
Alex Lam S.L
2020-04-30
fix corner case in `dead_code` (#3831)
...
Alex Lam S.L
2020-04-22
enhance `dead_code` (#3811)
Alex Lam S.L
2020-01-28
fix corner case in string concatenations (#3692)
...
Alex Lam S.L
2019-12-27
fix corner case in `unsafe` (#3646)
Alex Lam S.L
2019-11-13
enhance `evaluate` & `inline` (#3580)
Alex Lam S.L
2019-11-12
fix corner case in `dead_code` (#3579)
...
Alex Lam S.L
2019-11-08
enhance `dead_code` (#3575)
Alex Lam S.L
2019-10-30
fix corner case in `dead_code` (#3553)
...
Alex Lam S.L
2019-10-30
enhance `dead_code` (#3551)
Alex Lam S.L
2019-05-12
fix corner case in `assignments` (#3407)
...
Alex Lam S.L
2019-04-24
fix corner case in `unsafe` (#3380)
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2018-02-18
fix `dead_code` on exceptional `return` (#2930)
...
Alex Lam S.L
2018-02-01
avoid `evaluate` of compound assignment after `dead_code` transform (#2861)
...
Alex Lam S.L
2018-01-19
improve `unused` on built-in functions (#2817)
Alex Lam S.L
2018-01-09
patch variable declaractions extracted within `catch` (#2753)
...
Alex Lam S.L
2018-01-04
forbid block-scoped `AST_Defun` in strict mode (#2718)
Alex Lam S.L
2018-01-02
scan within IIFEs of assigned values (#2702)
...
Alex Lam S.L
2017-12-30
fix `dead_code` on escaped `return` assignment (#2693)
...
Alex Lam S.L
2017-12-27
fix `dead_code` on `return` assignments (#2668)
...
Alex Lam S.L
2017-12-15
fix `dead_code` on nested `try` (#2599)
...
Alex Lam S.L
2017-12-14
improve `dead_code` tests (#2589)
...
kzc
2017-12-14
fix `dead_code` on `return`/`throw` within `try` (#2588)
Alex Lam S.L
2017-12-14
drop local assign-only variable in `return` (#2587)
Alex Lam S.L
2017-12-01
improve compression of `if` conditions (#2544)
Alex Lam S.L
2017-12-01
improve compression of loop conditions (#2543)
Alex Lam S.L
2017-11-11
implement compress option `reduce_funcs` (#2466)
...
Alex Lam S.L
2017-09-07
extend `unsafe` on pure global functions (#2303)
Alex Lam S.L
2017-09-07
add `Date` and other known globals to `unsafe` compress option (#2302)
kzc
2017-07-15
drop `unused` builtin globals under `unsafe` (#2236)
...
Alex Lam S.L
2017-05-27
extend `node_version` range on applicable tests (#2015)
Alex Lam S.L
2017-05-26
fix `dead_code` on block-scoped `function` under "use strict" (#2006)
...
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-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
[next]