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
/
exports.js
Age
Commit message (
Expand
)
Author
2021-04-25
fix corner case with `export` (#4871)
Alex Lam S.L
2021-03-17
fix corner case in `hoist_funs` (#4790)
Alex Lam S.L
2021-03-13
support shorthand key-symbol output (#4768)
Alex Lam S.L
2021-03-13
fix corner case in `unused` (#4767)
...
fixes #4766
Alex Lam S.L
2021-03-11
fix corner cases in `merge_vars` & with `exports` (#4762)
...
fixes #4761
Alex Lam S.L
2021-03-07
fix issues uncovered by lgtm (#4749)
Alex Lam S.L
2021-03-06
fix corner cases with `export` (#4743)
...
fixes #4742
Alex Lam S.L
2021-02-27
fix corner cases with `export` (#4699)
...
fixes #4698 fixes #4700 fixes #4701 fixes #4702
Alex Lam S.L
2021-02-27
support limited `ufuzz` testing for `export` (#4693)
...
fixes #4692
Alex Lam S.L
2021-02-26
fix corner cases with `exports` (#4691)
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
2021-02-21
fix corner cases with `export default` (#4673)
Alex Lam S.L
2021-02-15
introduce `hoist_exports` (#4651)
Alex Lam S.L
2021-02-15
support `export` statements (#4650)
Alex Lam S.L