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
Age
Commit message (
Expand
)
Author
2020-05-27
fix corner case in infinite recursion detection (#3926)
Alex Lam S.L
2020-05-25
fix corner cases in infinite recursion detection (#3924)
Alex Lam S.L
2020-05-24
fix corner case in `reduce_vars` (#3923)
...
fixes #3922
Alex Lam S.L
2020-05-22
fix corner case in `evaluate` (#3921)
...
fixes #3920
Alex Lam S.L
2020-05-22
fix corner case in `ie8` & `reduce_vars` (#3919)
...
fixes #3918
Alex Lam S.L
2020-05-22
fix corner case in `join_vars` (#3917)
...
fixes #3916
Alex Lam S.L
2020-05-21
fix corner case in `inline` (#3915)
...
fixes #3911
Alex Lam S.L
2020-05-21
improve `ufuzz` (#3912)
...
- preserve test case if `beautify` suppresses bug - determine suspicious options even if `minify()` fails
Alex Lam S.L
2020-05-19
update header comment for `--reduce-test` (#3910)
Alex Lam S.L
2020-05-19
fix corner case in `collapse_vars` (#3909)
...
fixes #3908
Alex Lam S.L
2020-05-19
enhance `dead_code` (#3907)
Alex Lam S.L
2020-05-18
fix corner case in `evaluate` (#3906)
...
fixes #3905
Alex Lam S.L
2020-05-17
fix corner case in `evaluate` (#3904)
...
fixes #3903
Alex Lam S.L
2020-05-17
fix suspicious `toplevel` detection (#3902)
Alex Lam S.L
2020-05-15
benchmark without validation by default (#3901)
Alex Lam S.L
2020-05-15
fix corner case in `functions` (#3900)
...
fixes #3899
Alex Lam S.L
2020-05-15
fix corner case in `collapse_vars` (#3898)
...
fixes #3897
Alex Lam S.L
2020-05-14
enhance `collapse_vars` (#3896)
Alex Lam S.L
2020-05-13
fix corner case in `reduce_vars` (#3895)
...
fixes #3894
Alex Lam S.L
2020-05-13
suppress `ufuzz` false positives (#3893)
Alex Lam S.L
2020-05-12
fix corner case in `collapse_vars` (#3892)
...
fixes #3891
Alex Lam S.L
2020-05-12
fix corner case in `ie8` (#3890)
...
fixes #3889
Alex Lam S.L
2020-05-12
fix corner case in `evaluate` (#3888)
...
fixes #3887
Alex Lam S.L
2020-05-12
fix corner case in `collapse_vars` (#3885)
...
fixes #3884
Alex Lam S.L
2020-05-12
fix corner case in `evaluate` (#3883)
...
fixes #3882
Alex Lam S.L
2020-05-12
fix corner case in `reduce_vars` (#3881)
...
fixes #3880
Alex Lam S.L
2020-05-11
fix corner cases in `evaluate` & `reduce_vars` (#3879)
...
fixes #3878
Alex Lam S.L
2020-05-11
extend `--reduce-test` to cover `minify()` bugs (#3876)
Alex Lam S.L
2020-05-11
fix corner case in `comparisons` (#3877)
Alex Lam S.L
2020-05-11
enhance `if_return` (#3875)
Alex Lam S.L
2020-05-11
enhance `evaluate` & `reduce_vars` (#3873)
Alex Lam S.L
2020-05-11
retain `@__PURE__` call when return value is used (#3874)
Alex Lam S.L
2020-05-10
fix corner case in `hoist_props` (#3872)
...
fixes #3871
Alex Lam S.L
2020-05-10
enhance `evaluate` & `reduce_vars` (#3870)
Alex Lam S.L
2020-05-10
fix corner case in `hoist_props` (#3869)
...
fixes #3868
Alex Lam S.L
2020-05-10
fix corner case in `reduce_vars` (#3867)
...
fixes #3866
Alex Lam S.L
2020-05-10
improve `inline` of `/*@__PURE__*/` calls (#3865)
Alex Lam S.L
2020-05-10
improve AST validation (#3864)
Alex Lam S.L
2020-05-09
implement AST validation (#3863)
Alex Lam S.L
2020-05-08
improve `ufuzz` detection of suspicious options (#3860)
Alex Lam S.L
2020-05-08
fix corner case in `inline` (#3859)
...
fixes #3858
Alex Lam S.L
2020-05-08
fix corner case in `join_vars` (#3857)
...
fixes #3856
Alex Lam S.L
2020-05-08
suppress `ufuzz` false positives (#3855)
Alex Lam S.L
2020-05-07
fix corner case in `inline` (#3853)
...
fixes #3852
Alex Lam S.L
2020-05-06
enhance `dead_code` (#3849)
Alex Lam S.L
2020-05-05
update links to repository after rename (#3847)
Alex Lam S.L
2020-05-04
fix corner case in `reduce_vars` (#3845)
...
fixes #3844
Alex Lam S.L
2020-05-03
enhance `reduce_vars` (#3843)
Alex Lam S.L
2020-05-03
enhance `unused` (#3839)
Alex Lam S.L
2020-05-01
fix diagnostic text (#3838)
Alex Lam S.L
[next]