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
/
functions.js
Age
Commit message (
Expand
)
Author
2021-05-30
improve handling of declaration statements (#4980)
Alex Lam S.L
2021-05-28
enhance `awaits` (#4971)
Alex Lam S.L
2021-05-05
fix corner case in `collapse_vars` (#4911)
...
fixes #4910
Alex Lam S.L
2021-05-04
fix corner case in `collapse_vars` (#4909)
...
fixes #4908
Alex Lam S.L
2021-05-02
enhance `reduce_vars` & `unused` (#4890)
Alex Lam S.L
2021-04-24
enhance `pure_getters`, `reduce_vars` & `unused` (#4863)
Alex Lam S.L
2021-04-22
enhance `unused` (#4858)
Alex Lam S.L
2021-03-25
fix corner case in `functions` (#4824)
...
fixes #4823
Alex Lam S.L
2021-03-18
fix corner case in `evaluate` (#4800)
...
fixes #4799
Alex Lam S.L
2021-03-17
enhance "functions" (#4791)
Alex Lam S.L
2021-03-16
fix corner case in `functions` (#4789)
...
fixes #4788
Alex Lam S.L
2021-03-16
fix corner cases with `new.target` (#4784)
Alex Lam S.L
2021-03-08
fix corner case in `inline` (#4754)
...
fixes #4753
Alex Lam S.L
2021-03-07
support `new.target` (#4746)
...
fixes #4745
Alex Lam S.L
2021-03-05
enhance `collapse_vars` (#4735)
Alex Lam S.L
2021-03-03
fix corner case in `inline` (#4726)
...
fixes #4725
Alex Lam S.L
2021-02-27
fix corner cases with block-scoped functions (#4695)
Alex Lam S.L
2021-02-24
support nullish coalescing operator (#4678)
Alex Lam S.L
2021-02-18
fix corner case in `inline` (#4660)
...
fixes #4659
Alex Lam S.L
2021-02-16
workaround bug in ECMAScript specification (#4656)
...
closes #4655
Alex Lam S.L
2021-02-14
improve fix for #4325 (#4649)
Alex Lam S.L
2021-02-05
fix corner cases with function inlining (#4613)
...
fixes #4612
Alex Lam S.L
2021-01-01
enhance `collapse_vars` & `dead_code` (#4491)
Alex Lam S.L
2020-12-28
fix corner case in `inline` (#4472)
...
fixes #4471
Alex Lam S.L
2020-12-25
fix corner case in `functions` & `reduce_vars` (#4452)
...
fixes #4451
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-07
extend trailing comma support (#4334)
Alex Lam S.L
2020-11-29
fix corner case in `side_effects` (#4326)
...
fixes #4325
Alex Lam S.L
2020-11-21
fix corner case in `merge_vars` & `reduce_vars` (#4313)
...
fixes #4312
Alex Lam S.L
2020-11-08
fix corner case in `inline` (#4266)
...
fixes #4265
Alex Lam S.L
2020-11-07
fix corner case in `reduce_vars` (#4262)
...
fixes #4261
Alex Lam S.L
2020-11-06
fix corner case in `functions` (#4260)
...
fixes #4259
Alex Lam S.L
2020-10-22
fix corner case in `functions` (#4234)
...
fixes #4233
Alex Lam S.L
2020-10-06
fix corner case in `ie8` (#4187)
...
fixes #4186
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-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 cases of `catch` variable inlining (#4169)
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-26
fix corner cases in `functions` & `merge_vars` (#4156)
...
fixes #4155
Alex Lam S.L
2020-09-22
enhance `unused`
alexlamsl
2020-09-03
enhance `unused` (#4090)
Alex Lam S.L
2020-06-29
fix corner case in `inline` (#4007)
...
fixes #4006
Alex Lam S.L
2020-06-01
enhance `reduce_vars` (#3942)
Alex Lam S.L
2020-05-28
fix corner case in `functions` (#3930)
...
fixes #3929
Alex Lam S.L
2020-05-21
fix corner case in `inline` (#3915)
...
fixes #3911
Alex Lam S.L
2020-05-11
enhance `evaluate` & `reduce_vars` (#3873)
Alex Lam S.L
2020-05-07
fix corner case in `inline` (#3853)
...
fixes #3852
Alex Lam S.L
2020-05-01
fix corner case in `inline` (#3837)
...
fixes #3836
Alex Lam S.L
[next]