tree_sitter_language_pack 1.8.0.pre.rc.37 → 1.8.0.pre.rc.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82de536477678227f3e9fc6973df49d55010b83d9651185e24981e9b7561cf47
|
|
4
|
+
data.tar.gz: 54c7dc4f015c7470b728fbb149a769a30931c220e4a33d3f30886e2e4bd2b3a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 370d8dbb11bd97d69f5c6ce8aff3065bfaee7d9ea8365482ca119de9bee404ad2aec11b859e4041e21e31c4eb3688d8c28b2317938b02baede69845f383a82b7
|
|
7
|
+
data.tar.gz: caeef892cf304bd6e81506eb5fe21594f961957f53d2d4f20eda3d39dba7328f9804876689cf6840a63899adca558cd5a716bc9423eb3a2fc9d6169b8f13af7d
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by alef. DO NOT EDIT.
|
|
2
|
-
// alef:hash:
|
|
2
|
+
// alef:hash:cdf015c9805e331be7ff283f6d2db51b74bced239ca239cbb15e942988ac5f46
|
|
3
3
|
// Re-generate with: alef generate
|
|
4
4
|
#![allow(dead_code, unused_imports, unused_variables)]
|
|
5
5
|
#![allow(
|
|
@@ -1836,6 +1836,14 @@ impl magnus::TryConvert for StructureKind {
|
|
|
1836
1836
|
|
|
1837
1837
|
unsafe impl IntoValueFromNative for StructureKind {}
|
|
1838
1838
|
unsafe impl TryConvertOwned for StructureKind {}
|
|
1839
|
+
impl StructureKind {
|
|
1840
|
+
fn other(&self) -> Option<String> {
|
|
1841
|
+
match self {
|
|
1842
|
+
Self::Other { _0 } => Some(_0.clone()),
|
|
1843
|
+
_ => None,
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1839
1847
|
|
|
1840
1848
|
#[derive(Clone, Copy, PartialEq, Eq, Debug, serde::Serialize, serde::Deserialize)]
|
|
1841
1849
|
pub enum CommentKind {
|
|
@@ -1914,6 +1922,14 @@ impl magnus::TryConvert for DocstringFormat {
|
|
|
1914
1922
|
|
|
1915
1923
|
unsafe impl IntoValueFromNative for DocstringFormat {}
|
|
1916
1924
|
unsafe impl TryConvertOwned for DocstringFormat {}
|
|
1925
|
+
impl DocstringFormat {
|
|
1926
|
+
fn other(&self) -> Option<String> {
|
|
1927
|
+
match self {
|
|
1928
|
+
Self::Other { _0 } => Some(_0.clone()),
|
|
1929
|
+
_ => None,
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1917
1933
|
|
|
1918
1934
|
#[derive(Clone, Copy, PartialEq, Eq, Debug, serde::Serialize, serde::Deserialize)]
|
|
1919
1935
|
pub enum ExportKind {
|
|
@@ -1995,6 +2011,14 @@ impl magnus::TryConvert for SymbolKind {
|
|
|
1995
2011
|
|
|
1996
2012
|
unsafe impl IntoValueFromNative for SymbolKind {}
|
|
1997
2013
|
unsafe impl TryConvertOwned for SymbolKind {}
|
|
2014
|
+
impl SymbolKind {
|
|
2015
|
+
fn other(&self) -> Option<String> {
|
|
2016
|
+
match self {
|
|
2017
|
+
Self::Other { _0 } => Some(_0.clone()),
|
|
2018
|
+
_ => None,
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
1998
2022
|
|
|
1999
2023
|
#[derive(Clone, Copy, PartialEq, Eq, Debug, serde::Serialize, serde::Deserialize)]
|
|
2000
2024
|
pub enum DiagnosticSeverity {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:db57a0354dfed5f027cd8d35f4425354a0ea818eb2f44f8b01542f40df46cfef
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# Issues & docs: https://github.com/kreuzberg-dev/alef
|
|
6
6
|
# frozen_string_literal: true
|
|
7
7
|
|
|
8
8
|
module Tree_sitter_language_pack
|
|
9
|
-
VERSION = '1.8.0.pre.rc.
|
|
9
|
+
VERSION = '1.8.0.pre.rc.38'
|
|
10
10
|
end
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:1e50aa10c45be470adefa557eff931a432e0103d095e0ccee16862abddc4c378
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# Issues & docs: https://github.com/kreuzberg-dev/alef
|
|
@@ -7,15 +7,3 @@
|
|
|
7
7
|
|
|
8
8
|
require 'json'
|
|
9
9
|
require 'ts_pack_core_rb'
|
|
10
|
-
|
|
11
|
-
module TreeSitterLanguagePack
|
|
12
|
-
# Re-export all public module functions from the native extension
|
|
13
|
-
TreeSitterLanguagePack.methods(false).each do |m|
|
|
14
|
-
define_singleton_method(m) { |*args, **kwargs, &blk| TreeSitterLanguagePack.public_send(m, *args, **kwargs, &blk) }
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
# Re-export all constants (classes, structs, etc.) from the native extension
|
|
18
|
-
TreeSitterLanguagePack.constants.each do |c|
|
|
19
|
-
const_set(c, TreeSitterLanguagePack.const_get(c)) unless const_defined?(c)
|
|
20
|
-
end
|
|
21
|
-
end
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:34bf669e7b8419e6addd7fb0c7db5bafbe2f62868930f50324cc32964643a3e2
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# Issues & docs: https://github.com/kreuzberg-dev/alef
|
|
6
6
|
# frozen_string_literal: true
|
|
7
7
|
|
|
8
8
|
module TreeSitterLanguagePack
|
|
9
|
-
VERSION = '1.8.0.pre.rc.
|
|
9
|
+
VERSION = '1.8.0.pre.rc.38'
|
|
10
10
|
end
|