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.js
Age
Commit message (
Collapse
)
Author
2021-03-13
implement `annotations` (#4763)
Alex Lam S.L
2021-03-06
speed up `compress` tests (#4737)
Alex Lam S.L
2021-01-20
support asynchronous test cases properly (#4529)
Alex Lam S.L
2020-12-28
workaround asynchronous tty bugs on Node.js (#4473)
Alex Lam S.L
2020-11-21
gate `galio` workaround (#4310)
Alex Lam S.L
2020-10-27
improve warnings (#4247)
Alex Lam S.L
closes #4244
2020-10-26
fix corner case in `booleans` (#4246)
Alex Lam S.L
fixes #4245
2020-08-23
enhance `mangle.properties` (#4064)
Alex Lam S.L
2020-07-31
validate against multiple parents on `AST_Node` (#4032)
Alex Lam S.L
- fix related issues in `global_defs`, `ie8` & `reduce_vars`
2020-05-10
fix corner case in `hoist_props` (#3872)
Alex Lam S.L
fixes #3871
2020-05-09
implement AST validation (#3863)
Alex Lam S.L
2020-05-05
update links to repository after rename (#3847)
Alex Lam S.L
2020-02-29
detect `toplevel` option properly (#3735)
Alex Lam S.L
fixes #3730
2019-10-27
prevent tty truncation in `test/compress` (#3530)
Alex Lam S.L
2019-10-21
enable GitHub Actions (#3503)
Alex Lam S.L
2019-05-15
improve sandbox fidelity (#3415)
Alex Lam S.L
2019-05-09
improve tests (#3399)
Alex Lam S.L