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 (
Expand
)
Author
2020-07-31
fix corner case in `reduce_vars` (#4031)
...
fixes #4030
Alex Lam S.L
2020-07-29
fix corner case in `ie8` & `reduce_vars` (#4029)
...
fixes #4028
Alex Lam S.L
2020-07-26
fix corner case in `unused` (#4026)
...
fixes #4025
Alex Lam S.L
2020-07-26
fix corner case in `hoist_props` (#4024)
...
fixes #4023
Alex Lam S.L
2020-07-21
reduce `ufuzz` test cases that fail to `minify()` (#4021)
Alex Lam S.L
2020-07-21
fix corner case in `ie8` & `reduce_vars` (#4020)
...
fixes #4019
Alex Lam S.L
2020-07-21
fix corner case in `unused` (#4018)
...
fixes #4017
Alex Lam S.L
2020-07-21
fix corner case in `ie8` (#4016)
...
fixes #4015
Alex Lam S.L
2020-07-20
fix corner case in `collapse_vars` (#4013)
...
fixes #4012
Alex Lam S.L
2020-07-20
fix corner case in false positive detection (#4011)
Alex Lam S.L
2020-07-01
fix corner case in `side_effects` (#4009)
...
fixes #4008
Alex Lam S.L
2020-06-29
fix corner case in `inline` (#4007)
...
fixes #4006
Alex Lam S.L
2020-06-21
v3.10.0
Alex Lam S.L
2020-06-20
fix corner case in `collapse_vars` (#4002)
...
fixes #4001
Alex Lam S.L
2020-06-15
fix corner case in `rename` (#4000)
...
fixes #3999
Alex Lam S.L
2020-06-15
fix corner case in `evaluate` (#3998)
...
fixes #3997
Alex Lam S.L
2020-06-14
speed up false positive detection in `ufuzz` (#3996)
Alex Lam S.L
2020-06-14
enhance `evaluate` (#3995)
Alex Lam S.L
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)
...
fixes #3988
Alex Lam S.L
2020-06-11
fix corner case in `unused` (#3987)
...
fixes #3986
Alex Lam S.L
2020-06-10
fix corner case in `--reduce-test` (#3985)
Alex Lam S.L
2020-06-10
fix corner case in `side_effects` (#3984)
...
fixes #3983
Alex Lam S.L
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)
...
fixes #3976
Alex Lam S.L
2020-06-09
improve false positive detection in `ufuzz` (#3977)
Alex Lam S.L
2020-06-09
fix corner case in `reduce_vars` (#3975)
...
fixes #3974
Alex Lam S.L
2020-06-09
improve false positive detection in `ufuzz` (#3973)
Alex Lam S.L
2020-06-09
fix corner case in `collapse_vars` (#3972)
...
fixes #3971
Alex Lam S.L
2020-06-08
improve false positive detection in `ufuzz` (#3968)
Alex Lam S.L
2020-06-08
fix corner case in `dead_code` (#3969)
...
fixes #3967
Alex Lam S.L
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)
...
fixes #3962
Alex Lam S.L
2020-06-06
improve fix for #3958 (#3960)
Alex Lam S.L
2020-06-06
fix corner case in `reduce_vars` (#3959)
...
fixes #3958
Alex Lam S.L
2020-06-05
fix corner cases in `reduce_vars` & `unused` (#3955)
...
fixes #3953 fixes #3956 fixes #3957
Alex Lam S.L
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)
...
fixes #3949 fixes #3951
Alex Lam S.L
2020-06-03
add test case for #3945 (#3948)
Alex Lam S.L
2020-06-02
fix corner case in `hoist_props` (#3947)
...
fixes #3945
Alex Lam S.L
2020-06-02
fix corner case in `evaluate` (#3946)
...
fixes #3944
Alex Lam S.L
2020-06-01
enhance `reduce_vars` (#3942)
Alex Lam S.L
2020-05-31
fix corner case in `arguments` (#3939)
Alex Lam S.L
[next]