aboutsummaryrefslogtreecommitdiff
path: root/test/compress/arrays.js
AgeCommit message (Expand)Author
2021-02-22fix corner cases in `reduce_vars` (#4674)Alex Lam S.L
2021-01-24support BigInt literals (#4583)Alex Lam S.L
2020-01-28fix corner case in string concatenations (#3692)...Alex Lam S.L
2019-03-20enhance `unsafe` for `Array` (#3349)Alex Lam S.L
2018-07-01fix corner case in `unused`alexlamsl
2017-11-11implement compress option `reduce_funcs` (#2466)...Alex Lam S.L
2017-10-27fix `reduce_vars` on `AST_Array.length` (#2404)Alex Lam S.L
2017-10-22fix `unsafe` escape analysis in `reduce_vars` (#2387)Alex Lam S.L
2017-02-21improve string concatenation...alexlamsl
2017-02-21fixes & improvements to [].join()...alexlamsl
2017-01-26update test (#1441)...Alex Lam S.L
2017-01-26augment evaluate to extract within objects (#1425)...Alex Lam S.L
2013-09-22More attempts to determine when addition is associative...Mihai Bazon
2013-09-22Actually let's move away those monsters from the evaluate function...Mihai Bazon
2013-09-22More dirty handling of [ ... ].join() in unsafe mode...Mihai Bazon
2013-09-22Evaluate [...].join() if possible: minor bugfix...Dan Wolff
2013-09-19When `unsafe` is set, evaluate [...].join() if possible...Mihai Bazon
2013-07-18Fix output for arrays whose last element is a hole: [1,,]...David Glasser
2013-01-17Fix output for arrays containing undefined values....David Glasser