-
Notifications
You must be signed in to change notification settings - Fork 27
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
Current #HEAD bad compiles @foo #30
Comments
Looks like it could be from this line: 2134700c2d#diff-097a81dfc786f3a3aa0d594b496ea92bR217. That is probably due to a bad merge from CoffeeScriptRedux. I don't have time to look at this until later, do you have a minute to see if that fixes it? |
It actually appears to be this line: 6b0fa13#diff-097a81dfc786f3a3aa0d594b496ea92bR647 If I remove that /contextVar it starts working properly again. I don't have enough pegjs expertise to try to write a test case or anything, but hopefully this helps. |
Do you have time to create a PR that removes that line? |
Hi there, current head compiles this:
@bar.contains(@foo)
toget$(this, 'bar').contains(this.foo);
. It should beget$(this, 'bar').contains(get$(this, 'foo'));
The text was updated successfully, but these errors were encountered: