Skip to content

Commit

Permalink
refactor: remove solang and use tree-sitter for document-symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Jun 21, 2024
1 parent bb6ed14 commit 2c3a81e
Show file tree
Hide file tree
Showing 9 changed files with 456 additions and 582 deletions.
23 changes: 22 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ anyhow = "1.0.72"
similar = "2.2.1"
thiserror = "1.0.44"
dashmap = "5.5.0"
solang-parser = "0.3.1"
serde_json = "1.0.103"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
foundry-compilers = "0.8.0"
ropey = "1.6.1"
tree-sitter-solidity = "1.2.7"
tree-sitter = "0.20.10"
Loading

0 comments on commit 2c3a81e

Please sign in to comment.