aboutsummaryrefslogtreecommitdiff
path: root/lib/scope.js
AgeCommit message (Expand)Author
2020-12-30fix corner cases with `arguments` (#4481)...fixes #4480Alex Lam S.L
2020-12-27workaround v8 bug with labels (#4467)...closes #4466Alex Lam S.L
2020-12-20fix corner case with destructuring `catch` (#4426)...fixes #4425Alex Lam S.L
2020-12-20fix corner case with destructuring `catch` (#4421)...fixes #4420Alex Lam S.L
2020-12-19fix corner case in `reduce_vars` & `unused` (#4414)...fixes #4413Alex Lam S.L
2020-12-18fix corner case in `arguments` (#4398)...fixes #4397Alex Lam S.L
2020-12-17support arrow function (#4385)Alex Lam S.L
2020-12-10fix corner case in `loops` & `unused` (#4356)...fixes #4355Alex Lam S.L
2020-12-07fix corner case in `evaluate` (#4341)...fixes #4340Alex Lam S.L
2020-12-07support async function (#4333)Alex Lam S.L
2020-11-21workaround Safari quirks (#4314)...fixes #1753Alex Lam S.L
2020-11-21fix corner case in `mangle` (#4311)Alex Lam S.L
2020-11-18fix corner case in `arguments` (#4293)...fixes #4291Alex Lam S.L
2020-11-17support destructured literals (#4278)Alex Lam S.L
2020-10-20fix corner case in `ie8` (#4232)...fixes #4231Alex Lam S.L
2020-10-20fix corner case in `ie8` (#4230)...fixes #4229Alex Lam S.L
2020-10-19support `let` (#4227)Alex Lam S.L
2020-10-13fix corner case in `reduce_vars` (#4211)...fixes #4210Alex Lam S.L
2020-10-12fix corner case in `ie8` & `mangle` (#4196)...fixes #4195Alex Lam S.L
2020-10-12fix corner case in `functions` (#4192)...fixes #4191Alex Lam S.L
2020-10-12support `const` (#4190)Alex Lam S.L
2020-10-07fix corner case in `reduce_vars` (#4189)...fixes #4188Alex 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)...- support optional catch bindingAlex Lam S.L
2020-10-04fix corner case in `mangle` (#4174)Alex Lam S.L
2020-10-03fix corner cases of `catch` variable inlining (#4169)Alex Lam S.L
2020-10-02retrofit `catch` as block-scoped (#4165)Alex Lam S.L
2020-09-23minor clean up (#4149)Alex Lam S.L
2020-09-15introduce `merge_vars` (#4100)Alex Lam S.L
2020-08-24tidy up various interfaces (#4066)Alex Lam S.L
2020-08-23simplify traversal logic (#4063)Alex Lam S.L
2020-07-21fix corner case in `ie8` (#4016)...fixes #4015Alex Lam S.L
2020-06-15fix corner case in `rename` (#4000)...fixes #3999Alex Lam S.L
2020-05-05update links to repository after rename (#3847)Alex Lam S.L
2020-04-24improve `compress` (#3814)...- avoid identifier overflow through consecutive API calls - simplify `reduce_vars` - enhance `unsafe` `evaluate`Alex Lam S.L
2020-04-11improve handling of `eval` (#3776)...closes #3768Alex Lam S.L
2020-03-21fix corner case in `evaluate` & `ie8` (#3751)...fixes #3750Alex Lam S.L
2019-12-28workaround firefox asm.js quirks (#3650)...fixes #3636Alex Lam S.L
2019-10-24fix corner case in `ie8` & `mangle` (#3524)...fixes #3523Alex Lam S.L
2019-10-22fix corner case in `reduce_vars` (#3510)...fixes #3509Alex Lam S.L
2019-10-16fix corner case in `ie8` (#3487)...fixes #3486Alex Lam S.L
2019-10-16fix corner cases in `ie8` (#3485)...fixes #3484Alex Lam S.L
2019-10-16fix corner case in `evaluate` & `ie8` (#3483)...fixes #3482Alex Lam S.L
2019-10-15fix corner case in `rename` (#3481)...fixes #3480Alex Lam S.L
2019-10-15fix corner case in `ie8` & `mangle` (#3479)...fixes #3478Alex Lam S.L
2019-10-15fix corner case in `ie8` & `mangle` (#3476)...fixes #3475Alex Lam S.L
2019-10-15fix corner case in `ie8` & `rename` (#3474)...fixes #3473Alex Lam S.L
2019-10-14fix corner case with `collapse_vars` & `ie8` (#3469)...fixes #3468Alex Lam S.L
2019-04-18fix corner case in `functions` (#3365)...fixes #3364Alex Lam S.L
2019-04-17reduce test exports (#3361)Alex Lam S.L