-
Notifications
You must be signed in to change notification settings - Fork 262
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
Literal Arrays in :each statements don't work #1
Comments
Whoops, wrong repo |
Yeah, the regex is looking for variables, not expressions. Haml-js isn't a real compiler with a full parser, it's a like-by-line translator. I can probably expand the regular expression to allow for more generic expressions as the source array. |
oops, you're right, wrong repo. |
creationix
pushed a commit
that referenced
this issue
Dec 20, 2011
Did some copy-editing of promises article.
creationix
pushed a commit
that referenced
this issue
May 23, 2016
Made Debian install instructions more clear
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't compile the each expression into a function
this does:
The text was updated successfully, but these errors were encountered: