aboutsummaryrefslogtreecommitdiff
path: root/test/
js/log/test/compress/issue-1656.js?h=templatifyjs&id=9306da3c58831fabc93dfae6a7ea4f45d42183d4&showmsg=1'>Expand)Author 2017-04-16fix variable substitution (#1816)...- let `collapse_vars` take care of value containing any symbols - improve overhead accountingAlex Lam S.L 2017-03-25fix invalid `AST_For.init` (#1657)...Turns out the only place in `Compressor` which can generate invalid `AST_For.init` is within `drop_unused()`, so focus the fix-up efforts. supercedes #1652 fixes #1656Alex Lam S.L