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
Age
Commit message (
Expand
)
Author
2020-12-24
fix & enhance `collapse_vars` (#4447)
...
fixes #4446
Alex Lam S.L
2020-12-24
fix corner case in `collapse_vars` (#4445)
...
fixes #4444
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-24
fix corner case in `pure_getters` (#4441)
...
fixes #4440
Alex Lam S.L
2020-12-24
fix corner case in `if_return` (#4439)
...
fixes #4438
Alex Lam S.L
2020-12-23
fix corner case with `NaN` (#4437)
...
fixes #4436
Alex Lam S.L
2020-12-23
fix corner case when parsing expression (#4435)
Alex Lam S.L
2020-12-21
improve object function generation in `ufuzz` (#4434)
Alex Lam S.L
2020-12-21
fix corner case in `reduce_vars` (#4433)
...
fixes #4432
Alex Lam S.L
2020-12-20
fix corner case in `collapse_vars` (#4431)
...
fixes #4430
Alex Lam S.L
2020-12-20
parse destructuring under strict mode correctly (#4429)
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
fix corner case with destructuring `catch` (#4426)
...
fixes #4425
Alex Lam S.L
2020-12-20
support async function within object literal (#4424)
Alex Lam S.L
2020-12-20
fix corner case in `evaluate` & `reduce_vars` (#4423)
...
fixes #4422
Alex Lam S.L
2020-12-20
fix corner case with destructuring `catch` (#4421)
...
fixes #4420
Alex Lam S.L
2020-12-20
suppress false positives in `ufuzz` (#4419)
Alex Lam S.L
2020-12-20
fix corner case in `inline` (#4418)
...
fixes #4417
Alex Lam S.L
2020-12-20
fix corner case in `objects` (#4416)
...
fixes #4415
Alex Lam S.L
2020-12-19
fix corner case in `reduce_vars` & `unused` (#4414)
...
fixes #4413
Alex Lam S.L
2020-12-19
support destructuring of `catch` variable (#4412)
Alex Lam S.L
2020-12-19
fix corner case in `arguments` (#4411)
...
fixes #4410
Alex Lam S.L
2020-12-19
fix corner case with parentheses (#4409)
...
fixes #4408
Alex Lam S.L
2020-12-19
fix corner case in `merge_vars` (#4407)
...
fixes #4406
Alex Lam S.L
2020-12-18
fix corner case in `unused` (#4405)
...
fixes #4404
Alex Lam S.L
2020-12-18
enhance `arrows` (#4403)
Alex Lam S.L
2020-12-18
fix corner case in `merge_vars` (#4402)
...
fixes #4401
Alex Lam S.L
2020-12-18
fix corner case in `arguments` (#4400)
...
fixes #4399
Alex Lam S.L
2020-12-18
fix corner case in `arguments` (#4398)
...
fixes #4397
Alex Lam S.L
2020-12-18
fix corner case in `arguments` (#4396)
...
fixes #4395
Alex Lam S.L
2020-12-18
fix corner case in `evaluate` & `reduce_vars` (#4394)
...
fixes #4393
Alex Lam S.L
2020-12-18
enhance `reduce_vars` (#4392)
Alex Lam S.L
2020-12-18
fix corner case in `collapse_vars` (#4391)
...
fixes #4390
Alex Lam S.L
2020-12-18
fix corner case in `inline` (#4389)
...
fixes #4388
Alex Lam S.L
2020-12-17
support arrow function (#4385)
Alex Lam S.L
2020-12-17
fix corner case in `arguments` (#4387)
...
fixes #4386
Alex Lam S.L
2020-12-17
fix corner case in `reduce_vars` (#4384)
...
fixes #4383
Alex Lam S.L
2020-12-15
fix corner case in `objects` (#4381)
...
fixes #4380
Alex Lam S.L
2020-12-14
emulate global context in Node.js & web (#4379)
Alex Lam S.L
2020-12-14
fix corner case in `dead_code` (#4378)
...
fixes #4377
Alex Lam S.L
2020-12-13
maintain compatibility options when testing (#4376)
Alex Lam S.L
2020-12-13
fix corner case in `booleans` (#4375)
...
fixes #4374
Alex Lam S.L
2020-12-13
fix corner case in `dead_code` (#4373)
...
fixes #4372
Alex Lam S.L
2020-12-12
clarify corner case in object literal (#4371)
...
closes #4366
Alex Lam S.L
2020-12-12
fix corner case in `spread` (#4370)
Alex Lam S.L
2020-12-12
fix asynchronous state tracking in `ufuzz` (#4369)
Alex Lam S.L
2020-12-12
fix corner cases in `unused` & `varify` (#4368)
...
fixes #4365
Alex Lam S.L
2020-12-12
gate language features in `ufuzz` automatically (#4367)
Alex Lam S.L
[next]