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
/
ufuzz
Age
Commit message (
Expand
)
Author
2021-03-01
fix corner cases with `import` (#4709)
...
fixes #4708
Alex Lam S.L
2021-03-01
support limited `ufuzz` testing for `import` (#4707)
Alex Lam S.L
2021-02-27
support limited `ufuzz` testing for `export` (#4693)
...
fixes #4692
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-13
avoid false positive in `--reduce-test` (#4648)
Alex Lam S.L
2021-02-10
fix corner cases in `inline` (#4640)
...
fixes #4639
Alex Lam S.L
2021-02-09
support `for [await]...of` statements (#4627)
Alex Lam S.L
2021-02-08
improve false positive detection in `ufuzz` (#4626)
Alex Lam S.L
2021-02-08
support generator functions (#4620)
Alex Lam S.L
2021-02-01
introduce `templates` (#4603)
Alex Lam S.L
2021-02-01
support template literals (#4601)
Alex Lam S.L
2021-01-25
support exponentiation operator (#4593)
Alex Lam S.L
2021-01-24
fix infinite recursion in `ufuzz` code generation (#4592)
Alex Lam S.L
2021-01-24
support BigInt literals (#4583)
Alex Lam S.L
2021-01-24
fix corner case in `reduce_vars` (#4585)
...
fixes #4584
Alex Lam S.L
2021-01-23
improve `ufuzz` on destructuring (#4580)
Alex Lam S.L
2021-01-22
suppress false positives in `ufuzz` (#4578)
Alex Lam S.L
2021-01-21
suppress false positives in `ufuzz` (#4577)
Alex Lam S.L
2021-01-20
suppress false positives in `ufuzz` (#4574)
Alex Lam S.L
2021-01-20
workaround GitHub Actions bug (#4573)
Alex Lam S.L
2021-01-20
support asynchronous test cases properly (#4529)
Alex Lam S.L
2021-01-18
improve false positive detection in `ufuzz` (#4566)
Alex Lam S.L
2021-01-13
suppress invalid test generation in `ufuzz` (#4551)
Alex Lam S.L
2021-01-10
support asynchronous arrow functions (#4530)
Alex Lam S.L
2021-01-07
support rest parameters (#4515)
Alex Lam S.L
2020-12-30
improve false positive detection in `ufuzz` (#4482)
Alex Lam S.L
2020-12-29
expand test options (#4475)
...
- fix corner cases in `hoist_vars` & `keep_fnames`
Alex Lam S.L
2020-12-28
workaround asynchronous tty bugs on Node.js (#4473)
Alex Lam S.L
2020-12-27
workaround v8 bug with labels (#4467)
...
closes #4466
Alex Lam S.L
2020-12-24
fix & enhance `collapse_vars` (#4447)
...
fixes #4446
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-24
support default values (#4442)
Alex Lam S.L
2020-12-21
improve object function generation in `ufuzz` (#4434)
Alex Lam S.L
2020-12-20
improve destructuring generation in `ufuzz` (#4428)
Alex Lam S.L
2020-12-20
handle destructuring `catch` in `--reduce-test` (#4427)
Alex Lam S.L
2020-12-20
support async function within object literal (#4424)
Alex Lam S.L
2020-12-20
suppress false positives in `ufuzz` (#4419)
Alex Lam S.L
2020-12-19
support destructuring of `catch` variable (#4412)
Alex Lam S.L
2020-12-18
fix corner case in `merge_vars` (#4402)
...
fixes #4401
Alex Lam S.L
2020-12-17
support arrow function (#4385)
Alex Lam S.L
2020-12-13
maintain compatibility options when testing (#4376)
Alex Lam S.L
2020-12-12
fix asynchronous state tracking in `ufuzz` (#4369)
Alex Lam S.L
2020-12-12
gate language features in `ufuzz` automatically (#4367)
Alex Lam S.L
2020-12-11
fix corner cases with spread syntax (#4358)
Alex Lam S.L
2020-12-07
improve `ufuzz` (#4339)
Alex Lam S.L
2020-12-07
extend trailing comma support (#4334)
Alex Lam S.L
2020-12-07
support async function (#4333)
Alex Lam S.L
2020-12-06
support spread syntax (#4328)
Alex Lam S.L
2020-11-25
fix infinite recursion in `ufuzz` (#4318)
Alex Lam S.L
[next]