fix(deps): Install tree-sitter-kotlin for Kotlin ingestion

tree-sitter-kotlin was listed in gitnexus/package.json dependencies but
was not installed in node_modules because its native build step requires
Python 3, make, and g++ which are not available on Windows by default.

Running npm install downloads the prebuilt binary and resolves the
TS2307 error that caused the pre-commit typecheck hook to fail on every
commit touching the gitnexus/ package.

Refs GH-985
This commit is contained in:
Sparsh 2026-05-23 22:04:39 +05:30
parent 28768d9eaa
commit 9b04424ccd

View file

@ -39,6 +39,7 @@
"tree-sitter-go": "^0.23.0",
"tree-sitter-java": "^0.23.5",
"tree-sitter-javascript": "^0.23.0",
"tree-sitter-kotlin": "^0.3.8",
"tree-sitter-php": "^0.23.0",
"tree-sitter-python": "0.23.4",
"tree-sitter-ruby": "^0.23.1",