1.6.0 • Published 2 years ago

@rsql/parser v1.6.0

Weekly downloads
583
License
MIT
Repository
github
Last release
2 years ago

@rsql/parser

RSQL parser for Node.js and Browsers

npm lerna code style: prettier commitizen friendly tested with jest auto release

Installation

# with npm
npm install --save @rsql/parser

# with yarn
yarn add @rsql/parser

API

parse(source: string): ExpressionNode

Parses RSQL string and returns Abstract Syntax Tree. It can throw the following errors:

  • TypeError - in the case of invalid argument type passed to the parse function
  • SyntaxError - in the case of any problems encountered during parsing

License

MIT

1.6.0

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.3.3

3 years ago

1.4.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1-next.3

5 years ago

0.0.1-next.2

5 years ago

0.0.1-next.1

5 years ago

0.0.1-next.0

5 years ago