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
/
mocha
/
reduce.js
Age
Commit message (
Expand
)
Author
2021-04-01
suppress invalid AST transform in `--reduce-test` (#4833)
Alex Lam S.L
2021-03-23
workaround `toString()` quirks on global context (#4814)
Alex Lam S.L
2021-03-22
improve global context enumeration under `sandbox` (#4812)
...
Alex Lam S.L
2021-02-14
improve fix for #4325 (#4649)
Alex Lam S.L
2021-02-13
avoid false positive in `--reduce-test` (#4648)
Alex Lam S.L
2021-01-03
suppress invalid AST transform in `--reduce-test` (#4498)
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-20
handle destructuring `catch` in `--reduce-test` (#4427)
Alex Lam S.L
2020-09-03
enhance `join_vars` (#4089)
Alex Lam S.L
2020-06-10
fix corner case in `--reduce-test` (#3985)
Alex Lam S.L
2020-04-25
fix corner case in `--reduce-test` (#3819)
Alex Lam S.L
2020-04-25
improve `--reduce-test` on `Error.message` (#3816)
...
Alex Lam S.L
2020-04-14
expand testing on Node.js versions (#3779)
Alex Lam S.L
2020-03-21
improve `--reduce-test` (#3742)
...
Alex Lam S.L
2020-03-01
avoid reducing setter argument (#3737)
Alex Lam S.L
2020-02-29
detect `toplevel` option properly (#3735)
...
Alex Lam S.L
2020-02-17
speed up `--reduce-test` (#3726)
...
Alex Lam S.L
2020-02-14
improve `--reduce-test` (#3719)
...
Alex Lam S.L
2020-02-12
increase mocha `--reduce-test` timeout (#3715)
Alex Lam S.L
2020-02-09
add test for `--reduce-test` (#3712)
Alex Lam S.L
2020-02-09
improve `test/reduce` (#3710)
...
Alex Lam S.L
2020-02-07
fix corner cases in `test/reduce` (#3709)
Alex Lam S.L