Package Exports
- jql-parser
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 (jql-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
JQL parser
- Validating queries
Changelog
Version | Feature |
---|---|
0.0.5 | fix expression ending which allowed an extra string |
0.0.4 | split list from logic operators, parenthesis in two contexts |
0.0.3 | include built type defs properly in package.json |
0.0.1 | parse returns true if query has a valid syntax |
? | normalize query / check equivalency (Hash and order Tokens) |
? | show errors position |