aboutsummaryrefslogtreecommitdiff
path: root/test/compress/functions.js
AgeCommit message (Expand)Author
2019-12-02fix corner cases in `keep_fargs` & `unused` (#3618)Alex Lam S.L
2019-12-01enhance `unused` (#3617)Alex Lam S.L
2019-11-29fix corner case in parsing directives (#3615)Alex Lam S.L
2019-11-27fix corner case in `inline` (#3608)Alex Lam S.L
2019-11-26inline functions with directives more effectively (#3604)Alex Lam S.L
2019-11-18fix corner case in `inline` (#3595)Alex Lam S.L
2019-11-17fix corner case in `reduce_funcs` (#3592)Alex Lam S.L
2019-11-13enhance `unused` (#3584)Alex Lam S.L
2019-11-13enhance `evaluate` & `inline` (#3580)Alex Lam S.L
2019-11-02more tests for #3562 (#3565)Alex Lam S.L
2019-10-23fix corner case in `side_effects` (#3514)...fixes #3512Alex Lam S.L
2019-10-22fix corner cases in `inline` (#3507)...fixes #3506Alex Lam S.L
2019-10-15fix corner case in `ie8` & `rename` (#3474)...fixes #3473Alex Lam S.L
2019-10-06handle function/variable name collisions correctly (#3451)...fixes #3439Alex Lam S.L
2019-10-06fix variable scope determination (#3449)...fixes #3444Alex Lam S.L
2019-05-11fix corner case in `functions` (#3403)...fixes #3402Alex Lam S.L
2019-05-10fix corner case in `inline` (#3401)...fixes #3400Alex Lam S.L
2019-04-21unwind IIFE class patterns (#3373)...fixes #2332Alex Lam S.L
2019-04-21fix corner cases in `functions` (#3372)...fixes #3371Alex Lam S.L
2019-04-19enhance `functions` (#3368)Alex Lam S.L
2019-04-19fix corner case in `functions` (#3367)...fixes #3366Alex Lam S.L
2019-04-18fix corner case in `functions` (#3365)...fixes #3364Alex Lam S.L
2019-04-15introduce `functions` (#3360)...`var f = function() {};` => `function f() {}`Alex Lam S.L
2019-03-21enhance `inline` (#3352)Alex Lam S.L
2019-03-18introduce `assignments` (#3345)Alex Lam S.L
2019-03-17fix corner case in `inline` (#3343)Alex Lam S.L
2019-03-15fix function inlining after `reduce_vars` (#3340)...fixes #3297Alex Lam S.L
2019-03-14fix corner case in `collapse_vars` (#3334)...fixes #3274Alex Lam S.L
2018-08-08clean up webkit quirks (#3229)Alex Lam S.L
2018-07-01fix corner case in `unused`alexlamsl
2018-06-28implement `directives` (#3203)...fixes #3166Alex Lam S.L
2018-06-06general clean-ups (#3175)Alex Lam S.L
2018-05-07fix various corner cases (#3126)...- augment ufuzz/reminify test options fixes #3125Alex Lam S.L
2018-04-11fix `inline` of `catch`-scoped variables (#3077)...fixes #3076Alex Lam S.L
2018-04-06fix AST corruption during `inline` of simple `return` (#3056)...fixes #3054Alex Lam S.L
2018-03-23fix nested `inline` within loop (#3019)...fixes #3018Alex Lam S.L
2018-03-22fix corner case in `inline` (#3017)...fixes #3016Alex Lam S.L
2018-02-26drop lone "use strict" in function body (#2963)...fixes #2961Alex Lam S.L
2018-02-25deduplicate parenthesis around object and function literals (#2953)Alex Lam S.L
2018-02-17improve `inline` efficiency (#2924)Alex Lam S.L
2018-02-13collapse within unary expressions (#2910)Alex Lam S.L
2018-02-09fix AST corruption due to `collapse_vars` & `inline` (#2899)...fixes #2898Alex Lam S.L
2018-01-19enable `unsafe` for `test/ufuzz.js` (#2819)...- introduce `unsafe_undefined` - safer `.toString()` compression Miscellaneous - rename `unsafe_Function`Alex Lam S.L
2018-01-15avoid double counting within single-use functions (#2785)...fixes #2783Alex Lam S.L
2018-01-07fix recursive function `inline` (#2738)...fixes #2737Alex Lam S.L
2018-01-04fix corner case in `inline` (#2720)Alex Lam S.L
2018-01-04forbid block-scoped `AST_Defun` in strict mode (#2718)Alex Lam S.L
2018-01-04extend `inline` (#2714)...- compress `function` with variables within loops - restrict to `AST_Var` for better compatibility with ES6+Alex Lam S.L
2018-01-04apply `collapse_vars` to loop conditions (#2712)Alex Lam S.L
2018-01-03inline functions with `AST_Var` (#2688)Alex Lam S.L