Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-19 | make `expect_stdout` work on Node.js 0.12 (#1623) | Alex Lam S.L | |
That particular version of Node.js has messed up error messages, so provide a version-specific workaround. Also fixed an formatting issue which would cause `expect_stdout` to fail if error message contains excerpts of input. Apply `expect_stdout` to more applicable tests. | |||
2017-03-05 | fix a corner case in #1530 (#1552) | Alex Lam S.L | |
2017-03-03 | process code with implicit return statement (#1522) | Alex Lam S.L | |
Bookmarklet for instance implicitedly assumes a "completion value" without using `return`. The `expression` option now supports such use cases. Optimisations on IIFEs also enhanced. fixes #354 fixes #543 fixes #625 fixes #628 fixes #640 closes #1293 | |||
2017-03-02 | optimize trivial IIFEs returning constants (#1530) | kzc | |
2017-01-19 | Add preventive test involving non-ascii function identifiers | Anthony Van de Gejuchte | |