Skip to content

Commit 6b2e884

Browse files
committed
Rename shared extractor
It is now called `tree-sitter-extractor`, to make it clearer that it builds on tree-sitter grammars.
1 parent 2b6cbc8 commit 6b2e884

File tree

17 files changed

+3
-3
lines changed

17 files changed

+3
-3
lines changed

ql/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ tracing = "0.1"
1818
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
1919
rayon = "1.7.0"
2020
regex = "1.7.2"
21-
codeql-extractor = { path = "../../shared/extractor" }
21+
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

ruby/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ rayon = "1.5.0"
1717
regex = "1.7.1"
1818
encoding = "0.2"
1919
lazy_static = "1.4.0"
20-
codeql-extractor = { path = "../../shared/extractor" }
20+
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

ruby/extractor/Cross.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ image = "centos/devtoolset-7-toolchain-centos7"
55
# Provide the path to the shared extractor
66
# Cross mounts this directory as a volume, so builds inside the docker container
77
# can see it.
8-
volumes = ["__CODEQL-EXTRACTOR=../../shared/extractor"]
8+
volumes = ["__CODEQL-EXTRACTOR=../../shared/tree-sitter-extractor"]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)