ESQuery is a library for querying the AST output by Esprima for patterns of syntax using a CSS style selector system. (Evacuated from Microsoft Github)

anonymous 27834d6169 typo vor 5 Jahren
debian 27834d6169 typo vor 5 Jahren
tests 66d325d362 Fixes #58: check attribute type before matching against a regexp (#62) vor 6 Jahren
.gitignore 6031ae0b4f add make target for browser bundle vor 11 Jahren
.npmignore 3bccc49572 fixes #33: add .npmignore vor 10 Jahren
.travis.yml d1bafbf7db drop node 0.8 and 0.6 from travis vor 9 Jahren
Makefile 6031ae0b4f add make target for browser bundle vor 11 Jahren
README.md cde1a0a53f fix travis-ci badge vor 10 Jahren
esquery.js 66d325d362 Fixes #58: check attribute type before matching against a regexp (#62) vor 6 Jahren
grammar.pegjs 334525423f Added :has() pseudo-selector to grammar. vor 7 Jahren
license.txt 276071c889 Initial version of ESQuery. Support parsing of selectors and querying vor 11 Jahren
package.json 1853a6fbaf Version 1.0.1 vor 6 Jahren
parser.js 334525423f Added :has() pseudo-selector to grammar. vor 7 Jahren
testRunner.html 099d9968ae Add support for attribute value type comparison. vor 11 Jahren

README.md

ESQuery is a library for querying the AST output by Esprima for patterns of syntax using a CSS style selector system. Check out the demo:

demo

The following selectors are supported:

Build Status