mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
feat: add analyze platform extension with tree-sitter AST parsing (#7542)
This commit is contained in:
parent
bec0f580c6
commit
16be0cc81d
11 changed files with 2463 additions and 18 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -69,6 +69,17 @@ opentelemetry-appender-tracing = "0.31"
|
|||
opentelemetry-stdout = { version = "0.31", features = ["trace", "metrics", "logs"] }
|
||||
tracing-opentelemetry = "0.32"
|
||||
|
||||
rayon = "1.10"
|
||||
tree-sitter = "0.26"
|
||||
tree-sitter-go = "0.25"
|
||||
tree-sitter-java = "0.23"
|
||||
tree-sitter-javascript = "0.25"
|
||||
tree-sitter-kotlin-ng = "1.1"
|
||||
tree-sitter-python = "0.25"
|
||||
tree-sitter-ruby = "0.23"
|
||||
tree-sitter-rust = "0.24"
|
||||
tree-sitter-swift = "0.7"
|
||||
tree-sitter-typescript = "0.23"
|
||||
|
||||
[patch.crates-io]
|
||||
v8 = { path = "vendor/v8" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue