Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for block scoping #455

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidnormo
Copy link

An attempt to resolve #154

@davidnormo
Copy link
Author

@benjamn the failing tests relate to the catch block bindings no longer being hoisted. My changes have not covered hoisting because the ECMA specs talk about hoisting as a runtime behaviour. Is that right? Or do I need to cover var hoisting in all blocks?

@davidnormo
Copy link
Author

@benjamn sorry to ping you again. Let me know what you think when you get time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

path.scope not accurate for const and let
1 participant