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

Differently formatted JavaScript won't work! #22

Closed
gfwilliams opened this issue Jan 24, 2014 · 2 comments
Closed

Differently formatted JavaScript won't work! #22

gfwilliams opened this issue Jan 24, 2014 · 2 comments

Comments

@gfwilliams
Copy link
Member

If you write:

function foo()
{
}

in the right-hand side, it won't work! We need to fix this with some regex's.

@gfwilliams
Copy link
Member Author

Maybe more of an issue with:

if (false)
  console.log("No!");

@gfwilliams
Copy link
Member Author

Fixed in v35 - at least for common cases of function,do,while,if,=

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

No branches or pull requests

1 participant