Richard Silverton

Results 2 issues of Richard Silverton

As discussed [here](https://github.com/TanStack/query/discussions/3715) and [here](https://github.com/TanStack/query/discussions/3690), this allows the provision of a function as the `structuralSharing` value, which effectively acts as a replacement for `replaceEqualDeep`. This way, consumers can still achieve...

Fixes https://github.com/estools/esquery/issues/132, allowing users to write selectors with naked binary operators inside blocks, like `FunctionExpression:has(> [name="foo"])`. This is achieved in two steps: 1. Update to the Peg.js grammar. 2. Handling...