-
-
Notifications
You must be signed in to change notification settings - Fork 84
"every key"
and "every value"
modifiers are broken for html
#591
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
Comments
It looks like the match for each is too permissive and not traversing to the proper level here before returning. In the debugger, adding an extra
|
Interesting. Any ideas for an easy way to fix this one? Fwiw @wenkokke is working on a more sophisticated version of our pattern language so that we can specify both the node we're looking for and its parent for "each". That's going to be a bit more work, so if you have an idea for an easy fix here in the meantime lmk |
Sounds super cool. I need to look at it a bit more. I think this might be a generalized problem with What is happening is that most languages have the key/value defined as fields of a I think the issue with html is that we want to select |
Right yeah my guess is that a lot of these "every" bugs are due to needing to iterate grandchildren rather than children |
I think the idea will be to address this one using #616 |
This works fine today |
Neither
"clear every key fine"
nor"clear every value fine"
work as expectedThe text was updated successfully, but these errors were encountered: