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
Age
Commit message (
Expand
)
Author
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
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 corner cases in `unused` & `varify` (#4368)
...
fixes #4365
Alex Lam S.L
2020-12-12
fix corner case in `spread` (#4364)
...
fixes #4363
Alex Lam S.L
2020-12-12
fix corner case in `unused` (#4362)
...
fixes #4361
Alex Lam S.L
2020-12-12
fix corner case in `collapse_vars` (#4360)
...
fixes #4359
Alex Lam S.L
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)
...
fixes #4355
Alex Lam S.L
2020-12-09
fix corner case in `keep_fargs` & `reduce_vars` (#4354)
...
fixes #4353
Alex Lam S.L
2020-12-08
fix corner cases with `await` (#4350)
...
fixes #4349
Alex Lam S.L
2020-12-08
fix corner case in `reduce_vars` (#4348)
...
fixes #4347
Alex Lam S.L
2020-12-08
introduce `spread` (#4346)
...
fixes #4345
Alex Lam S.L
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)
...
fixes #4342
Alex Lam S.L
2020-12-07
fix corner case in `evaluate` (#4341)
...
fixes #4340
Alex Lam S.L
2020-12-07
fix corner case in `unused` (#4338)
...
fixes #4337
Alex Lam S.L
2020-12-07
fix corner case in `inline` (#4336)
...
fixes #4335
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
fix corner case in `collapse_vars` (#4332)
...
fixes #4331
Alex Lam S.L
2020-12-06
fix corner case in `properties` (#4330)
...
fixes #4329
Alex Lam S.L
2020-12-06
support spread syntax (#4328)
Alex Lam S.L
2020-11-29
fix corner case in `side_effects` (#4326)
...
fixes #4325
Alex Lam S.L
2020-11-29
fix corner case in `merge_vars` (#4324)
...
fixes #4323
Alex Lam S.L
2020-11-29
fix corner case in `inline` (#4322)
...
fixes #4321
Alex Lam S.L
2020-11-27
fix corner case in `inline` (#4320)
...
fixes #4319
Alex Lam S.L
2020-11-23
fix corner case in `passes` & `reduce_vars` (#4316)
...
fixes #4315
Alex Lam S.L
2020-11-21
workaround Safari quirks (#4314)
...
fixes #1753
Alex Lam S.L
2020-11-21
fix corner case in `merge_vars` & `reduce_vars` (#4313)
...
fixes #4312
Alex Lam S.L
2020-11-21
fix corner case in `mangle` (#4311)
Alex Lam S.L
2020-11-21
gate `galio` workaround (#4310)
Alex Lam S.L
2020-11-20
fix corner case in `collapse_vars` (#4309)
...
fixes #4308
Alex Lam S.L
2020-11-20
fix corner case in `hoist_props` (#4307)
Alex Lam S.L
2020-11-19
fix corner cases in `reduce_vars` & `unused` (#4306)
Alex Lam S.L
2020-11-19
fix corner case in `dead_code` (#4304)
Alex Lam S.L
2020-11-19
enhance `varify` (#4303)
Alex Lam S.L
2020-11-19
fix corner case in `merge_vars` (#4302)
...
fixes #4301
Alex Lam S.L
2020-11-19
fix corner case `reduce_vars` (#4300)
...
fixes #4297
Alex Lam S.L
2020-11-18
fix corner case in `merge_vars` (#4299)
...
fixes #4298
Alex Lam S.L
2020-11-18
enhance `arguments` (#4296)
Alex Lam S.L
2020-11-18
fix corner case in `merge_vars` (#4295)
...
fixes #4294
Alex Lam S.L
[next]