Creating Node AST Tool. (#756)

This commit is contained in:
matt korwel
2025-06-07 12:07:58 -07:00
committed by GitHub
parent 28ff62e7b1
commit f1a4e5d4d3
6 changed files with 1348 additions and 1 deletions

View File

@@ -29,6 +29,13 @@
"minimatch": "^10.0.0",
"shell-quote": "^1.8.2",
"strip-ansi": "^7.1.0",
"tree-sitter": "^0.21.0",
"tree-sitter-c-sharp": "^0.21.0",
"tree-sitter-go": "^0.21.0",
"tree-sitter-java": "^0.21.0",
"tree-sitter-python": "^0.21.0",
"tree-sitter-rust": "^0.21.0",
"tree-sitter-typescript": "^0.21.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/sdk-node": "^0.52.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.52.0",