fix: remove tree-sitter-go to resolve peer dependency conflict

- tree-sitter-go@0.23.4 peer depends on tree-sitter@^0.21.1
- Conflicts with tree-sitter@0.22.4 used by tree-sitter-python
- Go AST already falls back to generic export/deps extraction
- Add .npmrc with legacy-peer-deps=true as safety net
- npm install --omit=dev now works cleanly
This commit is contained in:
2026-06-10 16:04:33 +02:00
parent dbde651a2a
commit 6f13c66dae
4 changed files with 28 additions and 32 deletions
+1
View File
@@ -0,0 +1 @@
legacy-peer-deps=true