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
/
lib
Age
Commit message (
Collapse
)
Author
2020-12-19
support destructuring of `catch` variable (#4412)
Alex Lam S.L
2020-12-19
fix corner case in `arguments` (#4411)
Alex Lam S.L
fixes #4410
2020-12-19
fix corner case with parentheses (#4409)
Alex Lam S.L
fixes #4408
2020-12-19
fix corner case in `merge_vars` (#4407)
Alex Lam S.L
fixes #4406
2020-12-18
fix corner case in `unused` (#4405)
Alex Lam S.L
fixes #4404
2020-12-18
enhance `arrows` (#4403)
Alex Lam S.L
2020-12-18
fix corner case in `merge_vars` (#4402)
Alex Lam S.L
fixes #4401
2020-12-18
fix corner case in `arguments` (#4400)
Alex Lam S.L
fixes #4399
2020-12-18
fix corner case in `arguments` (#4398)
Alex Lam S.L
fixes #4397
2020-12-18
fix corner case in `arguments` (#4396)
Alex Lam S.L
fixes #4395
2020-12-18
fix corner case in `evaluate` & `reduce_vars` (#4394)
Alex Lam S.L
fixes #4393
2020-12-18
enhance `reduce_vars` (#4392)
Alex Lam S.L
2020-12-18
fix corner case in `collapse_vars` (#4391)
Alex Lam S.L
fixes #4390
2020-12-18
fix corner case in `inline` (#4389)
Alex Lam S.L
fixes #4388
2020-12-17
support arrow function (#4385)
Alex Lam S.L
2020-12-17
fix corner case in `arguments` (#4387)
Alex Lam S.L
fixes #4386
2020-12-17
fix corner case in `reduce_vars` (#4384)
Alex Lam S.L
fixes #4383
2020-12-15
fix corner case in `objects` (#4381)
Alex Lam S.L
fixes #4380
2020-12-14
fix corner case in `dead_code` (#4378)
Alex Lam S.L
fixes #4377
2020-12-13
fix corner case in `booleans` (#4375)
Alex Lam S.L
fixes #4374
2020-12-13
fix corner case in `dead_code` (#4373)
Alex Lam S.L
fixes #4372
2020-12-12
fix corner case in `spread` (#4370)
Alex Lam S.L
2020-12-12
fix corner cases in `unused` & `varify` (#4368)
Alex Lam S.L
fixes #4365
2020-12-12
fix corner case in `spread` (#4364)
Alex Lam S.L
fixes #4363
2020-12-12
fix corner case in `unused` (#4362)
Alex Lam S.L
fixes #4361
2020-12-12
fix corner case in `collapse_vars` (#4360)
Alex Lam S.L
fixes #4359
2020-12-11
fix corner cases with spread syntax (#4358)
Alex Lam S.L
2020-12-11
improve fix for #4355 (#4357)
Alex Lam S.L
2020-12-10
fix corner case in `loops` & `unused` (#4356)
Alex Lam S.L
fixes #4355
2020-12-09
fix corner case in `keep_fargs` & `reduce_vars` (#4354)
Alex Lam S.L
fixes #4353
2020-12-08
forbid `AST_Await` in computed function arguments (#4352)
Alex Lam S.L
fixes #4351
2020-12-08
fix corner cases with `await` (#4350)
Alex Lam S.L
fixes #4349
2020-12-08
fix corner case in `reduce_vars` (#4348)
Alex Lam S.L
fixes #4347
2020-12-08
introduce `spread` (#4346)
Alex Lam S.L
fixes #4345
2020-12-08
fix corner case with parentheses around `await` (#4344)
Alex Lam S.L
2020-12-07
fix corner case in `side_effects` (#4343)
Alex Lam S.L
fixes #4342
2020-12-07
fix corner case in `evaluate` (#4341)
Alex Lam S.L
fixes #4340
2020-12-07
fix corner case in `unused` (#4338)
Alex Lam S.L
fixes #4337
2020-12-07
fix corner case in `inline` (#4336)
Alex Lam S.L
fixes #4335
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
fix corner case in `collapse_vars` (#4332)
Alex Lam S.L
fixes #4331
2020-12-06
fix corner case in `properties` (#4330)
Alex Lam S.L
fixes #4329
2020-12-06
support spread syntax (#4328)
Alex Lam S.L
2020-11-29
fix corner case in `side_effects` (#4326)
Alex Lam S.L
fixes #4325
2020-11-29
fix corner case in `merge_vars` (#4324)
Alex Lam S.L
fixes #4323
2020-11-29
fix corner case in `inline` (#4322)
Alex Lam S.L
fixes #4321
2020-11-27
fix corner case in `inline` (#4320)
Alex Lam S.L
fixes #4319
2020-11-23
fix corner case in `passes` & `reduce_vars` (#4316)
Alex Lam S.L
fixes #4315
2020-11-21
workaround Safari quirks (#4314)
Alex Lam S.L
fixes #1753
[next]