mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Tree-sitter: Bump to 0.22.6
This commit is contained in:
@@ -150,7 +150,7 @@ fn location_label(
|
||||
|
||||
/// Extracts the source file at `path`, which is assumed to be canonicalized.
|
||||
pub fn extract(
|
||||
language: Language,
|
||||
language: &Language,
|
||||
language_prefix: &str,
|
||||
schema: &NodeTypeMap,
|
||||
diagnostics_writer: &mut diagnostics::LogWriter,
|
||||
|
||||
@@ -137,7 +137,7 @@ impl Extractor {
|
||||
let lang = &self.languages[i];
|
||||
|
||||
crate::extractor::extract(
|
||||
lang.ts_language,
|
||||
&lang.ts_language,
|
||||
lang.prefix,
|
||||
&schemas[i],
|
||||
&mut diagnostics_writer,
|
||||
|
||||
Reference in New Issue
Block a user