Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-29 | better fix for #512 & #2010 (#2019) | Alex Lam S.L | |
- remove duplicated functionalities - fix similar issue with `else` | |||
2017-05-27 | fix `if_return` on `AST_Defun` (#2010) | Alex Lam S.L | |
Previous fiix for #1052 perturbs declaration order of functions which leads to incorrect behaviour under "use strict". | |||
2016-04-26 | Add test cases for slightly more esoteric cases | Richard van Velzen | |
2016-04-26 | Add test case for hoisting a single function | Richard van Velzen | |
2016-04-23 | Hoist functions when reversing if (x) return; ... vs. if (!x) ... | Richard van Velzen | |
Fixes #1052 |