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-12-31
fix corner case with default values (#4484)
...
Alex Lam S.L
2020-12-30
fix corner cases with `arguments` (#4481)
...
Alex Lam S.L
2020-12-29
enhance `reduce_vars` (#4479)
Alex Lam S.L
2020-12-29
fix corner case in `arguments` (#4477)
...
Alex Lam S.L
2020-12-29
expand test options (#4475)
...
Alex Lam S.L
2020-12-28
fix corner case in `inline` (#4472)
...
Alex Lam S.L
2020-12-27
fix corner case in `unused` (#4469)
...
Alex Lam S.L
2020-12-27
workaround v8 bug with labels (#4467)
...
Alex Lam S.L
2020-12-26
fix corner case in `reduce_vars` & `unused` (#4465)
...
Alex Lam S.L
2020-12-26
fix corner cases in `collapse_vars` (#4462)
...
Alex Lam S.L
2020-12-25
fix corner case in `reduce_vars` (#4459)
...
Alex Lam S.L
2020-12-25
fix corner case in `unused` (#4457)
...
Alex Lam S.L
2020-12-25
fix corner case in `merge_vars` (#4455)
...
Alex Lam S.L
2020-12-25
fix corner case in `functions` & `reduce_vars` (#4452)
...
Alex Lam S.L
2020-12-25
enhance `default_values` (#4450)
Alex Lam S.L
2020-12-25
fix corner case in `pure_getters` (#4449)
...
Alex Lam S.L
2020-12-24
fix & enhance `collapse_vars` (#4447)
...
Alex Lam S.L
2020-12-24
fix corner case in `collapse_vars` (#4445)
...
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-24
support default values (#4442)
Alex Lam S.L
2020-12-24
fix corner case in `pure_getters` (#4441)
...
Alex Lam S.L
2020-12-24
fix corner case in `if_return` (#4439)
...
Alex Lam S.L
2020-12-23
fix corner case with `NaN` (#4437)
...
Alex Lam S.L
2020-12-23
fix corner case when parsing expression (#4435)
Alex Lam S.L
2020-12-21
fix corner case in `reduce_vars` (#4433)
...
Alex Lam S.L
2020-12-20
fix corner case in `collapse_vars` (#4431)
...
Alex Lam S.L
2020-12-20
parse destructuring under strict mode correctly (#4429)
Alex Lam S.L
2020-12-20
fix corner case with destructuring `catch` (#4426)
...
Alex Lam S.L
2020-12-20
support async function within object literal (#4424)
Alex Lam S.L
2020-12-20
fix corner case in `evaluate` & `reduce_vars` (#4423)
...
Alex Lam S.L
2020-12-20
fix corner case with destructuring `catch` (#4421)
...
Alex Lam S.L
2020-12-20
fix corner case in `inline` (#4418)
...
Alex Lam S.L
2020-12-20
fix corner case in `objects` (#4416)
...
Alex Lam S.L
2020-12-19
fix corner case in `reduce_vars` & `unused` (#4414)
...
Alex Lam S.L
2020-12-19
support destructuring of `catch` variable (#4412)
Alex Lam S.L
2020-12-19
fix corner case in `arguments` (#4411)
...
Alex Lam S.L
2020-12-19
fix corner case with parentheses (#4409)
...
Alex Lam S.L
2020-12-19
fix corner case in `merge_vars` (#4407)
...
Alex Lam S.L
2020-12-18
fix corner case in `unused` (#4405)
...
Alex Lam S.L
2020-12-18
enhance `arrows` (#4403)
Alex Lam S.L
2020-12-18
fix corner case in `merge_vars` (#4402)
...
Alex Lam S.L
2020-12-18
fix corner case in `arguments` (#4400)
...
Alex Lam S.L
2020-12-18
fix corner case in `arguments` (#4398)
...
Alex Lam S.L
2020-12-18
fix corner case in `arguments` (#4396)
...
Alex Lam S.L
2020-12-18
fix corner case in `evaluate` & `reduce_vars` (#4394)
...
Alex Lam S.L
2020-12-18
enhance `reduce_vars` (#4392)
Alex Lam S.L
2020-12-18
fix corner case in `collapse_vars` (#4391)
...
Alex Lam S.L
2020-12-18
fix corner case in `inline` (#4389)
...
Alex Lam S.L
2020-12-17
support arrow function (#4385)
Alex Lam S.L
2020-12-17
fix corner case in `arguments` (#4387)
...
Alex Lam S.L
[next]