Reunan Le noc

Results 17 comments of Reunan Le noc

It's seems that a new matcher is needed in this file: https://github.com/phenomnomnominal/tsquery/blob/07baf37ae41ee00afc628f78325066a56375460b/src/matchers/index.ts#L1-L34

@petebacondarwin - Thanks for the advice !

I was trying to implement the [:root](https://drafts.csswg.org/selectors-4/#root-pseudo) and [:scope](https://drafts.csswg.org/selectors-4/#the-scope-pseudo) selector. I got `:root` working. But when I was working on implementing the `:scope` selector I didn't understand the differences between...

@petebacondarwin Thanks for the explanation So if we take this example: ```Typescript function a() { function b() { return 'bar'; } return 'foo'; }; ``` If I understood correctly: ######...

@phenomnomnominal you can now take a look at the PR #37 😃 @petebacondarwin I added your use cases in the PR, Thanks !

If `esquery` doesn't want to accept the pull request how should I do ?

I hope they will ! :), but it's been 15 days and nobody responded on the pull request. So I was wondering, At which point we need to consider it...