aboutsummaryrefslogtreecommitdiff
path: root/test/compress/dead-code.js
AgeCommit message (Expand)Author
2017-12-01improve compression of `if` conditions (#2544)Alex Lam S.L
2017-12-01improve compression of loop conditions (#2543)Alex Lam S.L
2017-11-11implement compress option `reduce_funcs` (#2466)...Alex Lam S.L
2017-09-07extend `unsafe` on pure global functions (#2303)Alex Lam S.L
2017-09-07add `Date` and other known globals to `unsafe` compress option (#2302)kzc
2017-07-15drop `unused` builtin globals under `unsafe` (#2236)...Alex Lam S.L
2017-05-27extend `node_version` range on applicable tests (#2015)Alex Lam S.L
2017-05-26fix `dead_code` on block-scoped `function` under "use strict" (#2006)...Alex Lam S.L
2017-05-14fix bugs with getter/setter (#1926)...Alex Lam S.L
2017-05-12remove support for `const` (#1910)...Alex Lam S.L
2017-03-30optimize try-catch-finally (#1731)...Alex Lam S.L
2017-03-19make `expect_stdout` work on Node.js 0.12 (#1623)...Alex Lam S.L
2017-03-07avoid substitution of global variables (#1557)...Alex Lam S.L
2017-02-28warn & drop `#__PURE__` iff IIFE is dropped (#1511)...Alex Lam S.L
2017-02-24enable `collapse_vars` & `reduce_vars` by default...alexlamsl
2017-02-21Add .gitattributes to checkout lf eol style...Anthony Van de Gejuchte
2016-01-20Tighten up @const regex.Samuel Reed
2016-01-20Use TreeWalker for more accurate @const results and update testsSamuel Reed
2016-01-19Mark vars with /** @const */ pragma as consts so they can be eliminated....Samuel Reed
2015-02-11Clean up unit test breakage...Richard van Velzen
2012-09-07always keep declarations found in unreachable code...Mihai Bazon
2012-08-27minorMihai Bazon
2012-08-22wrote more of the compressor and added some testsMihai Bazon