Skip to content

Commit 121c258

Browse files
search query parser
1 parent 523ece4 commit 121c258

File tree

6 files changed

+791
-21
lines changed

6 files changed

+791
-21
lines changed

pnpm-lock.yaml

+47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shared/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@
4444
"devDependencies": {
4545
"@types/lodash-es": "4.17.9",
4646
"@types/node": "22.10.7",
47+
"chevrotain": "^11.0.3",
4748
"rimraf": "^5.0.5",
4849
"ts-essentials": "^9.4.2",
4950
"tsup": "^8.0.2",
5051
"typescript": "^5.3.3",
5152
"vitest": "^3.0.3"
5253
},
5354
"peerDependencies": {
55+
"chevrotain": "^11.0.3",
5456
"ts-pattern": "^5.4.0"
5557
}
5658
}

0 commit comments

Comments
 (0)