JSPM

search-expression-parser

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 223
  • Score
    100M100P100Q85805F
  • License MIT

Parse ((possibly) nested) search expressions

Package Exports

  • search-expression-parser

Readme

Logo

Parse ((possibly) nested) search expressions

search-expression-parser turns search expressions like this:

is:archived AND (tag:production OR tag:dev AND NOT author:"John Doe")

...into an easily processable tree structure.

Visit the docs to learn more!