tree_sitter_language_pack 1.10.3 → 1.10.6
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 +4 -4
- data/ext/ts_pack_core_rb/native/Cargo.lock +3 -3
- data/ext/ts_pack_core_rb/native/Cargo.toml +2 -2
- data/ext/ts_pack_core_rb/src/lib.rs +4 -1
- data/lib/tree_sitter_language_pack/native.rb +1 -1
- data/lib/tree_sitter_language_pack/version.rb +2 -2
- data/lib/tree_sitter_language_pack.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54c607deb2dba1e8b5f4d91c870d24ba5cf897e2cc054bf77cdb2fa4b41ff5d2
|
|
4
|
+
data.tar.gz: 64edf4face696ca58451b559aa9159c58a708215b7c88113feecba859ef53a9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 419a659400b4d778b1ff547d26afeecb13633584486fa1f6f57f9675cbd5448f7fa5aabf6bfd07822c0c4cc506ffcb01cefb402e1fa3d93aaa9cb2c8120adda6
|
|
7
|
+
data.tar.gz: 48851ef98c84147c9801c00e466fda2864ef4c9e84df0e39d12b2612335cda6b1489fabb1bd678f65dfe8b583e03a0a957f38fab1389c6a1a4c206e19ef31125
|
|
@@ -1070,9 +1070,9 @@ checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782"
|
|
|
1070
1070
|
|
|
1071
1071
|
[[package]]
|
|
1072
1072
|
name = "tree-sitter-language-pack"
|
|
1073
|
-
version = "1.10.
|
|
1073
|
+
version = "1.10.6"
|
|
1074
1074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1075
|
-
checksum = "
|
|
1075
|
+
checksum = "f6ea50365fa89d5ba65651d1d5daab3eadd2e3684df2bd6352541929eaea19c2"
|
|
1076
1076
|
dependencies = [
|
|
1077
1077
|
"ahash",
|
|
1078
1078
|
"cc",
|
|
@@ -1093,7 +1093,7 @@ dependencies = [
|
|
|
1093
1093
|
|
|
1094
1094
|
[[package]]
|
|
1095
1095
|
name = "ts-pack-core-rb"
|
|
1096
|
-
version = "1.10.
|
|
1096
|
+
version = "1.10.6"
|
|
1097
1097
|
dependencies = [
|
|
1098
1098
|
"magnus",
|
|
1099
1099
|
"rb-sys",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "ts-pack-core-rb"
|
|
3
|
-
version = "1.10.
|
|
3
|
+
version = "1.10.6"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
license = "MIT"
|
|
6
6
|
description = "Pre-compiled tree-sitter grammars for 306 programming languages"
|
|
@@ -25,4 +25,4 @@ magnus = "0.8"
|
|
|
25
25
|
rb-sys = ">=0.9, <0.9.128"
|
|
26
26
|
serde = { version = "1", features = ["derive"] }
|
|
27
27
|
serde_json = "1"
|
|
28
|
-
tree-sitter-language-pack = { version = "1.10.
|
|
28
|
+
tree-sitter-language-pack = { version = "1.10.6", features = ["serde", "config", "download"] }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by alef. DO NOT EDIT.
|
|
2
|
-
// alef:hash:
|
|
2
|
+
// alef:hash:4f5d66911897a4ed6b3f5d6561f57a6ac2320a8864265ea61ce567bcae0d72ba
|
|
3
3
|
// Re-generate with: alef generate
|
|
4
4
|
#![allow(dead_code, unused_imports, unused_variables)]
|
|
5
5
|
#![allow(
|
|
@@ -2507,6 +2507,7 @@ impl magnus::TryConvert for StructureKind {
|
|
|
2507
2507
|
})?
|
|
2508
2508
|
};
|
|
2509
2509
|
// Try deserializing as JSON first (handles JSON strings like "\"markdown\"" or "{\"click\":{\"selector\":\"...\"}}\"")
|
|
2510
|
+
// For internally-tagged enums, a bare variant string is wrapped as {"<tag>": value}.
|
|
2510
2511
|
// If that fails, try treating it as a plain string value and wrap in quotes
|
|
2511
2512
|
// If both fail, try as Custom variant (for untagged enum support)
|
|
2512
2513
|
serde_json::from_str(&json_str)
|
|
@@ -2609,6 +2610,7 @@ impl magnus::TryConvert for DocstringFormat {
|
|
|
2609
2610
|
})?
|
|
2610
2611
|
};
|
|
2611
2612
|
// Try deserializing as JSON first (handles JSON strings like "\"markdown\"" or "{\"click\":{\"selector\":\"...\"}}\"")
|
|
2613
|
+
// For internally-tagged enums, a bare variant string is wrapped as {"<tag>": value}.
|
|
2612
2614
|
// If that fails, try treating it as a plain string value and wrap in quotes
|
|
2613
2615
|
// If both fail, try as Custom variant (for untagged enum support)
|
|
2614
2616
|
serde_json::from_str(&json_str)
|
|
@@ -2714,6 +2716,7 @@ impl magnus::TryConvert for SymbolKind {
|
|
|
2714
2716
|
})?
|
|
2715
2717
|
};
|
|
2716
2718
|
// Try deserializing as JSON first (handles JSON strings like "\"markdown\"" or "{\"click\":{\"selector\":\"...\"}}\"")
|
|
2719
|
+
// For internally-tagged enums, a bare variant string is wrapped as {"<tag>": value}.
|
|
2717
2720
|
// If that fails, try treating it as a plain string value and wrap in quotes
|
|
2718
2721
|
// If both fail, try as Custom variant (for untagged enum support)
|
|
2719
2722
|
serde_json::from_str(&json_str)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:4f5d66911897a4ed6b3f5d6561f57a6ac2320a8864265ea61ce567bcae0d72ba
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:4f5d66911897a4ed6b3f5d6561f57a6ac2320a8864265ea61ce567bcae0d72ba
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
|
6
6
|
|
|
7
7
|
module TreeSitterLanguagePack
|
|
8
8
|
## The version string for this package.
|
|
9
|
-
VERSION = "1.10.
|
|
9
|
+
VERSION = "1.10.6"
|
|
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:4f5d66911897a4ed6b3f5d6561f57a6ac2320a8864265ea61ce567bcae0d72ba
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
data/sig/types.rbs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:4f5d66911897a4ed6b3f5d6561f57a6ac2320a8864265ea61ce567bcae0d72ba
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
|