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

JS compression creates SyntaxError #321

Closed
fletom opened this issue Oct 5, 2012 · 1 comment
Closed

JS compression creates SyntaxError #321

fletom opened this issue Oct 5, 2012 · 1 comment

Comments

@fletom
Copy link

fletom commented Oct 5, 2012

The expression a+ +b – addition of a and +b (unary plus) – gets compressed to a++b, which is invalid syntax.

@diox diox closed this as completed in 48d9e4b Oct 8, 2012
@diox
Copy link
Member

diox commented Oct 8, 2012

Thanks, this should be fixed in develop.

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

No branches or pull requests

2 participants