Merge pull request #1589 from alex-pinkus/deduplicate-core-ids
Ignore duplicate states when initializing subgraphs in `ts_query__analyze_patterns`
This commit is contained in:
commit
aaf4572727
6 changed files with 64 additions and 23 deletions
|
|
@ -870,5 +870,5 @@ extern "C" {
|
|||
);
|
||||
}
|
||||
|
||||
pub const TREE_SITTER_LANGUAGE_VERSION: usize = 13;
|
||||
pub const TREE_SITTER_LANGUAGE_VERSION: usize = 14;
|
||||
pub const TREE_SITTER_MIN_COMPATIBLE_LANGUAGE_VERSION: usize = 13;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue