aboutsummaryrefslogtreecommitdiff
path: root/lib/compress.js
AgeCommit message (Collapse)Author
2020-11-11fix corner case in `evaluate` (#4272)Alex Lam S.L
fixes #4271
2020-11-09fix corner case in `objects` (#4270)Alex Lam S.L
fixes #4269
2020-11-08support computed property name in object literal (#4268)Alex Lam S.L
2020-11-08fix corner case in `inline` (#4266)Alex Lam S.L
fixes #4265
2020-11-07fix corner case in `reduce_vars` (#4262)Alex Lam S.L
fixes #4261
2020-11-06fix corner case in `functions` (#4260)Alex Lam S.L
fixes #4259
2020-11-02fix corner case in `merge_vars` (#4258)Alex Lam S.L
fixes #4257
2020-11-01fix corner case in `merge_vars` (#4256)Alex Lam S.L
fixes #4255
2020-11-01fix corner case in `merge_vars` (#4254)Alex Lam S.L
fixes #4253
2020-10-30fix corner case in `ie8` (#4251)Alex Lam S.L
fixes #4250
2020-10-30fix corner cases in `collapse_vars` (#4249)Alex Lam S.L
fixes #4248
2020-10-27improve warnings (#4247)Alex Lam S.L
closes #4244
2020-10-26fix corner case in `booleans` (#4246)Alex Lam S.L
fixes #4245
2020-10-24fix corner case in `collapse_vars` (#4243)Alex Lam S.L
fixes #4242
2020-10-24fix corner case in `loops` & `unused` (#4241)Alex Lam S.L
fixes #4240
2020-10-24fix corner case in `merge_vars` (#4238)Alex Lam S.L
fixes #4237
2020-10-22fix corner case in `unused` (#4236)Alex Lam S.L
fixes #4235
2020-10-22fix corner case in `functions` (#4234)Alex Lam S.L
fixes #4233
2020-10-20fix corner case in `ie8` (#4232)Alex Lam S.L
fixes #4231
2020-10-19support `let` (#4227)Alex Lam S.L
2020-10-18fix corner case in `side_effects` (#4226)Alex Lam S.L
fixes #4225
2020-10-15fix corner case in `inline` (#4223)Alex Lam S.L
fixes #4222
2020-10-14fix corner cases in `braces` & `sequences` (#4221)Alex Lam S.L
fixes #4220
2020-10-14fix corner case in `reduce_vars` (#4219)Alex Lam S.L
fixes #4218
2020-10-14fix corner case in `collapse_vars` (#4217)Alex Lam S.L
fixes #4216
2020-10-14fix corner case in `evaluate` (#4215)Alex Lam S.L
fixes #4214
2020-10-14fix corner cases in `dead_code` & `reduce_vars` (#4213)Alex Lam S.L
fixes #4212
2020-10-13fix corner case in `reduce_vars` (#4211)Alex Lam S.L
fixes #4210
2020-10-13restore `inline` functionality disabled by #4204 (#4209)Alex Lam S.L
2020-10-13fix corner case in `reduce_vars` & `unused` (#4208)Alex Lam S.L
fixes #4207
2020-10-13fix corner case in `collapse_vars` (#4206)Alex Lam S.L
fixes #4205
2020-10-12fix corner case in `inilne` (#4204)Alex Lam S.L
fixes #4202
2020-10-12fix corner case in `arguments` (#4201)Alex Lam S.L
fixes #4200
2020-10-12fix corner case in `reduce_vars` (#4203)Alex Lam S.L
fixes #4198
2020-10-12fix corner case in `collapse_vars` (#4199)Alex Lam S.L
fixes #4197
2020-10-12fix corner case in `dead_code` (#4194)Alex Lam S.L
fixes #4193
2020-10-12fix corner case in `functions` (#4192)Alex Lam S.L
fixes #4191
2020-10-12support `const` (#4190)Alex Lam S.L
2020-10-07fix corner case in `reduce_vars` (#4189)Alex Lam S.L
fixes #4188
2020-10-06fix corner case in `ie8` (#4187)Alex Lam S.L
fixes #4186
2020-10-05fix corner case in `unused` (#4185)Alex Lam S.L
fixes #4184
2020-10-05fix corner case in `loops` (#4183)Alex Lam S.L
fixes #4182
2020-10-05enhance `conditionals` (#4181)Alex Lam S.L
2020-10-05enhance `loops` (#4180)Alex Lam S.L
2020-10-05clean up scope-related variables (#4179)Alex Lam S.L
2020-10-05retrofit `try-catch-finally` as block-scoped (#4178)Alex Lam S.L
- support optional catch binding
2020-10-05retrofit `AST_BlockStatement` as block-scoped (#4177)Alex Lam S.L
2020-10-04enhance `side_effects` (#4175)Alex Lam S.L
2020-10-03workaround quirks on latter specs (#4172)Alex Lam S.L
closes #4171
2020-10-03fix corner case in `merge_vars` (#4170)Alex Lam S.L
fixes #4168