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-24
fix corner case in `merge_vars` (#4238)
...
fixes #4237
Alex Lam S.L
2020-10-22
fix corner case in `unused` (#4236)
...
fixes #4235
Alex Lam S.L
2020-10-22
fix corner case in `functions` (#4234)
...
fixes #4233
Alex Lam S.L
2020-10-20
fix corner case in `ie8` (#4232)
...
fixes #4231
Alex Lam S.L
2020-10-20
fix corner case in `ie8` (#4230)
...
fixes #4229
Alex Lam S.L
2020-10-19
extend support for Unicode (#4228)
Alex Lam S.L
2020-10-19
support `let` (#4227)
Alex Lam S.L
2020-10-18
fix corner case in `side_effects` (#4226)
...
fixes #4225
Alex Lam S.L
2020-10-15
fix corner case in `inline` (#4223)
...
fixes #4222
Alex Lam S.L
2020-10-14
fix corner cases in `braces` & `sequences` (#4221)
...
fixes #4220
Alex Lam S.L
2020-10-14
fix corner case in `reduce_vars` (#4219)
...
fixes #4218
Alex Lam S.L
2020-10-14
fix corner case in `collapse_vars` (#4217)
...
fixes #4216
Alex Lam S.L
2020-10-14
fix corner case in `evaluate` (#4215)
...
fixes #4214
Alex Lam S.L
2020-10-14
fix corner cases in `dead_code` & `reduce_vars` (#4213)
...
fixes #4212
Alex Lam S.L
2020-10-13
fix corner case in `reduce_vars` (#4211)
...
fixes #4210
Alex Lam S.L
2020-10-13
restore `inline` functionality disabled by #4204 (#4209)
Alex Lam S.L
2020-10-13
fix corner case in `reduce_vars` & `unused` (#4208)
...
fixes #4207
Alex Lam S.L
2020-10-13
fix corner case in `collapse_vars` (#4206)
...
fixes #4205
Alex Lam S.L
2020-10-12
fix corner case in `inilne` (#4204)
...
fixes #4202
Alex Lam S.L
2020-10-12
fix corner case in `arguments` (#4201)
...
fixes #4200
Alex Lam S.L
2020-10-12
fix corner case in `reduce_vars` (#4203)
...
fixes #4198
Alex Lam S.L
2020-10-12
fix corner case in `collapse_vars` (#4199)
...
fixes #4197
Alex Lam S.L
2020-10-12
fix corner case in `ie8` & `mangle` (#4196)
...
fixes #4195
Alex Lam S.L
2020-10-12
fix corner case in `dead_code` (#4194)
...
fixes #4193
Alex Lam S.L
2020-10-12
fix corner case in `functions` (#4192)
...
fixes #4191
Alex Lam S.L
2020-10-12
support `const` (#4190)
Alex Lam S.L
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
[next]