Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-01 | fix corner case in `unused` | alexlamsl | |
2017-02-21 | Add .gitattributes to checkout lf eol style | Anthony Van de Gejuchte | |
closes #1487 | |||
2017-02-21 | fix duplicated test names | alexlamsl | |
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 | |||
2015-01-31 | Drop all `console` statements properly | Richard van Velzen | |
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 |