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
/
classes.js
Age
Commit message (
Expand
)
Author
2021-05-22
fix corner case in parsing private field/method (#4952)
...
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-04-21
document various ECMAScript bugs (#4857)
Alex Lam S.L
2021-04-08
fix corner case in `if_return` (#4851)
...
Alex Lam S.L
2021-04-03
enhance `comparisons` & `reduce_vars` (#4841)
Alex Lam S.L
2021-04-03
support `mangle.properties` on `class` (#4838)
Alex Lam S.L
2021-04-01
fix corner case in `properties` (#4832)
...
Alex Lam S.L
2021-04-01
fix corner case in `properties` (#4830)
...
Alex Lam S.L
2021-03-25
fix corner cases with `class` (#4822)
...
Alex Lam S.L
2021-03-21
document various v8 bugs (#4808)
...
Alex Lam S.L
2021-03-17
extend `keep_fnames` to classes (#4793)
Alex Lam S.L
2021-03-09
fix corner case in `unused` (#4757)
...
Alex Lam S.L
2021-03-07
support `new.target` (#4746)
...
Alex Lam S.L
2021-03-05
enhance `collapse_vars` (#4735)
Alex Lam S.L
2021-03-03
fix corner case in `inline` (#4726)
...
Alex Lam S.L
2021-03-03
fix corner cases with `class` (#4723)
...
Alex Lam S.L
2021-03-02
enhance `reduce_vars` & `side_effects` (#4712)
Alex Lam S.L
2021-03-02
fix corner case with `class` (#4713)
Alex Lam S.L
2021-03-02
enhance `side_effects` & `unused` (#4711)
Alex Lam S.L
2021-02-28
fix corner case `reduce_vars` (#4706)
...
Alex Lam S.L
2021-02-25
fix corner cases with arrow functions (#4688)
...
Alex Lam S.L
2021-02-25
fix corner case in `loops` (#4684)
...
Alex Lam S.L
2021-02-25
fix corner case in `unused` (#4682)
...
Alex Lam S.L
2021-02-24
support nullish coalescing operator (#4678)
Alex Lam S.L
2021-02-23
support `class` literals (#4658)
Alex Lam S.L