Package Exports
- @npmcli/query
- @npmcli/query/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@npmcli/query) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@npmcli/query
Parser and tools for npm query.
parser(str)
The parser method receives a query string and parses that string using
postcss-selector-parser,
it then modifies the returned ast to include information that is then essential
to translate that structure into navigating
Arborist.