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-09-04
enhance `unsafe_math` (#4093)
Alex Lam S.L
2020-09-04
fix corner case in `loops` & `unused` (#4092)
...
fixes #4091
Alex Lam S.L
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)
...
fixes #4084
Alex Lam S.L
2020-08-30
v3.10.3
Alex Lam S.L
2020-08-29
fix corner case in `loops` & `unused` (#4083)
...
fixes #4082
Alex Lam S.L
2020-08-26
fix corner case in `sequences` (#4080)
...
fixes #4079
Alex Lam S.L
2020-08-26
fix corner case in `evaluate` (#4078)
...
fixes #4077
Alex Lam S.L
2020-08-26
fix corner case in `loops` & `unused` (#4076)
...
fixes #4075
Alex Lam S.L
2020-08-26
enhance `loops` & `unused` (#4074)
...
- extend `ufuzz` generation of for-in loops
Alex Lam S.L
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)
...
fixes #4070
Alex Lam S.L
2020-08-25
minor clean up (#4069)
Alex Lam S.L
2020-08-24
fix corner case in `evaluate` (#4068)
...
fixes #4067
Alex Lam S.L
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)
...
fixes #4059
Alex Lam S.L
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)
...
fixes #4054
Alex Lam S.L
2020-08-17
reject multiple `default`s in `switch` (#4053)
...
fixes #4050
Alex Lam S.L
2020-08-17
fix corner cases in `collapse_vars` & `dead_code` (#4052)
...
fixes #4051
Alex Lam S.L
2020-08-10
clarify `toplevel` & global variable aliasing (#4046)
Alex Lam S.L
2020-08-10
fix corner case in `collapse_vars` (#4048)
...
fixes #4047
Alex Lam S.L
2020-08-09
improve `ufuzz` duty cycle heuristic (#4045)
Alex Lam S.L
2020-08-08
workaround incorrect workflow status (#4044)
Alex Lam S.L
2020-08-07
improve `ufuzz` duty cycle on GitHub Actions (#4043)
Alex Lam S.L
2020-08-07
tweak GitHub Actions (#4042)
Alex Lam S.L
2020-08-06
fix corner case in `collapse_vars` (#4041)
...
fixes #4040
Alex Lam S.L
2020-08-06
fix corner cases in aliasing of global variables (#4039)
...
fixes #4038
Alex Lam S.L
2020-08-05
tweak GitHub Actions (#4037)
Alex Lam S.L
2020-08-04
fix corner case in `evaluate` (#4036)
...
fixes #4035
Alex Lam S.L
2020-08-02
v3.10.1
Alex Lam S.L
2020-07-31
improve diagnostics upon AST validation failure (#4033)
Alex Lam S.L
2020-07-31
validate against multiple parents on `AST_Node` (#4032)
...
- fix related issues in `global_defs`, `ie8` & `reduce_vars`
Alex Lam S.L
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
[next]