fix: Move tree-sitter-pascal to optionalDependencies with pinned commit
Align with project convention: all tree-sitter grammars are optional. Pin to commit 042119e for reproducible builds (npm v0.0.1 is outdated and incompatible with Node.js v24 due to NAN bindings). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
425bfceea5
commit
2442c58932
Generated
+3
-2
@@ -15,8 +15,7 @@
|
|||||||
"commander": "^14.0.2",
|
"commander": "^14.0.2",
|
||||||
"figlet": "^1.8.0",
|
"figlet": "^1.8.0",
|
||||||
"picomatch": "^4.0.3",
|
"picomatch": "^4.0.3",
|
||||||
"tree-sitter": "0.22.4",
|
"tree-sitter": "0.22.4"
|
||||||
"tree-sitter-pascal": "github:Isopod/tree-sitter-pascal"
|
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"codegraph": "dist/bin/codegraph.js"
|
"codegraph": "dist/bin/codegraph.js"
|
||||||
@@ -42,6 +41,7 @@
|
|||||||
"tree-sitter-java": "0.23.5",
|
"tree-sitter-java": "0.23.5",
|
||||||
"tree-sitter-javascript": "0.23.1",
|
"tree-sitter-javascript": "0.23.1",
|
||||||
"tree-sitter-kotlin": "0.3.8",
|
"tree-sitter-kotlin": "0.3.8",
|
||||||
|
"tree-sitter-pascal": "github:Isopod/tree-sitter-pascal#042119eca2e18a60e56317fb06ee3ba5c32cb447",
|
||||||
"tree-sitter-php": "0.23.11",
|
"tree-sitter-php": "0.23.11",
|
||||||
"tree-sitter-python": "0.23.4",
|
"tree-sitter-python": "0.23.4",
|
||||||
"tree-sitter-ruby": "0.23.1",
|
"tree-sitter-ruby": "0.23.1",
|
||||||
@@ -2587,6 +2587,7 @@
|
|||||||
"resolved": "git+ssh://git@github.com/Isopod/tree-sitter-pascal.git#042119eca2e18a60e56317fb06ee3ba5c32cb447",
|
"resolved": "git+ssh://git@github.com/Isopod/tree-sitter-pascal.git#042119eca2e18a60e56317fb06ee3ba5c32cb447",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-gyp-build": "^4.8.4"
|
"node-gyp-build": "^4.8.4"
|
||||||
},
|
},
|
||||||
|
|||||||
+2
-2
@@ -38,8 +38,7 @@
|
|||||||
"commander": "^14.0.2",
|
"commander": "^14.0.2",
|
||||||
"figlet": "^1.8.0",
|
"figlet": "^1.8.0",
|
||||||
"picomatch": "^4.0.3",
|
"picomatch": "^4.0.3",
|
||||||
"tree-sitter": "0.22.4",
|
"tree-sitter": "0.22.4"
|
||||||
"tree-sitter-pascal": "github:Isopod/tree-sitter-pascal"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/better-sqlite3": "^7.6.0",
|
"@types/better-sqlite3": "^7.6.0",
|
||||||
@@ -51,6 +50,7 @@
|
|||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@sengac/tree-sitter-dart": "1.1.6",
|
"@sengac/tree-sitter-dart": "1.1.6",
|
||||||
|
"tree-sitter-pascal": "github:Isopod/tree-sitter-pascal#042119eca2e18a60e56317fb06ee3ba5c32cb447",
|
||||||
"sqlite-vss": "^0.1.2",
|
"sqlite-vss": "^0.1.2",
|
||||||
"tree-sitter-c": "0.23.2",
|
"tree-sitter-c": "0.23.2",
|
||||||
"tree-sitter-c-sharp": "0.23.1",
|
"tree-sitter-c-sharp": "0.23.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user