-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue with re-assigning exported local variable after declaration. #130
Comments
Ah, yep, I think I see the problem. Thinking out loud: it's trying to avoid doing more |
I believe the expected output should include two |
@eventualbuddha - OK, I definitely defer that to y'all. My main issue is that there is no |
Have opened #131, which fixes this but changes the approach slightly. Previously, esperanto would keep track of any assignments to exported bindings, so that it didn't need the final The one exception to this is when Does that sound right to everyone? |
ensure bindings are always exported (#130)
Released in 0.6.23 |
Input:
Output:
This causes some issues in Ember, and we have locked Esperanto down to 0.6.17 temporarily (in emberjs/ember.js#10751).
The text was updated successfully, but these errors were encountered: