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
Age
Commit message (
Collapse
)
Author
2020-09-17
enhance `collapse_vars` (#4117)
Alex Lam S.L
2020-09-17
improve handling of `switch` statements (#4114)
Alex Lam S.L
2020-09-17
fix corner case in `merge_vars` (#4116)
Alex Lam S.L
fixes #4115
2020-09-16
fix corner case in `merge_vars` (#4113)
Alex Lam S.L
fixes #4112
2020-09-16
enhance `conditionals` (#4106)
Alex Lam S.L
2020-09-16
fix corner cases in `merge_vars` (#4108)
Alex Lam S.L
fixes #4107 fixes #4109 fixes #4110 fixes #4111
2020-09-15
enhance `merge_vars` (#4105)
Alex Lam S.L
2020-09-15
fix corner case in `merge_vars` (#4104)
Alex Lam S.L
fixes #4103
2020-09-15
fix corner case in `merge_vars` (#4102)
Alex Lam S.L
fixes #4101
2020-09-15
introduce `merge_vars` (#4100)
Alex Lam S.L
2020-09-13
enhance `unused` (#4098)
Alex Lam S.L
2020-09-10
enhance `if_return` (#4097)
Alex Lam S.L
2020-09-08
fix corner case in `reduce_vars` (#4095)
Alex Lam S.L
2020-09-07
v3.10.4
Alex Lam S.L
2020-09-05
relax `ufuzz` job timing constraint (#4094)
Alex Lam S.L
2020-09-04
enhance `unsafe_math` (#4093)
Alex Lam S.L
2020-09-04
fix corner case in `loops` & `unused` (#4092)
Alex Lam S.L
fixes #4091
2020-09-03
enhance `unused` (#4090)
Alex Lam S.L
2020-09-03
enhance `join_vars` (#4089)
Alex Lam S.L
2020-09-02
enhance `reduce_vars` (#4088)
Alex Lam S.L
2020-09-02
reduce `AST_ForIn` gracefully (#4087)
Alex Lam S.L
2020-09-02
fix test case runtime accounting (#4086)
Alex Lam S.L
2020-09-02
fix corner case in `loops` & `unused` (#4085)
Alex Lam S.L
fixes #4084
2020-08-30
v3.10.3
Alex Lam S.L
2020-08-29
fix corner case in `loops` & `unused` (#4083)
Alex Lam S.L
fixes #4082
2020-08-26
fix corner case in `sequences` (#4080)
Alex Lam S.L
fixes #4079
2020-08-26
fix corner case in `evaluate` (#4078)
Alex Lam S.L
fixes #4077
2020-08-26
fix corner case in `loops` & `unused` (#4076)
Alex Lam S.L
fixes #4075
2020-08-26
enhance `loops` & `unused` (#4074)
Alex Lam S.L
- extend `ufuzz` generation of for-in loops
2020-08-26
fix corner case in `sequences` (#4073)
Alex Lam S.L
2020-08-25
streamline parenthesis logic (#4072)
Alex Lam S.L
2020-08-25
fix corner case in `collapse_vars` (#4071)
Alex Lam S.L
fixes #4070
2020-08-25
minor clean up (#4069)
Alex Lam S.L
2020-08-24
fix corner case in `evaluate` (#4068)
Alex Lam S.L
fixes #4067
2020-08-24
tidy up various interfaces (#4066)
Alex Lam S.L
2020-08-23
v3.10.2
Alex Lam S.L
2020-08-23
update `domprops` (#4065)
Alex Lam S.L
2020-08-23
enhance `mangle.properties` (#4064)
Alex Lam S.L
2020-08-23
simplify traversal logic (#4063)
Alex Lam S.L
2020-08-23
enhance `comparisons` (#4062)
Alex Lam S.L
2020-08-21
fix corner case in `collapse_vars` (#4061)
Alex Lam S.L
2020-08-21
fix corner case in `switches` (#4060)
Alex Lam S.L
fixes #4059
2020-08-21
enhance `conditionals` & `switches` (#4058)
Alex Lam S.L
2020-08-19
improve `ufuzz` duty cycle heuristic (#4057)
Alex Lam S.L
2020-08-19
avoid setters during `console.log()` in sandbox (#4055)
Alex Lam S.L
fixes #4054
2020-08-17
reject multiple `default`s in `switch` (#4053)
Alex Lam S.L
fixes #4050
2020-08-17
fix corner cases in `collapse_vars` & `dead_code` (#4052)
Alex Lam S.L
fixes #4051
2020-08-10
clarify `toplevel` & global variable aliasing (#4046)
Alex Lam S.L
2020-08-10
fix corner case in `collapse_vars` (#4048)
Alex Lam S.L
fixes #4047
2020-08-09
improve `ufuzz` duty cycle heuristic (#4045)
Alex Lam S.L
[next]