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
2020-10-07
fix corner case in `reduce_vars` (#4189)
...
fixes #4188
Alex Lam S.L
2020-10-06
fix corner case in `ie8` (#4187)
...
fixes #4186
Alex Lam S.L
2020-10-05
fix corner case in `unused` (#4185)
...
fixes #4184
Alex Lam S.L
2020-10-05
fix corner case in `loops` (#4183)
...
fixes #4182
Alex Lam S.L
2020-10-05
enhance `conditionals` (#4181)
Alex Lam S.L
2020-10-05
enhance `loops` (#4180)
Alex Lam S.L
2020-10-05
clean up scope-related variables (#4179)
Alex Lam S.L
2020-10-05
retrofit `try-catch-finally` as block-scoped (#4178)
...
- support optional catch binding
Alex Lam S.L
2020-10-05
retrofit `AST_BlockStatement` as block-scoped (#4177)
Alex Lam S.L
2020-10-05
extend support for numeral literals (#4176)
Alex Lam S.L
2020-10-04
enhance `side_effects` (#4175)
Alex Lam S.L
2020-10-04
fix corner case in `mangle` (#4174)
Alex Lam S.L
2020-10-03
workaround quirks on latter specs (#4172)
...
closes #4171
Alex Lam S.L
2020-10-03
fix corner case in `merge_vars` (#4170)
...
fixes #4168
Alex Lam S.L
2020-10-03
fix corner cases of `catch` variable inlining (#4169)
Alex Lam S.L
2020-10-02
retrofit `catch` as block-scoped (#4165)
Alex Lam S.L
2020-10-02
enhance `if_return` (#4164)
Alex Lam S.L
2020-09-30
enhance `inline` (#4163)
Alex Lam S.L
2020-09-29
fix corner case in `inline` (#4160)
...
fixes #4159
Alex Lam S.L
2020-09-28
fix corner case in `merge_vars` (#4158)
...
fixes #4157
Alex Lam S.L
2020-09-26
fix corner cases in `functions` & `merge_vars` (#4156)
...
fixes #4155
Alex Lam S.L
2020-09-25
enhance `merge_vars` (#4152)
Alex Lam S.L
2020-09-25
fix corner case in `merge_vars` (#4151)
Alex Lam S.L
2020-09-23
minor clean up (#4149)
Alex Lam S.L
2020-09-23
minor clean up (#4148)
Alex Lam S.L
2020-09-22
fix corner case in `unused` (#4147)
...
fixes #4146
Alex Lam S.L
2020-09-22
fix corner case in `unused` (#4145)
...
fixes #4144
Alex Lam S.L
2020-09-22
fix corner case in `evaluate` (#4143)
...
fixes #4142
Alex Lam S.L
2020-09-22
enhance `unused`
alexlamsl
2020-09-21
fix corner case in `merge_vars` (#4140)
...
fixes #4139
Alex Lam S.L
2020-09-22
fix corner case in `evaluate` (#4138)
...
fixes #4137
Alex Lam S.L
2020-09-22
fix corner case in `merge_vars`
...
fixes #4139
alexlamsl
2020-09-20
fix corner case in `merge_vars` (#4136)
...
fixes #4135
Alex Lam S.L
2020-09-20
fix corner case in `unused` (#4134)
...
fixes #4133
Alex Lam S.L
2020-09-20
fix corner case in `merge_vars` (#4131)
...
fixes #4130
Alex Lam S.L
2020-09-20
enhance `unused` (#4129)
Alex Lam S.L
2020-09-19
fix corner case in `merge_vars` (#4127)
...
fixes #4126
Alex Lam S.L
2020-09-19
enhance `merge_vars` (#4125)
Alex Lam S.L
2020-09-18
enhance `side_effects` (#4124)
...
- add documentation for `merge_vars`
Alex Lam S.L
2020-09-18
remove redundant transform (#4123)
Alex Lam S.L
2020-09-17
improve fix for #4119 (#4121)
Alex Lam S.L
2020-09-17
fix corner case in `evaluate` (#4120)
...
fixes #4119
Alex Lam S.L
2020-09-17
minor clean up (#4118)
Alex Lam S.L
2020-09-17
enhance `collapse_vars` (#4117)
Alex Lam S.L
2020-09-17
improve handling of `switch` statements (#4114)
Alex Lam S.L
2020-09-17
fix corner case in `merge_vars` (#4116)
...
fixes #4115
Alex Lam S.L
2020-09-16
fix corner case in `merge_vars` (#4113)
...
fixes #4112
Alex Lam S.L
2020-09-16
enhance `conditionals` (#4106)
Alex Lam S.L
2020-09-16
fix corner cases in `merge_vars` (#4108)
...
fixes #4107 fixes #4109 fixes #4110 fixes #4111
Alex Lam S.L
2020-09-15
enhance `merge_vars` (#4105)
Alex Lam S.L
[next]