Skip to content

Commit 3c09f70

Browse files
authored
Merge pull request #17502 from github/aibaars/rust-extract-ast
Rust: ast-based extractor
2 parents 919a900 + 3aa47a3 commit 3c09f70

File tree

1,047 files changed

+34729
-11396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,047 files changed

+34729
-11396
lines changed

Cargo.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ members = [
77
"ruby/extractor",
88
"rust/extractor",
99
"rust/extractor/macros",
10+
"rust/generate-schema",
1011
]
1112

1213
[patch.crates-io]

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ r.from_cargo(
6161
"//ruby/extractor:Cargo.toml",
6262
"//rust/extractor:Cargo.toml",
6363
"//rust/extractor/macros:Cargo.toml",
64+
"//rust/generate-schema:Cargo.toml",
6465
"//shared/tree-sitter-extractor:Cargo.toml",
6566
],
6667
)

rust/extractor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ra_ap_paths = "0.0.232"
1818
ra_ap_project_model = "0.0.232"
1919
ra_ap_syntax = "0.0.232"
2020
ra_ap_vfs = "0.0.232"
21+
ra_ap_parser = "0.0.232"
2122
serde = "1.0.209"
2223
serde_with = "3.9.0"
2324
stderrlog = "0.6.0"

rust/extractor/src/generated/.generated.list

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)