Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-16 | fix corner case in `functions` (#4789) | Alex Lam S.L | |
fixes #4788 | |||
2021-03-06 | fix corner case in `hoist_vars` (#4739) | Alex Lam S.L | |
fixes #4736 | |||
2021-01-07 | fix corner case in `hoist_vars` (#4518) | Alex Lam S.L | |
fixes #4517 | |||
2021-01-01 | fix corner case in `reduce_vars` (#4490) | Alex Lam S.L | |
fixes #4489 | |||
2021-01-01 | fix corner case in `functions` (#4488) | Alex Lam S.L | |
fixes #4487 | |||
2020-12-29 | expand test options (#4475) | Alex Lam S.L | |
- fix corner cases in `hoist_vars` & `keep_fnames` | |||
2017-09-03 | correctly count declarations after `hoist_vars` (#2297) | Alex Lam S.L | |
fixes #2295 | |||
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 |