Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows variables that evaluate to falsy to be returned (#23)
The current code skips particular scopes that have a variable defined when the variable is falsy. This is no good as legitimate values such as empty string and boolean 'false' are then skipped and end up being set to undefined.
- Loading branch information