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
/
lib
Age
Commit message (
Expand
)
Author
2021-06-23
fix corner case in `side_effects` (#5024)
...
fixes #5023
Alex Lam S.L
2021-06-23
enhance `booleans` (#5022)
...
closes #5021
Alex Lam S.L
2021-06-21
fix corner cases in `dead_code` & `inline` (#5020)
...
fixes #5019
Alex Lam S.L
2021-06-21
fix corner case in `collapse_vars` (#5018)
...
fixes #5017
Alex Lam S.L
2021-06-21
fix corner cases in `reduce_vars` & `side_effects` (#5016)
...
fixes #5015
Alex Lam S.L
2021-06-20
enhance `dead_code` (#5014)
Alex Lam S.L
2021-06-15
fix corner case in `switches` (#5013)
...
fixes #5012
Alex Lam S.L
2021-06-15
fix corner case in `switches` (#5011)
...
fixes #5010
Alex Lam S.L
2021-06-15
fix corner case in `switches` (#5009)
...
fixes #5008
Alex Lam S.L
2021-06-15
fix corner case in `arguments` (#5007)
...
fixes #5006
Alex Lam S.L
2021-06-15
enhance `switches` (#5005)
...
closes #5004
Alex Lam S.L
2021-06-13
fix corner case in `side_effects` (#5002)
...
fixes #5001
Alex Lam S.L
2021-06-13
fix corner cases in `parse` & `unused` (#5000)
Alex Lam S.L
2021-06-12
minor clean-up (#4998)
Alex Lam S.L
2021-06-10
fix corner case in `reduce_vars` (#4997)
...
fixes #4996
Alex Lam S.L
2021-06-10
fix corner cases in `loops` & `unused` (#4995)
...
fixes #4994
Alex Lam S.L
2021-06-03
fix corner case in `unused` (#4993)
...
fixes #4992
Alex Lam S.L
2021-05-30
improve handling of declaration statements (#4980)
Alex Lam S.L
2021-05-30
fix corner case in `awaits` (#4988)
...
fixes #4987
Alex Lam S.L
2021-05-30
fix corner case in `hoist_props` (#4986)
...
fixes #4985
Alex Lam S.L
2021-05-30
fix corner case in `dead_code` (#4984)
Alex Lam S.L
2021-05-30
fix corner case in `dead_code` (#4983)
...
fixes #4982
Alex Lam S.L
2021-05-30
fix corner case in `dead_code` (#4981)
Alex Lam S.L
2021-05-29
improve handling of lexical scope (#4979)
Alex Lam S.L
2021-05-29
fix corner cases in `collapse_vars` (#4978)
...
fixes #4977
Alex Lam S.L
2021-05-29
fix corner cases in `awaits` (#4976)
...
fixes #4974 fixes #4975
Alex Lam S.L
2021-05-28
fix corner case in `awaits` (#4973)
...
fixes #4972
Alex Lam S.L
2021-05-28
enhance `awaits` (#4971)
Alex Lam S.L
2021-05-28
fix corner case in `collapse_vars` (#4970)
Alex Lam S.L
2021-05-28
enhance `awaits` (#4969)
Alex Lam S.L
2021-05-26
enhance `unused` (#4968)
Alex Lam S.L
2021-05-26
fix corner case in `arguments` (#4967)
Alex Lam S.L
2021-05-26
fix corner case in `mangle` (#4966)
...
fixes #4965
Alex Lam S.L
2021-05-26
fix corner case in `ie8` (#4963)
...
fixes #4962
Alex Lam S.L
2021-05-24
fix corner case in `mangle` (#4961)
...
fixes #4960
Alex Lam S.L
2021-05-24
fix corner case in `ie8` (#4959)
...
fixes #4958
Alex Lam S.L
2021-05-24
fix corner case in `merge_vars` (#4957)
...
fixes #4956
Alex Lam S.L
2021-05-24
fix corner cases in `rename` & `varify` (#4955)
...
fixes #4954
Alex Lam S.L
2021-05-23
enhance `sourceMap` (#4953)
Alex Lam S.L
2021-05-22
fix corner case in parsing private field/method (#4952)
...
fixes #4951
Alex Lam S.L
2021-05-21
fix corner case in `reduce_vars` (#4950)
...
fixes #4949
Alex Lam S.L
2021-05-20
fix corner case in `conditionals` (#4948)
...
fixes #4947
Alex Lam S.L
2021-05-20
enhance `pure_funcs` (#4945)
Alex Lam S.L
2021-05-20
fix corner case in `collapse_vars` (#4946)
Alex Lam S.L
2021-05-18
fix corner case in `reduce_vars` (#4944)
...
fixes #4943
Alex Lam S.L
2021-05-16
fix corner case in `pure_getters` (#4940)
...
fixes #4939
Alex Lam S.L
2021-05-15
fix corner case in `reduce_vars` (#4938)
...
fixes #4937
Alex Lam S.L
2021-05-15
fix corner case in `collapse_vars` (#4936)
...
fixes #4935
Alex Lam S.L
2021-05-15
fix corner case in `reduce_vars` (#4934)
...
fixes #4933
Alex Lam S.L
2021-05-14
fix corner case in `unsafe` `evaluate` (#4932)
...
fixes #4931
Alex Lam S.L
[next]