-
Notifications
You must be signed in to change notification settings - Fork 16
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
Kaffeine chokes on some return statements #22
Comments
Yep that's a bug. Easy to fix luckily Tapped on my fone On 16 Apr 2011, at 18:09, felixge
|
please let me know with any other return statements that don't work as expected ... |
I think what I need to do here is create the concept of operators such as unary
binary
|
for the moment I've pushed an easy fix for this - you suggested there was some other cases where it choked? |
I have the same problem with instanceof. For example:
Produces the same issues. |
I've pushed a fix for this - also fixes the problem with the regexs |
Kaffeine chockes on return statements like this:
The output I get is:
The problem goes way when changing my line to:
But since my code was valid JS to begin with, I think this is probably a bug.
The text was updated successfully, but these errors were encountered: