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-06-13
fix corner cases related to `AST_Hole` (#3994)
Alex Lam S.L
2020-06-12
remove AppVeyor (#3992)
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-11
fix corner case in `unsafe` `evaluate` (#3989)
Alex Lam S.L
fixes #3988
2020-06-11
fix corner case in `unused` (#3987)
Alex Lam S.L
fixes #3986
2020-06-10
fix corner case in `--reduce-test` (#3985)
Alex Lam S.L
2020-06-10
fix corner case in `side_effects` (#3984)
Alex Lam S.L
fixes #3983
2020-06-10
improve false positive detection in `ufuzz` (#3982)
Alex Lam S.L
2020-06-10
perform `ufuzz` on more stable Node.js version (#3981)
Alex Lam S.L
2020-06-10
improve fix for #3976 (#3980)
Alex Lam S.L
2020-06-09
fix corner case in `collapse_vars` (#3978)
Alex Lam S.L
fixes #3976
2020-06-09
improve false positive detection in `ufuzz` (#3977)
Alex Lam S.L
2020-06-09
fix corner case in `reduce_vars` (#3975)
Alex Lam S.L
fixes #3974
2020-06-09
improve false positive detection in `ufuzz` (#3973)
Alex Lam S.L
2020-06-09
fix corner case in `collapse_vars` (#3972)
Alex Lam S.L
fixes #3971
2020-06-08
improve false positive detection in `ufuzz` (#3968)
Alex Lam S.L
2020-06-08
fix corner case in `dead_code` (#3969)
Alex Lam S.L
fixes #3967
2020-06-08
improve handling of invalid CLI options (#3966)
Alex Lam S.L
2020-06-08
fix corner cases related to `in` (#3964)
Alex Lam S.L
2020-06-07
parse command line internally (#3961)
Alex Lam S.L
2020-06-07
fix corner case in `unused` (#3963)
Alex Lam S.L
fixes #3962
2020-06-06
improve fix for #3958 (#3960)
Alex Lam S.L
2020-06-06
fix corner case in `reduce_vars` (#3959)
Alex Lam S.L
fixes #3958
2020-06-05
fix corner cases in `reduce_vars` & `unused` (#3955)
Alex Lam S.L
fixes #3953 fixes #3956 fixes #3957
2020-06-05
fix corner case in `collapse_vars` (#3954)
Alex Lam S.L
2020-06-05
fix corner cases in `assignments`, `reduce_vars` & `unused` (#3950)
Alex Lam S.L
fixes #3949 fixes #3951
2020-06-03
add test case for #3945 (#3948)
Alex Lam S.L
2020-06-02
fix corner case in `hoist_props` (#3947)
Alex Lam S.L
fixes #3945
2020-06-02
fix corner case in `evaluate` (#3946)
Alex Lam S.L
fixes #3944
2020-06-01
enhance `reduce_vars` (#3942)
Alex Lam S.L
2020-05-31
fix corner case in `arguments` (#3939)
Alex Lam S.L
2020-05-30
fix corner case in `evaluate` (#3938)
Alex Lam S.L
fixes #3937
2020-05-29
fix corner case in `evaluate` (#3936)
Alex Lam S.L
fixes #3935
2020-05-29
fix corner case in `evaluate` (#3934)
Alex Lam S.L
fixes #3933
2020-05-29
enhance `evaluate`, `functions` & `inline` (#3931)
Alex Lam S.L
2020-05-28
fix corner case in `functions` (#3930)
Alex Lam S.L
fixes #3929
2020-05-27
fix corner case in `collapse_vars` (#3928)
Alex Lam S.L
fixes #3927
2020-05-27
v3.9.4
Alex Lam S.L
2020-05-27
fix corner case in infinite recursion detection (#3926)
Alex Lam S.L
2020-05-25
perform `ufuzz` on Pull Requests (#3925)
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)
Alex Lam S.L
fixes #3922
2020-05-22
fix corner case in `evaluate` (#3921)
Alex Lam S.L
fixes #3920
2020-05-22
fix corner case in `ie8` & `reduce_vars` (#3919)
Alex Lam S.L
fixes #3918
2020-05-22
fix corner case in `join_vars` (#3917)
Alex Lam S.L
fixes #3916
2020-05-21
fix corner case in `inline` (#3915)
Alex Lam S.L
fixes #3911
2020-05-21
improve job resilience (#3913)
Alex Lam S.L
2020-05-21
improve `ufuzz` (#3912)
Alex Lam S.L
- preserve test case if `beautify` suppresses bug - determine suspicious options even if `minify()` fails
2020-05-19
update header comment for `--reduce-test` (#3910)
Alex Lam S.L
[next]