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
/
test
/
compress
/
default-values.js
Age
Commit message (
Expand
)
Author
2021-01-24
fix corner cases with default parameters (#4589)
...
Alex Lam S.L
2021-01-13
fix corner case in `merge_vars` (#4550)
...
Alex Lam S.L
2021-01-12
fix corner case in `side_effects` (#4541)
...
Alex Lam S.L
2021-01-08
fix corner case in `merge_vars` (#4524)
...
Alex Lam S.L
2021-01-06
fix corner case in`default_values` (#4511)
...
Alex Lam S.L
2021-01-05
enhance `inline` & `side_effects` (#4506)
Alex Lam S.L
2021-01-04
fix corner cases in `inline` & `side_effects` (#4503)
...
Alex Lam S.L
2021-01-02
fix corner case in `default_values` (#4497)
...
Alex Lam S.L
2020-12-31
fix corner case with `arguments` (#4486)
...
Alex Lam S.L
2020-12-31
fix corner case with default values (#4484)
...
Alex Lam S.L
2020-12-29
expand test options (#4475)
...
Alex Lam S.L
2020-12-27
fix corner case in `unused` (#4469)
...
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
enhance `default_values` (#4450)
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