aboutsummaryrefslogtreecommitdiff
path: root/test/compress/drop-console.js
AgeCommit message (Expand)Author
2018-07-01fix corner case in `unused`alexlamsl
2017-02-21Add .gitattributes to checkout lf eol style...closes #1487 Anthony Van de Gejuchte
2017-02-21fix duplicated test names...previously test cases with the same name would be skipped except for the last one `test/run-test.js` will now report duplicated names as errors closes #1461 alexlamsl
2015-01-31Drop all `console` statements properly...Because the base reference can be an member expression as well, we have to dig a bit deeper to find the leftmost base reference. Fixes #451 Richard van Velzen