esquery
esquery copied to clipboard
Add support for css4 style reference combinators or something similar
CSS4 defines something called a reference combinator which allows for matching attributes between nodes. It would be a very expensive combinator but could be very useful for things like checking for identifiers which have not been declared earlier. I think it would need to be more generic than the one defined in CSS4 to be very useful.