node/tools/eslint/node_modules/esquery
Rich Trott 31f572c3ea
tools: update to ESLint 4.3.0
PR-URL: https://github.com/nodejs/node/pull/14417
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2017-09-05 12:50:01 -04:00
..
esquery.js
license.txt
package.json tools: update to ESLint 4.3.0 2017-09-05 12:50:01 -04:00
parser.js tools: update ESLint to 4.2.0 2017-09-05 12:49:53 -04:00
README.md tools: update ESLint to 4.2.0 2017-09-05 12:49:53 -04:00

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