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-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
2020-11-21
fix corner case in `merge_vars` & `reduce_vars` (#4313)
Alex Lam S.L
fixes #4312
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)
Alex Lam S.L
fixes #4308
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)
Alex Lam S.L
fixes #4301
2020-11-19
fix corner case `reduce_vars` (#4300)
Alex Lam S.L
fixes #4297
2020-11-18
fix corner case in `merge_vars` (#4299)
Alex Lam S.L
fixes #4298
2020-11-18
enhance `arguments` (#4296)
Alex Lam S.L
2020-11-18
fix corner case in `merge_vars` (#4295)
Alex Lam S.L
fixes #4294
2020-11-18
fix corner case in `arguments` (#4293)
Alex Lam S.L
fixes #4291
2020-11-18
fix corner cases in `collapse_vars`, `unused` & `varify` (#4292)
Alex Lam S.L
fixes #4290
2020-11-18
fix corner case in `merge_vars` (#4289)
Alex Lam S.L
fixes #4288
2020-11-17
fix corner case in `collapse_vars` (#4287)
Alex Lam S.L
fixes #4286
2020-11-17
fix corner cases in `collapse_vars` & `dead_code` (#4285)
Alex Lam S.L
fixes #4284
2020-11-17
fix corner case in `reduce_vars` (#4283)
Alex Lam S.L
fixes #4282
2020-11-17
fix corner case in `reduce_vars` (#4281)
Alex Lam S.L
fixes #4280
2020-11-17
enhance `varify` (#4279)
Alex Lam S.L
2020-11-17
support destructured literals (#4278)
Alex Lam S.L
2020-11-17
fix corner case in `unused` (#4277)
Alex Lam S.L
fixes #4276
2020-11-14
fix corner case in `loops` (#4275)
Alex Lam S.L
fixes #4274
2020-11-11
fix corner case in `evaluate` (#4272)
Alex Lam S.L
fixes #4271
2020-11-09
fix corner case in `objects` (#4270)
Alex Lam S.L
fixes #4269
2020-11-08
support computed property name in object literal (#4268)
Alex Lam S.L
2020-11-08
fix corner case in `inline` (#4266)
Alex Lam S.L
fixes #4265
[next]