esquery icon indicating copy to clipboard operation
esquery copied to clipboard

ECMAScript AST query library.

Results 47 esquery issues
Sort by recently updated
recently updated
newest added

Update regex grammar for the special character Now it does not support regex `/\//`

- npm: Update estraverse (minor) and devDeps; switch from non-maintained `rollup-plugin-babel` to `@rollup/plugin-babel` The build file needs updating, so I figured we might also ensure the build environment is up...

Current subject indicator implementation is very buggy, see e.g. #60. This rewrites queries that include subject indicators so that `:has` selectors are used instead. So e.g. the AST for: ```CSS...

I can't believe grouping is missed in examples 😄 Context: https://github.com/babel/babel/pull/11748#discussion_r446394425

We have come across a few use cases in `eslint-plugin-jsdoc` for allowing users to provide their own esquery contexts to indicate language features where comment blocks should apply. For one...

It'd be great if there was release notes for this project. As a user, it's hard to parse all of the commit messages in the history to determine what's actually...

As described in https://github.com/estools/esquery/pull/61 I added the tests for `root` an `scope`. Tell me If I need to add more tests. I also addded a specific test for the use...

I've got some code that repeatedly calls `esquery.query()` with the same selector. Obviously this can be quite slow, but instead of rewriting it all I figured it might be worth...

Esquery is a great module which I love to use. However, unfortunately one was not able to use it with code which includes JSX-Expressions because the "normal" estraverse module is...