Skip to content

Commit

Permalink
fix: add missing ParenthesizedExpressionToken export
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 6, 2023
1 parent 5bf2b5f commit 111b640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Liqe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ export {
ExpressionToken,
FieldToken,
Highlight,
LiqeQuery,
ImplicitBooleanOperatorToken,
ImplicitFieldToken,
LiqeQuery,
LiteralExpressionToken,
LogicalExpressionToken,
ParenthesizedExpressionToken,
ParserAst,
RangeExpressionToken,
RegexExpressionToken,
Expand Down

0 comments on commit 111b640

Please sign in to comment.