-
Notifications
You must be signed in to change notification settings - Fork 11
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
implement filter expressions on bind/@ref #125
Labels
bug
Something isn't working
Comments
This is just not yet implemented |
JoernT
changed the title
investigate filter expressions on bind/@ref
implement filter expressions on bind/@ref
Jun 10, 2022
Here's a bug in DependencyNotifyingDOMFacade still not returning anything when fed with something like complete example:
However it should return a ref for 'b'. |
Correct, it should have. Assuming the first part of the selector matches,
the ref for `b` should also be there. I'll check this out and get back to
you.
|
related #164 |
@DrRataplan if you got the time could you have a look? Like to fix that for 2.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
filters the 'node' by an item and should create a dependency in the graph. However the 'ref' expression is not analyzed yet to pick those up. This will need some testing and fixing
The text was updated successfully, but these errors were encountered: